| Summary: | -lssh problem with libpam | ||
|---|---|---|---|
| Product: | Base System | Reporter: | dowen <dowen> |
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
dowen
2001-01-23 19:50:01 UTC
On Tue, Jan 23, 2001 at 11:48:04AM -0800, dowen@vetica.com wrote: > After building "world" a few days ago, I could no longer rebuild the src > tree. a libpam Makefile is broken. I have a fix for it. > >How-To-Repeat: > cd /usr/src > make buildworld > *2 > :) > >Fix: > Simply remove the -lssh from the LDADD line in: > /usr/src/lib/libpam/modules/pam_ssh/Makefile I think you have a stale /usr/obj, or old build files in /usr/src. Making this change will only break pam_ssh, and it's not a problem I've heard from others. Please try the following: * Remove your local pam_ssh hack * cd /usr/src && make cleandir && make cleandir * rm -rf /usr/obj * make worl Kris -- NOTE: To fetch an updated copy of my GPG key which has not expired, finger kris@FreeBSD.org State Changed From-To: open->closed Transient build error or pilot error. |