Am 12.06.2014 22:49, schrieb Zube:
On Thu Jun 12 08:36:28 PM, Reindl Harald wrote:
prompt> file imap-login imap-login: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), not stripped
and what says "ldd" on that file?
prompt> ldd imap-login linux-vdso.so.1 => (0x00007fffd03fd000) libdovecot-login.so.0 => /usr/local/dovecot/lib/dovecot/libdovecot-login.so.0 (0x00002b5798753000) libdovecot.so.0 => /usr/local/dovecot/lib/dovecot/libdovecot.so.0 (0x00002b5798b73000) libc.so.6 => /lib64/libc.so.6 (0x00000037f0e00000) libdl.so.2 => /lib64/libdl.so.2 (0x00000037f1600000) libz.so.1 => /lib64/libz.so.1 (0x00000037f1a00000) librt.so.1 => /lib64/librt.so.1 (0x00000037f5600000) /lib64/ld-linux-x86-64.so.2 (0x00000037f0a00000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00000037f1e00000)
so you have no ssl support or linked openssl statically what let you come to the conclusion your build has ssl support? why not using a package manager and if you build yourself why don#t you read the output of ./configure?
"uses shared libs" in the file commands don't say anything useful ______________________________-
my ffmpeg build uses x264 also static but a lot of other libs dynamically
[harry@srv-rhsoft:~]$ file /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=a3197740ffc6c0532de9c4f39eb6682b6c0259fc, stripped
[harry@srv-rhsoft:~]$ ldd /usr/local/bin/ffmpeg linux-vdso.so.1 => (0x00007fff33f27000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f6ce07b2000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f6ce0595000) libvpx.so.1 => /lib64/libvpx.so.1 (0x00007f6ce01eb000) libtheoraenc.so.1 => /lib64/libtheoraenc.so.1 (0x00007f6cdffbe000) libtheoradec.so.1 => /lib64/libtheoradec.so.1 (0x00007f6cdfdae000) libmp3lame.so.0 => /lib64/libmp3lame.so.0 (0x00007f6cdfb33000) libm.so.6 => /lib64/libm.so.6 (0x00007f6cdf82c000) libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f6cdf61c000) libz.so.1 => /lib64/libz.so.1 (0x00007f6cdf402000) libc.so.6 => /lib64/libc.so.6 (0x00007f6cdf043000) /lib64/ld-linux-x86-64.so.2 (0x00007f6ce09d1000) libogg.so.0 => /lib64/libogg.so.0 (0x00007f6cdee3c000) libgomp.so.1 => /lib64/libgomp.so.1 (0x00007f6cdec2c000)
oh no x264 - well, yes because it's linked statically to offer use the latest upstream without break other dependencies