Operating System - HP-UX
1825691 Members
3410 Online
109686 Solutions
New Discussion

Re: Apache installation problem ..urgent pls help

 
Steven_181
Advisor

Apache installation problem ..urgent pls help

Hi All,

I have managed to compile my apache1.3.31 in 64 bits on my 11.23 ia64 itanium with
CFLAGS="-mlp64", CPPFLAGS="-mlp64",
LDFLAGS="-lgcc"

The issue is that there are 2 modules that behave funny. All modules do not have error.
The two are mod_imap.so and libproxy.so.

I also tried to compile 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.

Below is the error:
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

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

Any help is greatly appreciated.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Apache installation problem ..urgent pls help

Shalom,

Apache code requires debugging prior to compilation on HP-UX. Its possible, many have done it.

HP has done it and created easy to install depots.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXWSATW215
That is the latest greatest 2.0.x release.

For other releases:
http://software.hp.com
Put in apache 1.3 in the search box.

If there is a good reason to compile, good luck with that, but these two modules are important and you may have to debug the source code to fix them.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steven_181
Advisor

Re: Apache installation problem ..urgent pls help

Hi SEP,

We still need version 1.3.31 as we wanted to have the same software level as our production PA-RISC system if possible.

We need to test all our stuff on the same level before we confirm moving from PA-RISC to IA64.

Thanks