| Author |
configure: error: APR could not be located. Please use the --with-apr option.
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Hello,
I am tryint to get rid off Tomcat Native Libraray Message from my tomcat log.
I did as following:
At this point I don't know what could be the solution
Thanks & best regards
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8290
|
|
According to the documentation:
Build tc-native requires three components to be installed:
* APR library
* OpenSSL libraries
* Java SE Development Kit (JDK)
Have you installed APR and the other dependencies?
Notice that the examples in the documentation use configure with several parameters that indicate the location of APR, OPENSSL and the JDK. It would probably be best to follow the examples.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
Joe Ess wrote:According to the documentation:
Build tc-native requires three components to be installed:
* APR library
* OpenSSL libraries
* Java SE Development Kit (JDK)
Have you installed APR and the other dependencies?
Notice that the examples in the documentation use configure with several parameters that indicate the location of APR, OPENSSL and the JDK. It would probably be best to follow the examples.
Thanks for your help
Best Regards
|
 |
 |
|
|
subject: configure: error: APR could not be located. Please use the --with-apr option.
|
|
|