Forum Moderators: phranque

Message Too Old, No Replies

Apache installation errors

         

unixdude

9:51 pm on Dec 6, 2004 (gmt 0)



I'm trying to install Apache-1.3.29 on a AIX 5.2 server.

When I tried to install it using smit, I got the following errors:

The following errors occurred during installation:
error: failed dependencies:
openssl is needed by apache-1.3.29-1ssl
libexpat.a(libexpat.so.0) is needed by apache-1.3.29-1ssl

Can somebody help me here?

Thanks,

jdMorgan

10:39 pm on Dec 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



unixdude,

Welcome to WebmasterWorld!

It looks like the object file libexpat.so.0 is missing on your server, and Apache SSL can't run without it. Try using that quoted error message as a search in Google to find out where you can get the source for that library and how to compile it in. You might also want to see if smit has an FAQ or a forum (I don't know what smit is).

Jim