I had the same problem so if you look carefully, you can see the script changed to a sub-directory and was still trying to access "./libtool". The easiest way without modifying the script for me was just creating a link in that directory to point to the parent's libtool. I had to create 2 links in order for this to work till the end, just read the error when it fails and you will know where to create the links.
> -----Original Message----- > From: Pimentel, William (Col) [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 20, 2003 4:14 PM > To: [EMAIL PROTECTED] > Subject: mod_jk performance > > > Hello > > I've been unsuccesfully trying to compile mod_jk.so for Solaris 8, i get > all kind of weird erros such as: > > sh: ./libtool: not found > *** Error code 1 > > when there's a ./libtool in the current directory (native) > > The reason i'm trying to compile a new module is because the one i got > some time ago doesn't work well, it's so slooooow when i try to display > a jsp or servlet page over port 80 (apache), whereas it runs smoothly > over port 8080 (tomcat). > > Can anybody tell me how to get this module to compile on Solaris 8?? i > have tomcat 4.1.18 and Apache 2.0.x > > Thanks > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>