The Apache Portable Runtime (APR) library provides a variety of services masking the differences between different operating systems with a uniform, platform-neutral interface.
0
votes
2answers
41 views
Apache Tomcat doesn't find Native library
I maintained countless instances of tomcat but now I run into a problem I newer run into before. I get the wellknown log message where tomcat complains that it can't find the native lib at ...
0
votes
1answer
9 views
Apache mod_rotate_log filename replacement not working for below-day resolution
I have a strange problem:
I use Apache on Windows and tried to configure rotating log using mod_log_rotate with the following configuration:
RotateLogs On
RotateLogsLocalTime On
RotateInterval 86400
...
1
vote
0answers
88 views
Apache Tomcat 7 + Nginx - IsTomcat Native needed?
this is my 1st question.
If i make mistake, simply point it out & i'll improve it next time.
I'm a Java Dev & new to Linux.
I deploy my Spring MVC app on a VPS with Tomcat 7 and use nginx as ...
1
vote
1answer
57 views
Linking against a shared library on AIX
I'm trying to link against a shared library (apr) on AIX 5.3 using gcc/libtool.
The output from the compiler is as follows (with some irrelevant flags removed for the sake of simplicity):
libtool: ...
0
votes
0answers
81 views
Linking APR (Apache Portable Runtime) with CMake in Windows
i would like to compile a project using the apache portable runtime libraries (APR) and cmake. It all looks good when running along with linux (as there i can use the apr-1-config shell script). ...
0
votes
0answers
43 views
Lib APR - Conflicts in c++
I have been working with the apache development tools (the libraries... httpd, etc)
I was creating a module example (for an introduction to apache module development), but I got an error when I was ...
1
vote
0answers
160 views
Error while installing APR on backtrack linux 5r3
When i am trying to install apache server it showed the following error on ./configure
checking for APR... configure: WARNING: APR version 1.4.0 or later is required, found 1.3.8
configure: WARNING: ...
0
votes
0answers
43 views
scheduling threads to run after a time period using apr
gcc 4.7.2
c89
apr-util-1.5.1
Hello,
I am testing the apr_thread_pool_schedule function. As this will be used in our production code.
We want to schedule a thread to run at a certain time that ...
2
votes
1answer
199 views
APR joing thread pool threads when using apr_thread_pool_schedule
gcc 4.7.2
c89
apr utility 1.4
Hello,
I am using a thread pool to start threads. However, I can't see any apr function that allows me to wait for the threads to join.
The code sippet, removed all ...
0
votes
1answer
48 views
casting apr_time_t to different int types
gcc 4.7.2
c89
APR 1.4
Hello,
I am compiling my program in 32 bit mode i.e. -m32 as some of the libraries I am linking with use 32 bit libraries.
I have the following structure:
struct tag_channel ...
0
votes
0answers
77 views
APR threads and signal handling
I am currently trying to implement threads using the Apache Portable Runtime. Everything works fine, except I am not really sure if I am doing it the way it's intended to do due to lack of ...
0
votes
1answer
51 views
Does apache portable runtime support semaphores
gcc 4.7.2
c89
Hello,
I am using the APR safe thread queue in the utils library. My design is to use a thread to push a message to the queue and another thread to pop a message from the queue. This ...
0
votes
0answers
216 views
tomcat APR with SSL - port 98 already in use/Invalid Server SSL Protocol
I am getting errors while trying to get an SSL enabled app running on a tomcat 6.x server. APR is enabled.
I created the certificates like so:
openssl genrsa -des3 -out key.pem 2048
passphrase
...
1
vote
1answer
58 views
Compiling with APR. Error msg: “no decision has been made on APR_PATH_MAX for your platform”
I recently downloaded APR and successfully built it on my machine (Ubuntu 12.0.4).
I included /path/to/apr_file_info.h to my project, and when I attempted to compile, I got the following error ...
0
votes
1answer
35 views
Experiencing APR failure
I am using libapr, but some of their basic primitives seem to be not working well, presenting a very strange behaviour. Here is the code I am writing:
pr_pool_t *mp=NULL;
apr_file_t *fp = ...
1
vote
0answers
3k views
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 ...
0
votes
1answer
51 views
Libapr .so files don't have the functionality of source code
I compiled libAPR sources and ran successfully all tests provided by Apache.
However when I link my program to libapr.so the same functionality is not present.
For instance, apr_pollset_add ...
0
votes
0answers
523 views
Error while building apache2 2.4.3 with mod_authnz_ldap and apr/apr-util
I'm currently trying to generate a RPM package of a patched apache2 2.4.3
I modified the httpd.spec provided with the archive, to use the SVN version of APR (version 1.4 is not provided by CentOS) :
...
0
votes
0answers
15 views
APR and windows flag
I'm wondering if the FILE_FLAG_BACKUP_SEMANTICS flag is supported by APR 1.4 and how I can pass it to apr_file_open.
Thank you!
4
votes
1answer
695 views
mountainlion apr compile lacking 'cc'
Trying to build mod_auth_openid on MontainLion 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 ...
0
votes
0answers
121 views
Tomcat w/ APR TCNative libs. How does one compile with “accept filters”
I'd like to do some performance testing with Tomcat APR and see if it offers a performance benefit to my environment.
I have successfully compiled it on OSX and Tomcat is picking up the native ...
0
votes
2answers
243 views
Why is apr_palloc faster than malloc?
Reading through The Apache Modules Book, I come across this claim in part 3.4.3:
"A secondary benefit is that pool allocation is faster than malloc on most platforms!"
An open question, I ...
2
votes
0answers
112 views
Changing APR-embedded values returned by apr-1-config?
Is it possible to modify APR's embedded values without recompiling APR? Or is there a way to edit and "reload" APR's configuration files?
On OS X 10.8 there are several bad values embedded in the ...
3
votes
0answers
187 views
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 ...
0
votes
1answer
50 views
apr_dso_load faild to load DSO
I tried to run unimrcpserver v1.0 with my asr plugin and it worked fine (on windows 7), but when I tried to run it in another machine (windows server 2003), I had this error message
2012-08-01 ...
0
votes
1answer
179 views
In function ‘APR_DECLARE’: error: expected declaration specifiers before ‘apr_strerror’
I am using apr in a C program, I am including the appr_error.h header file, but I am getting an error during building:
In function ‘APR_DECLARE’: error: expected declaration specifiers
before ...
0
votes
1answer
122 views
Does apr_table_get return a copy of the data?
If I call apr_table_get, do I get a copy of the data or just a pointer into the pool with the data? (I want to change the value somehow and don't know if I would be crushing the pool data.) Also, do ...
0
votes
0answers
36 views
How do you clear data that was stored with apr_pool_userdata_set?
I am storing some data using apr_pool_userdata_set. However, some time later I want to purge that data. I don't see any API calls to do this? What is the correct method?
2
votes
1answer
191 views
tomcat ssl apr x509
This is my first question in this forum, please accept my apologies for any mistake in advance.
I have a problem configuring tomcat with SSL and APR.
Context:
tomcat 7, Java 7, OpenSSL, a couple of ...
1
vote
1answer
196 views
How do I capture stdout/stderr output from program running in a new process using apr?
The question is quite simple: how do I capture and redirect to a file the stderr/stdout output produced by child program, running in a new process, created using Apache Portable Runtime's ...
5
votes
2answers
2k views
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 ...
1
vote
1answer
1k views
protect tomcat 6 apr SSL against BEAST attack
We run a web application on Tomcat 6 using the native Apache Portable Runtime SSL connector to provide SSL connectivity. How can we configure the server to prevent against the BEAST attack?. The ...
2
votes
1answer
1k views
Error with apr-util while installing httpd 2.4.1 on centos
I am trying to install httpd-2.4.1 on my CentOS machine (it has 2.2.15 currently). I did the following...
sudo yum install gcc
sudo yum install perl
sudo yum install libbz2 libbz2-devel
sudo yum ...
0
votes
2answers
1k views
apr fails to configure when building subversion
I am trying to build subversion 1.7.4 on my ReadyNas Duo, it's a Sparc box running Debian with a couple of disks in it I use as my NAS.
When i do a ./configure --prefix /c/local/packages from my ...
0
votes
1answer
292 views
can not install passenger. libapr-1.a: could not read symbols: Bad value
I have an error while installing passenger. # passenger-install-apache2-module
My environment is
CentOS release 5.7 (Final)
httpd.x86_64 2.2.3-63.el5.centos.1
Phusion Passenger 3.0.11
Any help ...
0
votes
0answers
557 views
Apache Tomcat 5.5.33 (x86 & JDK x86) with installed Tomcat APR doesn't listen IPV4 ports on x64 system
I have the following environment configuration:
Windows XP x86
Windows Server 2008 R2 x64
I made the following steps for both configurations:
Download and install Tomcat 5.5.33 (JDK and Tomcat ...
2
votes
0answers
178 views
custom Tomcat RPM with native libraries installed (apr) in one package
I created a customer rpm from the latest tomcat just by using a simple unpack.
This tomcat package works both with Ubuntu and RHEL5.5 (64 bit).
I would like to add the native libraries. What ...
0
votes
1answer
151 views
Tomcat 6 installation
Just installing Tomcat 6. There is an installation option named "native" that can be selected (description of this is "Install APR base Tomcat native.dll for better performance and scalability in ...
1
vote
1answer
643 views
Calculating APR using Reg Z Appendix J
OK. I'm brand new to this site so "Hello All"! Well I've been wrestling with a difficult problem for the last week and I would appreciate any help you can give me.
I know there are many formulas out ...
0
votes
1answer
1k views
Tomcat APR based Apache Tomcat Native Library error
I am trying to setup a maven based project in SpringSource tool suite.
I imported the project and maven imported all the dependencies. I configured tomcat following the guidelines given in here.
The ...
1
vote
1answer
510 views
Jboss AS7, APR native connectors and sendfile
I've set out on an endeavour to implement support for a feature similar to mod_xsendfile on torquebox (www.torquebox.org). Torquebox is basically a bunch of code on top of JBoss AS 7, which makes my ...
1
vote
0answers
176 views
apr_pool thread safety when using the apache runtime library
Files and sockets in the APR API rely on pools, I see no way to create sockets/files without the use of apr_pools. Problem is that apr_pools are not thread-safe, thus creating a socket in one thread ...
0
votes
1answer
54 views
mod_perl (without the perl) alternative apache API scriptable modules
I recently looked at a project called lemonldap-ng - which is a nice little portal front end to configurable authentication backend, and it uses LDAP and perl.
It was close to what I am looking to ...
0
votes
1answer
440 views
building apr-util 64 bit Mac OS X builds 32-bit version
I am currently building a 32/64 bit version of apr by configuring and building twice and combining the output with lipo, (apr-1.4.5)
I am trying to accomplish the same thing with the 64-bit version ...
0
votes
1answer
270 views
Tomcat dropping connections during transfer using sendfile and APR Connector
I'm using Tomcat 7 (7.0.25) running on Oracle Java 1.6.0_30. I have libtcnative-1 installed and use the APR Connector (org.apache.coyote.http11.Http11AprProtocol).
I try to serve static files using ...
1
vote
0answers
100 views
converting c method that uses bitwise to php
I'm trying to convert an APR (apache runtime) method to PHP, but I can't quite figure it out.
The method creates a string that is a directory path and file - so example output would be ...
1
vote
1answer
205 views
apr-utils apr_strmatch regex syntax
I want to port the following regex from python:
HASH_REGEX = re.compile("([a-fA-F0-9]{32})")
if HASH_REGEX.match(target):
print "We have match"
to C with apr-utils apr_strmatch function:
...
4
votes
2answers
282 views
how to detect an invalid fd/handle
I have a server application which handles network clients with an async i/o. The client connections are accepted then added to a descriptor set which can be monitored with poll/epoll/select/etc. I'm ...
0
votes
1answer
3k views
Building and configuring apr-util and httpd to use apr-iconv on Linux
I'm a glutton for punishment, and to prove it, I got myself a server and tried to build the entire LAMP stack myself. Then I ran into a problem where during a configure/make/install of httpd, I found ...
0
votes
3answers
2k views
configure: error: APR-util version 1.2.0 or later is required
I find the following error when I installed httpd-2.2.21:
checking for APR-util version 1.2.0 or later... no
configure: error: APR-util version 1.2.0 or later is required
I've installed apr-1.4.5, ...
