Questions tagged [apr]

The Apache Portable Runtime (APR) library provides a variety of services masking the differences between different operating systems with a uniform, platform-neutral interface.

The Apache Portable Runtime (APR) project's stated mission is:

The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations. The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.

188 questions
126
votes
13 answers

What does "The APR based Apache Tomcat Native library was not found" mean?

I am using Tomcat 7 in Eclipse on Windows. When starting Tomcat, I am getting the following info message: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the…
fresh_dev
  • 6,694
  • 23
  • 67
  • 95
83
votes
9 answers

Apache httpd setup and installation

I am trying to install Apache HTTP server locally in my box as a regular user (non-root). I have downloaded Apache 2.4.1 version of Apache HTTP server [http://httpd.apache.org/download.cgi]. However when I am trying to build and install locally in…
Programmer
  • 8,303
  • 23
  • 78
  • 162
31
votes
9 answers

configure: error: APR not found. Please read the documentation

I am trying to install apache in my linux machine. But when I tried ./configure --prefix = /usr/local/apache it shows an error configure: error: APR not found. Please read the documentation. I tried to install apr with yum install apr apr-deve and…
AssamGuy
  • 1,571
  • 10
  • 30
  • 43
25
votes
4 answers

How to install APR in Ubuntu

Apache Portable Runtime is a dependency to compile some apps. ./configure says that apr-1 is needed. How to install it on Ubuntu ?
Thiago Negri
  • 5,221
  • 2
  • 28
  • 39
20
votes
3 answers

GLib v APR pros and cons of each

I have a couple of hobby C programming projects that I would like to start. I am looking for an open source library that has a liberal license (I want credit, but pretty much anybody can use). The library needs to have strings better than the C…
Rodney Schuler
  • 2,158
  • 4
  • 23
  • 34
15
votes
3 answers

Error while compiling apache APR make file not found

I tried to compile apache APR. The instruction sayed: All you should have to do is this: ./configure make make install After ./compile I get the following output: configure: creating ./config.status config.status: creating…
Michael
  • 32,527
  • 49
  • 210
  • 370
12
votes
1 answer

APR error: -730054

We are getting this error related to AXIS2 1.7.3. We are running Tomcat8 with the latest Java8. java.io.IOException: APR error: -730054 org.apache.axis2.AxisFault: java.io.IOException: APR error: -730054 at…
serge
  • 1,590
  • 2
  • 26
  • 49
11
votes
3 answers

What is the benefit (if any) of using APR with Tomcat?

Tomcat has an option to use APR for handling connections. What are the benefits of using that? Does anyone have firsthand experience with it?
Marko
  • 30,263
  • 18
  • 74
  • 108
10
votes
2 answers

mountainlion apr compile lacking 'cc'

Trying to build mod_auth_openid on MountainLion with XCode Version 4.4.1 (4F1003), I get a complaint about a missing 'cc' command, as follows: /usr/share/apr-1/build-1/libtool --silent --mode=link…
bmargulies
  • 97,814
  • 39
  • 186
  • 310
9
votes
4 answers

incompatible version [1.1.34] of the APR based Apache Tomcat Native library

On my openSUSE Leap 42.3 server during Spring Boot 2.0.0.M6 application startup on Embedded Tomcat server I'm seeing the following error in the logs: ERROR 30471 --- [main] o.a.catalina.core.AprLifecycleListener: An incompatible version [1.1.34] of…
alexanoid
  • 24,051
  • 54
  • 210
  • 410
8
votes
1 answer

fatal error: 'apr.h' file not found when installing x-sendfile mac os x mountain lion server

When I upgraded my Lion Server to Mountain Lion, it seems that it removed my mod_xsendfile from apache. I followed the instructions from this web site, but got stuck with a "No such file or directory" error. With some help from google i found this…
einord
  • 2,278
  • 2
  • 20
  • 26
7
votes
2 answers

Tomcat ans APR lib : requires the APR/native library which is not available

server.xml Tomcat log Oct 12, 2016 3:11:41 PM org.apache.catalina.core.AprLifecycleListener…
7
votes
2 answers

JBoss 7.1.1 and JBoss Web Native

I'm trying to enable the JBoss Web Native libraries in JBoss 7.1.1. I have read this question and the answers and have tried the following steps to enable the native libraries in JBoss, but it didn't work so far. I'm on OS X: Downloaded the macosx…
nwinkler
  • 52,665
  • 21
  • 154
  • 168
6
votes
0 answers

Clarification in configuring OCSP in tomcat

We can configure OCSP in tomcat using,
harish chava
  • 252
  • 2
  • 19
6
votes
2 answers

How to build Apache ActiveMQ-CPP (and APR) on Windows?

I'm trying get some functionality written in C++ to communicate with Apache ActiveMQ (which natively uses JMS) located on a Linux machine. To make this connection I have tried to set up Apache ActiveMQ-CPP on my Windows 7 machine (development…
1
2 3
12 13