On 14/04/14 10:42, LOKESH JANGIR wrote:
I am using Ubuntu, Amazon ami with apache 2.0 and mod_ssl installed. I

The oldest still-supported Ubuntu version - 10.04 Lucid Lynx - ships with:

apache2.2-bin (2.2.14-5ubuntu8.13) [security]

Hi Fedor,

Thanks for the reply. My httpd path is /usr/sbin/httpd and please find the
output of ldd /usr/sbin/httpd

Ubuntu does not distribute the apache packages with this file; it is renamed to:

/usr/sbin/apache2


[root@ip-10-253-83-223 openssl-1.0.1g]# ldd /usr/sbin/httpd
         linux-vdso.so.1 =>  (0x00007fffebdfe000)
         libm.so.6 => /lib64/libm.so.6 (0x00007ff2d74a7000)
         libpcre.so.0 => /lib64/libpcre.so.0 (0x00007ff2d724e000)
         libselinux.so.1 => /usr/lib64/libselinux.so.1 (0x00007ff2d702c000)

Ubuntu 64-bit packages don't install here, but to:

$ apt-file search '/libselinux.so.1'
libselinux1: /lib/x86_64-linux-gnu/libselinux.so.1

Also, apache2 does not build against (depend) on selinux:

$ dpkg-query -S /usr/sbin/apache2
apache2-bin: /usr/sbin/apache2

$ ldd /usr/sbin/apache2 | grep selinux
$ apt-cache depends apache2-bin | grep selinux
$

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to