Hi Hassan,
I did the following:
rm -dfr tomcat-native-1.1.10-src/
tar xvfz tomcat-native.tar.gz
cd tomcat-native-1.1.10-src/jni/native
./configure --prefix=/usr/local/apr --with-apr=/home/ole/rpmbuild/BUILD/apr-1.2.8/ &&
make && make install
And I still get:
le/rpmbuild/BUILD/apr-1.2.8/libapr-1.la -luuid -lcrypt -lpthread -ldl )
/usr/bin/ld: cannot find -lapr-1
collect2: ld returned 1 exit status
libtool: install: error: relink `libtcnative-1.la' with the above command
before installing it
make: *** [install] Error 1
Thoughts?
Thanks again,
- Ole
Hassan Schroeder wrote:
On 8/15/07, Ole Ersoy <[EMAIL PROTECTED]> wrote:
I have a lot more progress now! I get the following (The only important part
is the bottom i think):
[EMAIL PROTECTED] native]# ./configure
--with-apr=/home/ole/rpmbuild/BUILD/apr-1.2.8/
...
libtool: install: error: relink `libtcnative-1.la' with the above command
before installing it
make: *** [install] Error 1
Any idea what this means?
I'd suggest re-running this with a specific prefix to avoid potential
conflict with anything currently installed, e.g.
./configure --prefix=/usr/local/apr
--with-apr=/home/ole/rpmbuild/BUILD/apr-1.2.8/
FWIW,
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]