Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!foxhound.dsto.gov.au!fang.dsto.gov.au!yoyo.aarnet.edu.au!news.adelaide.edu.au!news.cs.su.oz.au!harbinger.cc.monash.edu.au!msuinfo!agate!library.ucla.edu!ucla-ma!sun3server!glueck From: glueck@oak.math.ucla.edu (Brian Glueck) Subject: Help with ld.so Message-ID: <GLUECK.94May1213937@oak.math.ucla.edu> Sender: news@math.ucla.edu Reply-To: glueck@math.ucla.edu Organization: UCLA Department of Mathematics Date: 02 May 1994 04:39:36 GMT Lines: 11 I installed FreeBSD-1.1-BETA a few weeks ago but can't get dynamically linked programs to run for some reason. Every time I try to run a dynamically linked program, I get a message that says "No ld.so", but I certainly have /usr/libexec/ld.so and the report from ldconfig -r looks fine (that is, the shared libraries seem to be cached correctly). I have tried both "make bootstrapld" and "make world", but neither have fixed this problem. I'm probably just missing something, but I can't figure out what. Any ideas? Thanks, Brian