Yes, this would be my assumption too, but still it throws
----
Cannot load /usr/local/apache/libexec/mod_jk.so into server: Shared object 
"mod_kj.o" not found
----
MOD_KJ appears to be missing, and it is .o file, but i guess i should have 
included it via

gcc -shared -o mod_jk.so *.o

this is what get created after running 'apxs ..' command:
-rw-r--r--  1 root  wheel  10784 Mar  5 11:21 mod_jk.o
-rwxr-xr-x  1 root  wheel  85140 Mar  5 12:10 mod_jk.so
-rwxr-xr-x  1 root  wheel  85100 Mar  5 11:22 mod_kj.o
-rwxr-xr-x  1 root  wheel  85140 Mar  5 11:23 mod_kj.so

so mod_kj exists! but its .o file does not get linked into mod_jk.so ??

any hints?...

TIA

diman

>Cannot load /usr/local/libexec/apache/mod_kj.so into server:
>Shared object "mod_kj.o" not found

>it is supposed to load mod_jk not mod_kj

>Filip


_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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

Reply via email to