192 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
83
views
Oceanbase build error. Relocation R_X86_64_32 cannot be used against local symbol [closed]
I followed this guide(https://oceanbase.github.io/oceanbase/) to build the Oceanbase database on Centos 9 Stream. The default glibc version of this OS is 2.34, which satisfies the problem mentioned in ...
0
votes
1
answer
226
views
How do I properly replace my old tomcat native library with the newest version (2.0.9)?
My tomcat server (tomcat9.0.37i2 for now) has had tomcat-native-1.2.23 for a while now. Recently my client upgraded to the latest version of RedHat. The new OS doesn't support some of libtcnative-1's ...
0
votes
0
answers
53
views
Failing CMake build - Git submodules as dependencies
Stil in the learning CMake phase, I want to move the build of an existing APR based application to this build system. But, in the same time I want to use APR and APR-Util libraries as Git submodules. ...
0
votes
1
answer
29
views
error: ‘apr_pool_t’ does not name a type; did you mean ‘AprPool’?
I am attempting to use activemq-cpp within my Go application.
I have cloned the activemq-cpp repo https://github.com/apache/activemq-cpp and followed all the instructions to install it on my machine.
...
1
vote
1
answer
113
views
Building apr-util for log4cxx using cmake throws errors
I am trying to build log4cxx (on Windows) library for logging runtime info in my c++ project. As part of the build I have to build also two dependency libraries called apr and apr-util. I have ...
0
votes
1
answer
66
views
Apache deadlock when writing in file
I'm using Apache v2.4.56 on Solaris, with libapr 1.6.2. When starting it, it spawns 5 httpd processes. Now from time to time the server get locked and is not accepting requests anymore. It's even ...
-1
votes
1
answer
1k
views
Tomcat 9 APR Connector Failed to initialize component java.lang.UnsatisfiedLinkError
I'm trying to use APR Connector with Tomcat 9.x according to the steps given in Tomcat ans APR lib : requires the APR/native library which is not available to install APR native library. But I get the ...
0
votes
1
answer
221
views
How to build Apache Portable Runtime to Android?
I know the APR doesn't have support on Android, but I really would like to use it.
For other libraries i followed this NDK guide. But APR has a more complex ./configure script which checks more things....
0
votes
1
answer
151
views
display contents of apr tables in lua
Im trying to display the contents of an apr.table.
Currently, I have a line of code which prints out 'headers_in' of a request object:
log_file:write("headers_in: ",tostring(r.headers_in),&...
0
votes
1
answer
2k
views
Package 'apr-1', required by 'virtual:world', not found
I just installed vcpkg and installed spdlog through it, and encountered this error:
-- Checking for module 'apr-1'
-- Package 'apr-1', required by 'virtual:world', not found
CMake Error at /usr/...
0
votes
0
answers
2k
views
Unexpected error [32] writing data to the APR/native socket
Just upgraded java springboot project to:
springboot 2.6.6
tomcat 9
jdk11
war
some pointers:
I dont use websockets in my project
I dont write any files to my server
started getting this exception:
...
2
votes
2
answers
740
views
How do I integrate Tomcat APR protocol connector with embedded Tomcat 9 in Springboot 2.3.12?
I need to use APR protocol connector to replace the default NIO protocol connector in embedded Tomcat 9 of Springboot 2.3.12, may I ask how to implement it?
0
votes
1
answer
557
views
Building Apache log4cxx with CMake
I am trying build Apache log4cxx 0.13.0 for mingw in windows platform
I builder and installed apr and apr-util using MSYS2
I downloaded log4cxx source from apache repository
but when configuring ...
0
votes
1
answer
796
views
Tomcat crashes while using unixDomainSocket as a connector
I was excited to see Tomcat 9 finally get support for Unix domain sockets, but it appears my setup is bad or incomplete.
Unfortunately I can't seem to find a working example of a server.xml anywhere ...
0
votes
1
answer
218
views
TLS resumption in Tomcat Server
I want to establish tls resumption in my tomcat server, I'm using AprProtocol implementation in tomcat for tls, went through tomcat documentation but didn't find any suitable config.
Current tomcat ...