shared libarary not placed in /lib
    Yoichi Nakayama 
    yoichi at FreeBSD.org
       
    Sat Jun 10 18:08:20 UTC 2006
    
    
  
At Sun, 11 Jun 2006 02:44:36 +0900,
Yoichi Nakayama wrote:
> I've updated FreeBSD from 6.1R to current and noticed that
> libutil.so.6 needed by getty, etc is not placed in /lib
> but in /usr/lib, and startup failed.
> # Then I booted the machine in single user mode and copied
> # libutil.so.6 from /usr/lib.
> 
> I found "make -n install" in src/lib/libutil shows
>    install -s -o root -g wheel -m 444     libutil.so.6 /usr/lib
> on current. The line "SHLIBDIR?= /lib" in Makefile have no effect?
I found src/lib/libutil/Makefile rev 1.61 changes the behavior.
Including bsd.own.mk did define SHLIBDIR before "SHLIBDIR?= /lib".
Regards,
-- 
Yoichi NAKAYAMA
    
    
More information about the freebsd-current
mailing list