Operating System - HP-UX
1753776 Members
7282 Online
108799 Solutions
New Discussion юеВ

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

 
Vijay Kumar Dosapati
Occasional Advisor

Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

Hi

I'm trying to install Apache 2.2.13 on HP-UX Itanium 64 bit(11.31).

I have done :
# which gcc
/opt/hp-gcc/bin/gcc
# which cc
/usr/bin/cc
./configure \
--prefix=/var/apps/apache2 \
--enable-so \
--enable-mods-shared=most \
--libexecdir=/var/apps/apache2/libexec

Still here everything gone fine, but while I'm running
./apachectl start
/usr/lib/hpux32/dld.so: Unable to find library 'libgcc_s.so.0'.
./apachectl[100]: 13317 Killed

Pls help me.

Regards
Vijay
6 REPLIES 6
Dennis Handly
Acclaimed Contributor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

If you are going to use a foreign devil compiler gcc, you need to install the runtime libgcc_s.so.0 on every machine.
Hakki Aydin Ucar
Honored Contributor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

Vijay Kumar Dosapati
Occasional Advisor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

Hi

According to link given I have created a soft link ,now when i try to start apache showing core dump error
# ./apachectl -k start
./apachectl[100]: 14681 Memory fault(coredump)

Regards
Vijay
Torsten.
Acclaimed Contributor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

There are so many apache depots on http://software.hp.com, why not using them?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Vijay Kumar Dosapati
Occasional Advisor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

Hi

I require PHP with apache but HP depot s/w uses JSP's.
Torsten.
Acclaimed Contributor

Re: Installing Apache 2.2..13 on HP-UX Itanium(11.31) 64bit server

Take a look at http://software.hp.com - almost all versions say PHP included.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!