The correct sequence on RHEL4.5 is 

 

        libMyXMLXerces.so => not found

        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x0093f000)

        libm.so.6 => /lib/tls/libm.so.6 (0x00c69000)

        libc.so.6 => /lib/tls/libc.so.6 (0x00557000)

        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0075a000)

        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00f92000)



The NOT working sequence on RHEL5.1 is 

[EMAIL PROTECTED] lib]# ldd libMyAppClient.so 



        libMyXMLXerces.so => not found

        libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x0071c000)

        libm.so.6 => /lib/i686/nosegneg/libm.so.6 (0x003ed000)

        libc.so.6 => /lib/i686/nosegneg/libc.so.6 (0x00110000)

        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00315000)

        /lib/ld-linux.so.2 (0x00506000)

-Vinay

-----Original Message-----
From: Eric Covener [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 22, 2008 5:39 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Apache 2.2.8 SSL is not working on RHEL5.1

On Thu, May 22, 2008 at 7:26 AM, Vinay Purohit
<[EMAIL PROTECTED]> wrote:
> I have developed a apache connector that makes SSL connection to my 
> back-end Application. This connector seems to be working fine on 
> RHEl4.5 but it is not working on RHEL5.1.
> Do I need to add some rpm/package specifically required  to make SSL 
> connection on RHEL5.1
>

SELinux errors?

--
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
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