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]

Reply via email to