Date: Sun, 24 Jan 1999 17:37:18 +0200 From: Mark Murray <mark@grondar.za> To: Randy Bush <randy@psg.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: make aout-to-elf-build failure Message-ID: <199901241537.RAA16096@greenpeace.grondar.za> In-Reply-To: Your message of " Sun, 24 Jan 1999 07:18:57 PST." <m104RJR-0008G4C@rip.psg.com> References: <m1047WH-0008G4C@rip.psg.com> <199901231907.LAA16027@vashon.polstra.com> <m104A3n-0008G4C@rip.psg.com> <199901240817.KAA02681@greenpeace.grondar.za> <m104NL6-0008G4C@rip.psg.com> <199901241119.NAA03526@greenpeace.grondar.za> <m104RJR-0008G4C@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush wrote: > oops! still have > > /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libcrypt.so.2, needed by /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so, not found (try using --rpath) > /usr/obj/elf/usr/src/kerberosIV/libexec/kipd/../../lib/libkrb/libkrb.so: unde fined reference to `crypt' > *** Error code 1 Hi Just in case you get any more of these (mentioning `crypt'), here is a workaround: Go to the right subdirectory (in this case /usr/src/kerberosIV/libexec/kipd/) and edit the Makefile; add -lcrypt to the end of the LDADD line. You may need to remove it later, but it will keep your build going. I'd be grateful for reports of places where this is necesary. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901241537.RAA16096>