Unable to install tomcat 5.5 native libraries on Red Hat Enterprise Linux 4

2007-03-12 Thread Todd Nine

Hi all,
 I'm trying to make and install the native runtime libraries for
Tomcat 5.5 on RHEL4, with Apache 2.0.52, OpenSSL 0.9.7a Feb 19 2003,
APR version 0.9.4, and JDK 1.5.  I'm able to configure and make with
the following commands.  Note that configure won't find apr without
the explicit location of the config file.

./configure --with-apr=/usr/bin/apr-config  make  make install


However I receive this errors when I attempt to install it

make[1]: Leaving directory `/root/tomcat-native-1.1.3/jni/native'
make[1]: Entering directory `/root/tomcat-native-1.1.3/jni/native'
make[1]: Nothing to be done for `local-all'.
make[1]: Leaving directory `/root/tomcat-native-1.1.3/jni/native'
/usr/local/apr/include/apr-1 /usr/local/apr/lib/pkgconfig \
/usr/local/apr/lib /usr/local/apr/bin
make: /usr/local/apr/include/apr-1: Command not found
make: *** [install] Error 127


There is no /usr/local/apr directory.  Am I missing another
configuration option?  I have an apr-0 at the location
/usr/include/apr-0.  Any help would be greatly appreciated.

Thanks,
Todd

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Unable to install tomcat 5.5 native libraries on Red Hat Enterprise Linux 4

2007-03-12 Thread Mladen Turk

Todd Nine wrote:

Hi all,
 I'm trying to make and install the native runtime libraries for
Tomcat 5.5 on RHEL4, with Apache 2.0.52, OpenSSL 0.9.7a Feb 19 2003,
APR version 0.9.4, and JDK 1.5.  I'm able to configure and make with
the following commands.  Note that configure won't find apr without
the explicit location of the config file.



Apache 2.0.xx comes with apr-0.9
Tomcat native requires apr-1.2.7+, so you will need either to install
apr-1 and apr-1-devel or build apr from sources by yourself.

Regards,
Mladen.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]