> -----Original Message-----
> From: Omar [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 08, 2007 10:35 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] help with libresolv.so.2
> 
> HI All! 
> I have my apache -2.0.55 installed with php-5.1.4 on 
> RHEL4_64-bit platform.
> It works. I need this apache server for making dynamic reports.
> But when i try to make a report through my internet browser i 
> get a error 
> message like "getResponseXML() - null".
> You may say that somthing wrong with report (php-script) BUT: 
> when i make
> the same report on another apache-server it works!
> The configuration of another apache server the same (apache - 
> 2.0.55+php-5.1.4) ecept it's on 32-bit platform.
> When i made ldd ../bin/httpd i found that there's no 
> libresolv.so.2 on my
> 'not-working server' (the only one difference in lib modules 
> in compare with 
> 'working' server) though glibc is installed. What should i do to add
> libresolv.so to httpd?
> May be it's the reason of 'not-working'?

Looks like it... It seems you have already found the problem; the
platform that runs the non-working server is missing an important system
library.

It's basically a sys-admin job (not really anything to do with apache)
to locate/install the lib on the system. If you find it, add it's path
to LD_LIBRARY_PATH. If you don't, install it.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> Thanks for any help 
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to