You are right, it worked... almost :-)

I get this error :

libtool: install: warning: remember to run `libtool --finish /usr/local/apache2/modules'
/sbin/cp ../../../build/jk2/apache2//usr/local/apache2/modules/mod_jk2.so ../../../build/jk2/apache2/mod_jk2.so
cp: ../../../build/jk2/apache2//usr/local/apache2/modules/mod_jk2.so: No such file or directory
make[1]: *** [../../../build/jk2/apache2/mod_jk2.so] Error 1
make[1]: Leaving directory `/usr/local/src/jakarta-tomcat-connectors-jk2-2.0.4-src/jk/native2/server/apache2'
make: *** [jk2-build] Error 1
# find ../.. -name "*.so" -print
../../jk/build/jk2/apache2/usr/local/apache2/modules/libmod_jk2.so
../../jk/build/jk2/apache2/.libs/libmod_jk2.so


Anyway, I used the resulting libmod_jk2.so with my Apache server and it worked without problems

Best regards,

E. Robles

Nikola Milutinovic wrote:

Eulogio Robles wrote:

I'm trying to compile a JK2 connector on Tru64 :


Hello, "blood brother" :-) I compiled it on Tru64 UNIX 4.0D
You're not missing anything. The JK2 code is making an assumption of what "va*" (variable argument list) implementation looks like. It could be that on most other systems (or should I say, C compiler environments) it is a pointer.


On DEC CC it is not - it is a structure.

The correction I have found to work or, at least, looks good - havent tested mod_jk2, yet - is:

if (!file || !(args._a0))

Everything else should slide smoothly. If you have any more problems, call.

Nix.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to