Ticket #16424 (closed defect: invalid)
openssh 5.0p1_0 build failure
| Reported by: | hanche@… | Owned by: | wms@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | openssh | Cc: | vinc17@… |
| Port: |
Description
It seems to look for libcom_err in a location where it does not exist. There is one in /usr/lib, but it is not used.
/usr/bin/gcc-4.0 -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz -dynamic -O2 -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -fstack-protector-all -Wl,-search_paths_first -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv ld: file not found: /opt/local/lib/libcom_err.1.dylib
This is on PPC, macosx 10.5.4.
Change History
Note: See
TracTickets for help on using
tickets.

