Chavdar Ivanov <ci4...@gmail.com> wrote: > The weird and suspicious thing is that /usr/bin/ftp is linked to both > existing libcrypto.so versions: > > ldd /usr/bin/ftp > /usr/bin/ftp: > -ledit.3 => /usr/lib/libedit.so.3 > -lterminfo.2 => /usr/lib/libterminfo.so.2 > -lc.12 => /usr/lib/libc.so.12 > -lssl.15 => /usr/lib/libssl.so.15 > -lcrypto.14 => /usr/lib/libcrypto.so.14 > -lcrypt.1 => /lib/libcrypt.so.1 > -lcrypto.15 => /usr/lib/libcrypto.so.15
I'm guessing you did an update build not a clean one. Also, did you use the -j flag to build in parallel? Do a clean build and everything should work.