Operating System - HP-UX
1830898 Members
1970 Online
110017 Solutions
New Discussion

Unable to install Apache 2.2.6 ver

 
Viswanadhan
Regular Advisor

Unable to install Apache 2.2.6 ver

Hi Admin,

# uname -a

HP-UX Server B.11.00 E 9000/802 1427623321 8-user license

Recently i have installed gcc-3.3.2-11.00.sd without errors. It's working file after checking with small c program, and i got the result of the program.

Now im trying to install Apache 2.2.6 , in the first step i did not get any error.

# ./configure --prefix=/u06/apache

In the 2nd step i got following error.

# make
/usr/lib/dld.sl: Can't open shared library: /usr/local/lib/libfl.sl
/usr/lib/dld.sl: No such file or directory
/u06/httpd-2.2.6/srclib/apr/libtool[5903]: 13379 Abort(coredump)
*** Error exit code 134
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.

Please help me.

Regards,
Viswa.
8 REPLIES 8
Dennis Handly
Acclaimed Contributor

Re: Unable to install Apache 2.2.6 ver

Did you get all of the dependencies of apache?
It seems it needs libfl.sl. Do you have that shlib anywhere else?
Viswanadhan
Regular Advisor

Re: Unable to install Apache 2.2.6 ver

Hi Denis,

I have to update gcc to latest gcc4.2.2 ?

Regards,
Viswa.
Viswanadhan
Regular Advisor

Re: Unable to install Apache 2.2.6 ver

Hi Denis,

I see the file /usr/lib/dld.sl
I donot see the file /usr/local/lib/libfl.sl

Regards,
Viswa.
Steven Schweda
Honored Contributor

Re: Unable to install Apache 2.2.6 ver

> I see the file /usr/lib/dld.sl

dld.sl is the program which is complaining.
"man dld.sl".

> I donot see the file /usr/local/lib/libfl.sl

Probably because you don't have it.

> Did you get all of the dependencies of apache?

Apparently not. Does it need "flex"?

http://www.gnu.org/software/flex/
Viswanadhan
Regular Advisor

Re: Unable to install Apache 2.2.6 ver

Hi Steven,

For gcc 3.3.2 through gcc 4.0 is require binutils2.14 or later.

So im trying to get binutils2.14x.

I tried to install flex 2.5.33 is require gnu m4 1.4 ver.

Otherside im trying to download gcc4.1.1+bintuils2.15+gdbxsd.gz.

For net is lil bit slow.

Regards,
Viswa.
Dennis Handly
Acclaimed Contributor

Re: Unable to install Apache 2.2.6 ver

>I have to update gcc to latest gcc4.2.2?

I would first get the apache dependencies.
libfl is probably flex as Steven said.

The dependencies listed for apache are:
http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache2-2.2.6/

Build-time dependencies: db expat gdbm gettext libiconv make openssl perl zlib
Run-time dependencies: db expat gdbm gettext libiconv openssl perl zlib
Viswanadhan
Regular Advisor

Re: Unable to install Apache 2.2.6 ver

HI Admins,

Finally ihave installed Apache 2.2.6 sucessfully with following steps.

1. installed gcc-3.3.2
2. binutils-2.9.x ( on trail and error basis, and fortunately worked for me).
3. Apache 2.2.6

I checked all the things it's working fine.

Thanks to All Admins.

Regards,
Viswa.

Viswanadhan
Regular Advisor

Re: Unable to install Apache 2.2.6 ver

Hi Admins,

Thanks to All Admins.