[Dovecot] question about OpenSSL with DC
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@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@kalinowski.com.br
My EUR0.02... Run these and then read man on each, then you're sorted for any occasion:
where ls ls is aliased to ls --color=tty /bin/ls which \ls # need \ to unalias on the fly /bin/ls
ldd
which \ls
# or simply: ldd /bin/ls [...]
ltrace ls [...]
ltrace -S -e SYS_open ls [...]
strace -e open ls [...]
Hope it helps.
R.
Eduardo M KALINOWSKI wrote:
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.
The information contained in this e-mail and in any attachments is confidential and is designated solely for the attention of the intended recipient(s). If you are not an intended recipient, you must not use, disclose, copy, distribute or retain this e-mail or any part thereof. If you have received this e-mail in error, please notify the sender by return e-mail and delete all copies of this e-mail from your computer system(s). Please direct any additional queries to: communications@s3group.com. Thank You. Silicon and Software Systems Limited. Registered in Ireland no. 378073. Registered Office: South County Business Park, Leopardstown, Dublin 18
participants (3)
-
Eduardo M KALINOWSKI
-
Radomir Zoltowski
-
Stewart Dean