On Sat, 22 Sep 2001, Ruslan Ermilov wrote:

> On Fri, Sep 21, 2001 at 08:43:20PM -0800, Beech Rintoul wrote:
> > I just built today's -current, still having a couple of problems.
> > First off, when install tried to rm -R libc_r.so.4 and libc.so.4 it couldn't
> > because schg flags were set. Went fine after I removed them.
> >
> Should be fixed in src/lib/compat/Makefile.inc,v 1.8.  Thanks!
>
> > Second I still have apps looking for libc.so.4 (mountd for example) I finally
> > just linked those libs back from compat and it seems to work. Is this just my
> > box this is happening on or are others also seeing this?
> >
> Hmm, if you have COMPAT_4x=TRUE in your /etc/make.conf, libc.so.4
> should be installed in /usr/lib/compat, and the latter (by default)
> is listed in the ``ldconfig_paths'' rc.conf(5) variable.

        Shouldn't this be COMPAT4X=yes rather than true according to the
sample src/share/examples/etc/make.conf.  Also, it seems like /usr/lib has
the same problem of the schg flags not being removed so I have to manually
do "chflags noschg /usr/lib" prior to the build and installworld or else
it won't replace the targets in /usr/lib with those from the buildworld.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President             ________   __ ____
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation                                  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong                  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to