Operating System - HP-UX
1748242 Members
4125 Online
108760 Solutions
New Discussion юеВ

Re: Unresolved code symbol from apache mod_define.so

 
Corporate System Suppor
Occasional Contributor

Unresolved code symbol from apache mod_define.so

User trying to start Eureka / Apache web server receives following ;
/usr/lib/dld.sl: Unresolved symbol: ap_palloc (code) /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_cpystrn (code)/opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol:ap_table_get (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_null_cleanup (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_table_set (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_psprintf (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_register_cleanup (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
/usr/lib/dld.sl: Unresolved symbol: ap_make_table (code) from /opt/app/axsys/apache_CLONE/libexec/mod_define.so
Syntax error on line 225 of /opt/app/axsys/apache_CLONE/httpd.conf:
Cannot load /opt/app/axsys/apache_CLONE/libexec/mod_define.so into server: Unresolved external

How or from where can I resolve these code symbols?
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Unresolved code symbol from apache mod_define.so

Shalom,

Check that the SHLIB_PATH includes /usr/lib and the other directories mentioned in the errormessage.

Check that other environment variables are set properly.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
D Block 2
Respected Contributor

Re: Unresolved code symbol from apache mod_define.so

what is: /opt/app/axsys directory ?
what HP-UX OS are you using ?
run: chatr on your executable -- and what is does it include pthread. maybe send the output of chatr.

best of luck
Golf is a Good Walk Spoiled, Mark Twain.
Corporate System Suppor
Occasional Contributor

Re: Unresolved code symbol from apache mod_define.so

Problem now resolved - httpp conf file being used was from earlier version of HP (11.00)/ Apache (1.3.19.23) which was referencing different objects to current install (11.23 & 2.0.55.03) ?? Once these were updated it got past this point.... Thanks for your replies.