Hi, I have created mod_jk.so with apxs -o mod_jk.so -c -I /usr/java/include -I /usr/java/include/solaris -I ../jk -DSOLARIS -l posix4 *.C ../jk/*.c Shared object is created and i copied it to .../apache/libexec and modified httpd.conf to load this module and add module using Apache configuration directives as given in configuration files LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c When I try to start Apache it gives the following error : ***** Syntax error on line 239 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/mod_jk.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: librt.so.1: open failed: No such file or directory ./apachectl start: httpd could not be started ****** Anybody have a solution to this? Thanks in advance for any help . --Ravi
