IBM recently changed both its delivery package for OpenSSL and the locations it put things. Luckily, I have a second machine other than my mail server that I can test things on and DC 1.0.15 seems to be be running OK (thus I got all the configure/compilation tweaks right), but.....is there anyway to check the DC binaries to determine where it's getting its OpenSSl binaries and libraries (needed at runtime)? -- ===Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035
Stewart Dean escreveu:> IBM recently changed both its delivery package for OpenSSL and the locations it > put things. Luckily, I have a second machine other than my mail server that I > can test things on and DC 1.0.15 seems to be be running OK (thus I got all the > configure/compilation tweaks right), but.....is there anyway to check the DC > binaries to determine where it's getting its OpenSSl binaries and libraries > (needed at runtime)? >On linux systems (and possibly other Unices), you can use 'ldd /path/to/executable/file' to see the dynamic libraries it uses and where are they loaded from. -- Eduardo M Kalinowski eduardo at kalinowski.com.br