Pete RT wrote: > I am receiving the following error when I try to run Apache HTTP server > v1.3.41 on HP-Unix 11: > > /usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divsf3' in load module > 'APACHE_DST/libexec/mod_status.so'. > Syntax error on line 211 of APACHE_DST/conf/httpd.conf: > Cannot load APACHE_DST/libexec/mod_status.so into server: Unresolved > external > APACHE_DST/bin/apachectl start: httpd could not be started
mod_status does double precision math. Try linking with -lm?
