Re: Apache Compilation Flags
Hi,
Thanks for the reply again.
I ran locate to try and find mod_ssl.so but it returned nothing. The
closest I have is libssl.so, and when I run ldd on it, it returns the
following:
libc.so.6 => /lib/libc.so.6 (0x400f8000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
Is that the correct file to be looking at? If so, it would seem that
dynamic linking has been used.
If that is the case, when you say there is no need to recompile it
(Apache?), just the libraries, do you mean just openssl?
Also, where can I find the configure log file that you originally
mentioned?
Thanks again,
Bob
Davide Bianchi wrote:
> On 2006-10-05, Bob <bobsaila@hotmail.co.uk> wrote:
> > How can I tell if mod_ssl is using dynamic linking?
>
> ldd /where/is/mod_ssl.so
>
> will show '/lib/ld-linux.so' if it's compiled with dynamic linking.
>
> Davide
>
> --
> HAL 9000: Dave. Put down those Windows disks, Dave. DAVE!
|