RE: getting mod_jk or mod_serv to work (On UNIXWARE!)

2001-01-02 Thread Jed Duty
-1.2.2/include/unixware -c $a done gcc --share -o mod_jk.so *.o Again I do thank you for all of your help Jed Duty -Original Message- From: Damien Serra [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 02, 2001 9:31 AM To: [EMAIL PROTECTED] Subject: Re: getting mod_jk or mod_serv to

Re: getting mod_jk or mod_serv to work (On UNIXWARE!)

2001-01-02 Thread Damien Serra
Here, the problem is building shared objects on unixware, environment where I can't help very much. We can try two fool things: 1. at end use "gcc -v --shared ...(etc)" (add -v to see what it's doing) 2. dont use "--shared", you will see a list of function names, begining with "main", "jni_..."