Phaneedra writes:
> Hi I am very newbie to Solaris. I am trying to install apache on Solaris10. 
> Ihave an issue with libraries

Note that this isn't an S10 support list.

> $ cd /../../../apps1/reclass/apache2/bin/

How's that?

> $ ldd httpd
>         libaprutil-0.so.0 =>     (file not found)

It looks like you're using someone else's modified apache server.
You'll need to contact the vendor from whom you got that code.  (At a
guess, that vendor linked the server using "-L" but forgot to set "-R"
so that the correct library path is part of the executable.)

It seems to be fine on the real S10 Apache 2 server shipped with
Solaris:

% ldd /usr/apache2/bin/httpd | grep libaprut
        libaprutil-0.so.0 =>     /usr/apache2/lib/libaprutil-0.so.0

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 35 Network Drive        71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to