| Summary: | openssh-3.2.2p1-1.src.rpm won't build under RH6.2 | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Sebastian Pachuta <seba> |
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Sebastian Pachuta
2002-05-18 18:15:17 AEST
update bug info error at link time: i386-redhat-linux-gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/kerberos/lib -l ssh -lopenbsd-compat -lresolv -lutil -lz -lnsl /usr/lib/libcrypto.a -lkrb5 -l k5crypto -lcom_err only when: # Do we want to link against a static libcrypto? (1=yes 0=no) %define static_libcrypto 1 Fixed some time ago: http://groups.google.com/groups?hl=pl&lr=&frame=right&th=74c666b050f07d80&seekm=1015852517.770111%40sj-nntpcache-5#link1 Please update spec file: -perl -pi -e "s|-lcrypto|/usr/lib/libcrypto.a|g" Makefile +perl -pi -e "s|-lcrypto|/usr/lib/libcrypto.a -ldl|g" Makefile Mass change of RESOLVED bugs to CLOSED |