Hi All,

1. I downloaded apache 1.3.31 to be installed in our HP11.23 rx2620 server.
2. HP GCC 4.1.0 depot, also HP ANSI C deport are also installed.
2.1 export CFLAGS='-mlp64'; export CPPFLAGS="-mlp64"; export LDFLAGS="-lgcc"
3. I configure the apache with:
./configure --with-layout=Apache --prefix=/apps/apache \
       --enable-module=most \
       --enable-shared=max \
make
make install
3.1 There no other option that I take. And I don't compile anything. It is automatic done.
4.Every available module appears in the directory libexec.
5. Below are the errors during ./apachectl start
5.1) mod_imap.so
/usr/lib/hpux64/dld.so: Unsatisfied code symbol '__modsi3' in load module '/apps/apache/libexec/mod_imap.so'.
Syntax error on line 219 of /apps/apache/conf/httpd.conf:
Cannot load /apps/apache/libexec/mod_imap.so into server: Unresolved external

5.2) libproxy.so
/usr/lib/hpux64/dld.so: Unsatisfied code symbol '__divdi3' in load module '/apps/apache/libexec/libproxy.so'.
Syntax error on line 230 of /apps/apache/conf/httpd.conf:
Cannot load /apps/apache/libexec/libproxy.so into server: Unresolved external

I can'r understand how to solve this error. I am used "make" and "make install" to configure to compile. Everything command is autogenerated from the apache installation scripts.

I also tried to configure, make , make installl with option:
LDFLAGS=/opt/hp-gcc-4.1.0/lib/gcc/ia64-hp-hpux11.23/4.1.0/hpux64/libgcc.a -lgcc
but the error still exit.

Any help is greatly appreciated.

Thanks.

Steven

_________________________________________________________________
Get your mobile ringtones, operator logos and picture messages from MSN Mobile http://msn.smsfactory.no/


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to