Michael Courcy wrote:
Hum, .... I remember that I had to download the source apr-1.2.7.tar.gz for APR directly from the apache website and use the classic ./configure && make && make install,


You need apr sources only if building from SVN, then you first
have to ./buildconf.sh --with-apr=/location/of/the/apr-1.2.7

Then I untar tomcat-native.tar.gz in the bin directory and run again configure --with-apr=/usr/local/apr/bin/ && make && make install

Usually that's the
configure --with-apr=/usr/local/apr
(if the APR was installed in a normal way)

make && make install
will then copy the tcnative .so to the
/usr/local/apr/lib

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]

Reply via email to