Operating System - HP-UX
1828932 Members
2593 Online
109986 Solutions
New Discussion

HP's Apache and adding DSO - mod_security

 
Denver Osborn
Honored Contributor

HP's Apache and adding DSO - mod_security

Hi all,I'm trying to add mod_security (http://www.modsecurity.org) as a dso to HP's Apache web server suite. Using gCC 3.3.2, it fails when libtool tries to cp mod_security.lai. this file does not exists and I have no idea why it doesn't get created. Here's the error:-------/opt/hpws/apache/build/libtool --mode=install cp mod_security.la /opt/hpws/apache/modules/cp .libs/mod_security.lai /opt/hpws/apache/modules/mod_security.lacp: cannot access .libs/mod_security.lai: No such file or directoryapxs:Error: Command failed with rc=65536-------Has anyone else had similar problems w/ adding mods to HP's release of Apache?Any help is appreciated!-denver