Hi!

> This happened to me on the last 3 'current' days:
> 
> ===> lib/libcrypt
> install -c -o root -g wheel -m 444   libscrypt.a /usr/lib
> install -c -o root -g wheel -m 444   libscrypt_p.a /usr/lib
> install -c -s -o root -g wheel -m 444   -fschg  libscrypt.so.2 /usr/lib
> /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags"
> *** Error code 1
> 
> Stop in /usr/src/lib/libcrypt.
> *** Error code 1

Metoo :)

I solved it the "Ken Thompson way" - when in doubt use brute force ;-)

# make buildworld
# make -k installworld
# make installworld

No errors with the last one.
Somewhere this was suggested for updating a 3.x system to -current, too.

Regards,
Patrick


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

Reply via email to