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 [root@redhat 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:covener@xxxxxxxxx] Sent: Thursday, May 22, 2008 5:39 PM To: users@xxxxxxxxxxxxxxxx Subject: Re: Apache 2.2.8 SSL is not working on RHEL5.1 On Thu, May 22, 2008 at 7:26 AM, Vinay Purohit <Vinay.Purohit@xxxxxxxxxx> 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 covener@xxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx