On Mon, Mar 11, 2002 at 12:32:26PM +0100, Jan Stocker wrote:
> I tried to install a new current from a minimal installed 4.5 RELEASE and
> cvsuped source tree.
> 
> $ cd /usr/src
> 
> $ make -DNOPROFILE=true -DNO_WERROR buildworld
> ...
> 
> $ make buildkernel KERNCONF=GENERIC
> ...
> 
> $ make installkernel KERNCONF=GENERIC
> ...
> install -c -o root -g wheel -m 555   vesa.ko /boot/kernel/
> ===> wi
> install -c -o root -g wheel -m 555   if_wi.ko /boot/kernel/
> ===> xe
> install -c -o root -g wheel -m 555   if_xe.ko /boot/kernel/
> kldxref /boot/kernel
> kldxref:No such file or directory
> *** Error code 1 (ignored)

make can't find kldxref, because kldxref is part of 5.0, not 4.X

Man page of kldxref online:
http://www.FreeBSD.org/cgi/man.cgi?query=kldxref&apropos=0&sektion=0&manpath=FreeBSD+5.0-current&format=html

If you don't like this bug:

1st way:
touch /usr/sbin/kldxref

2nd way:
1) install libc.so.5 into /usr/lib
2) ldconfig -m /usr/lib
3) install kldxref from /usr/src/usr.sbin/kldxref

after 1st or 2nd way
try to install kernel one more time.
-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
[EMAIL PROTECTED]                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

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

Reply via email to