Operating System - HP-UX
1821537 Members
2293 Online
109633 Solutions
New Discussion

Apache module mod_proxy_html compilation fails

 
Guruprasad
Occasional Advisor

Apache module mod_proxy_html compilation fails

Hi,
I am trying to compile(using gcc and apxs) mod_proxy_html on HPUX11.11, Apache 2.0.48.
Compilation fails with following error,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
cp /opt/hpws/apache/build/mod_proxy_html/.libs/mod_proxy_html.lai /opt/hpws/apache/modules/mod_proxy_html.la
cp: cannot access /opt/hpws/apache/build/mod_proxy_html/.libs/mod_proxy_html.lai: No such file or directory
apxs:Error: Command failed with rc=65536
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
I checked the directory '/opt/hpws/apache/build/mod_proxy_html/.libs', it contains .la file and .lai, i tried copying .la as .lai, still i hit with the error.(i guess before compiling apxs cleans up previously built files).
Any one seen this problem, help appreciated.

-
Thanks,
Guruprasad
1 REPLY 1
Rgomes
Valued Contributor

Re: Apache module mod_proxy_html compilation fails

Hi,

I don't know.....but could you try by adding the path of library files to /etc/SHLIB_PATH?

regards,
Richard