vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |
| ||||
| On 19 Feb 2004 08:01:42 -0800, gaucho <gaucho_member@newsguy.com> wrote: > > > cannot find -lbsd <<<<<<<<<<<<<<<<<<<<<<<<< > > 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... There's a libbsd-compat.a in the glibc-2.3.2 package. Is that suitable? > My Slack have all glic stuff I cound find (CDs and Inet) ! If you have just installed a new glibc package, you may have to run ldconfig as root. -- Mark Hill <usenet@mark.ukfsn.org> (devnull address not read) GPG KeyID: 4A3B58AC |