Re: Error configuring JK2

2004-01-29 Thread OUTTERS Guillaume
Ralf Schneider wrote: configure: error: Invalid location for apxs: '/usr/local/apache2/bin/apxs' Looking at the configure file, it could be that your apxs is not executable (copied by FTP?). If you manage to get over this problem, I had two other ones on Solaris 9. The first seems to be a

Re: How do I build mod_jk.so

2004-01-29 Thread OUTTERS Guillaume
Thomas Cherry wrote: I was expecting to have a mod_jk.so file (which made me question why ant was the build tool) but have not found it. I had this same problem on Solaris. I finally found that it couldn't generate a mod_jk2.so (dynamic library), only a static one (mod_jk2.a) because Apache

Re: How do I build mod_jk.so

2004-01-29 Thread OUTTERS Guillaume
Thomas Cherry wrote: but this script does exist. I know it exists, because I had to fix it (was pointing to a bad path). Do all the intermediate links have executable bit set (the configure script tests it)? Why do I care if the lib is static or not? Recompiling Apache sounds like a lot

Re: Tomcat

2004-01-19 Thread OUTTERS Guillaume
Haddad, Bayan M wrote: I would like to learn more about Tomcat for Unix Solaris. Where can I find information on it, documentation, download the software, installation procedure, Tomcat V.S Jrun ?. Who support it?. I installed one on a Solaris 9. Installing Tomcat was no problem (download the

Re: Redhat9 / mod_jk2 builds from source

2004-01-15 Thread OUTTERS Guillaume
George Shafik wrote: I found the following always works: ./configure --enable-module=all --enabled-shared=max make make install I personaly had (on Solaris 9 with the gcc suite) to explicitely add: --enable-so --enable-rule=SHARED_CORE --enable-static=no --enable-shared=yes I don't know which