SUMMARY: Apache 2.0 on solaris 8

2007-12-25 4:52:00

Hi,
Well it was incompatible weblogic module that caused the problem. I got
updated module from WebLogic (mod_wl128_20.so) that worked for me.

My Original question was:

------------------------------------------------------------------------
--

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
_______________________________________________
codeprof mailing list
codeprof at codeprof.com
http://www.codeprof.com/execute/ask/?codeinfoid=35923

Comments

Got something to say?

You must be logged in to post a comment.