Date: Wed, 9 May 2001 14:27:24 +0100 From: Rasputin <rara.rasputin@virgin.net> To: Max Khon <fjoe@newst.net> Cc: security@freebsd.org Subject: Re: setkey(3) not present in the system Message-ID: <20010509142724.A53401@dogma.freebsd-uk.eu.org> In-Reply-To: <Pine.BSF.4.21.0105091841260.11744-100000@lark.nsk.bsgdesign.com>; from fjoe@newst.net on Wed, May 09, 2001 at 06:42:28PM %2B0700 References: <20010509104313.A47276@dogma.freebsd-uk.eu.org> <Pine.BSF.4.21.0105091841260.11744-100000@lark.nsk.bsgdesign.com>
next in thread | previous in thread | raw e-mail | index | archive | help
* Max Khon <fjoe@newst.net> [010509 12:46]: > hi, there! > > On Wed, 9 May 2001, Rasputin wrote: > > > /usr/lib/libc.so: WARNING! setkey(3) not present in the system! > > /usr/lib/libc.so: WARNING! des_setkey(3) not present in the system! > > /usr/lib/libc.so: WARNING! encrypt(3) not present in the system! > > /usr/lib/libc.so: WARNING! des_cipher(3) not present in the system! > > are you sure you are not linking your binary against libc_r and libc? > in FreeBSD you should use -pthread option for gcc when you want your > program to be linked against libc_r Bingo. The command line is a right mess, cc -D_REENTRANT=1 -I. -O -pipe -march=k6 -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -o checks/check_list checks/check_list.o libgw.a libwmlscript.a libgwlib.a -lz -lm -lc_r -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -lgiconv The only libpthread I have is in /usr/compat/linux/lib: rasputin@shikima kannel]$locate libpthread /usr/compat/linux/lib/libpthread-0.8.so /usr/compat/linux/lib/libpthread.so.0 - is it supposed to be in the base system? This has got less n less to do with security, and more to do with me biting off more than I can chew, now... So I'll shut up :) -- Armadillo: To provide weapons to a Spanish pickle Rasputin :: Jack of All Trades - Master of Nuns :: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010509142724.A53401>