There is a -lbsd for Slack ?? Squid compilation issue Greetings all
I am trying to build squid 2.5.STABLE4 in a Slack 9.1 fresh install.
The problem is:
....
gcc -g -O2 -Wall -g -o cf_gen cf_gen.o -L../lib -lmiscutil -lm -lresolv -lbsd
-lnsl
/usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-linux/bin/ld:
cannot find -lbsd <<<<<<<<<<<<<<<<<<<<<<<<<
collect2: ld returned 1 exit status
make[1]: *** [cf_gen] Error 1
make[1]: Leaving directory `/home/squid/squid-2.5.STABLE4/src'
I belive that it is about the lack of /usr/lib/libbsd.a witch, in a Red Hat
system, is provided by glibc-devel-2.3.2-27.9.7, for instance...
My Slack have all glic stuff I cound find (CDs and Inet) !
Any tip about it ?
TIA. |