Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache2 On solaris 8

Status
Not open for further replies.

felihad

IS-IT--Management
Apr 21, 2004
17
0
0
US
I downloaded the package apache2 for solaris 8, i ran the command pkgadd -d and it went through fine.
But when i try to start it i am getting this error:

# /usr/local/apache2/bin/apachectl start
ld.so.1: /usr/local/apache2/bin/httpd: fatal: libsenddfile.so.1: open failed: No
such file or directory
Killed

I looked for the linsendfile but i can not find it.

Please Help !
 
Read the "READ ME" in the package directory, it should tell you any dependencies you will need.
 
Looks like the LD_LIBRARY_PATH environment variable needs updating to include your Apache 2 libraries.
 
either that, or your missing a needed package.

___________________________________
[morse]--... ...--[/morse], Eric.
 
Thank You. To all of you

I decided to compile it instead of installing the solaris package and now its working.

I guess i was missing some library that its assumed by the package.

Thanks again.
 
If the pre-compiled pkg (2.0.49) was downloaded from sunfreeware.com, it needs the following:
expat, libiconv, gdbm, openssl, and either libgcc or gcc
 
Using 'dump' on the executable would have helped you find what you were missing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top