Apache 2.0 on solaris 8

From: Bhavesh Shah (bshah@citadon.com)
Date: Mon May 02 2005 - 14:59:18 EDT


Hi Gurus,

Recently I switched from Apache 1.3 to Apache 2.0 on Solaris 8. We are
running WebLogic Plugin module mod_wl.so. After upgardin to Apche 2.0 I
compiled the mod_wl.s0 module with Apche 2.0 apxs as below:

# Perl apxs -i -a -n weblogic mod_wl.so

It gave me following output:

/opt/apache/build/instdso.sh SH_LIBTOOL='/opt/apache/build/libtool'
mod_wl.so /opt/apache/modules

/opt/apache/build/libtool --mode=install cp mod_wl.so
/opt/apache/modules/

cp mod_wl.so /opt/apache/modules/mod_wl.so

Warning! dlname not found in /opt/apache/modules/mod_wl.so.

Assuming installing a .so rather than a libtool archive.

chmod 755 /opt/apache/modules/mod_wl.so

[activating module `weblogic' in /opt/apache/conf/httpd.conf]

and added following line to httpd.conf file.

LoadModule weblogic_module modules/mod_wl.so

Now when I start the Apche it gives me following error:

Syntax error on line 275 of /opt/apache/conf/httpd.conf:

Cannot load /opt/apache/modules/mod_wl.so into server: ld.so.1:
/opt/apache/bin/httpd: fatal: relocation error: file
/opt/apache/modules/mod_wl.so: symbol ap_make_table: referenced symbol
not found

The same process worked fine on Apache 1.3 but now Apache 2.0 doesn't
start at all.

Any Help/pointer will be greatly appreciated.

Regards

B
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:30:38 EDT