"B. Scott Michel" wrote: > > This has surfaced for me a few times over the last couple of days -- > installworld dies during perl install attempting to rebuild the SDBM_File > libsdbm.a library. Not really worth sending the output, since installworld > appears to be attempting to reconstitute libsdbm.a in the source and not > in the object directory. > > It's possible to hack around this with a 'make NOPERL=true installworld', > but it is annoying. I tried a couple of things when this first hit me. You can make the installworld work if you add chmod to Makefile.inc1 line 312. I added it in front of the chown. You probably could locate it, cd, and "chmod 755 libsdbm.a". That is what it is trying to do but chmod isn't on the list, which is being created at 312. It handled it properly during the next buildworld. Kent > > -scooter > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-stable" in the body of the message -- Kent Stewart Richland, WA mailto:[EMAIL PROTECTED] http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message