Operating System - HP-UX
1827249 Members
2859 Online
109716 Solutions
New Discussion

HPUX 11 Apache 1.3.33 help with mod_rewrite.so

 
SOLVED
Go to solution
Roland Rebstock_1
Frequent Advisor

HPUX 11 Apache 1.3.33 help with mod_rewrite.so

All, I built Apache 1.3.33 for hpux 11 using mod_ssl 2.8.22 and openssl 0.9.7g and everything seemed to be ok if I commented out the "LoadModule rewrite_module lib/modules/mod_rewrite.so" Problem is I need this module now and here is the error.

"/usr/lib/dld.sl:Unresolved symbol: ap_os_is_path_absolute (code) from /opt/apache-1.3.33/lib/modules/mod_rewrite.so" Syntax error on line 227 of /opt/apache-1.3.33/etc/httpd.conf: Cannot load /opt/apache-1.3.33/lib modules/mod_rewrite.so into server: Unresolved external.
./apachectl startssl: httpd could not be started..

Any help will be appreciated. THe httpd.conf is attached.
3 REPLIES 3
Roland Rebstock_1
Frequent Advisor

Re: HPUX 11 Apache 1.3.33 help with mod_rewrite.so

httpd.conf attached
Ermin Borovac
Honored Contributor
Solution

Re: HPUX 11 Apache 1.3.33 help with mod_rewrite.so

Try running configure with --enable-rule=SHARED_CORE

http://issues.apache.org/bugzilla/show_bug.cgi?id=17065
Roland Rebstock_1
Frequent Advisor

Re: HPUX 11 Apache 1.3.33 help with mod_rewrite.so

That worked, ,thanks