bugzilla-daemon at mindrot.org
2004-Dec-13 22:02 UTC
[Bug 964] Problem compiling openssh 3.9p1
http://bugzilla.mindrot.org/show_bug.cgi?id=964 Summary: Problem compiling openssh 3.9p1 Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.org ReportedBy: pierre42d at 9online.fr # make (cd openbsd-compat && make) make[1]: Entering directory `/tmp/openssh-3.9p1/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/openssh-3.9p1/openbsd-compat' gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/lib -lopensc -lscconf -lssh -lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt -L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -s -O3 -march=i686 -Wall -Wpointer-arith -Wno-uninitialized -L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv /usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: warning: libcrypto.so.0.9.6, needed by /usr/local/lib/libopensc.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libopensc.so: undefined reference to `des_ecb3_encrypt' /usr/local/lib/libopensc.so: undefined reference to `des_set_key_unchecked' collect2: ld returned 1 exit status make: *** [ssh] Error 1 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Dec-14 00:27 UTC
[Bug 964] Problem compiling openssh 3.9p1
http://bugzilla.mindrot.org/show_bug.cgi?id=964 ------- Additional Comments From dtucker at zip.com.au 2004-12-14 11:27 ------- "warning: libcrypto.so.0.9.6, needed by /usr/local/lib/libopensc.so, not found" It appears that you do not have the version of libcrypto that opensc is linked against. Rebuild (or upgrade, if you use packages) opensc. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Jan-11 07:20 UTC
[Bug 964] Problem compiling openssh 3.9p1
http://bugzilla.mindrot.org/show_bug.cgi?id=964 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From dtucker at zip.com.au 2005-01-11 18:20 ------- Since this looks like a local library installation problem, I'm closing this bug. Please re-open if the problem recurs with a rebuilt libopensc ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 1391] New: Problem compiling openssh 4.7p1
- [Bug 569] Problem compiling openssh 3.6.1p2
- [Bug 1234] configure adds opensc libs to LDFLAGS when it should use LIBS
- OpenSSL 1.1 support status : what next?
- [Bug 1160] OpenSSH should use libopensc.pc instead of opensc-config