Problem after upgrade 7.3 to 8.1

Hello,

I'm novice in FreeBSD and I've problem after upgrade FBSD 7.3 to 8.1.
I can't to login with error
Code:
/libexec/ld-elf.so.1: Shared object "libncurses.so.7" not found, required by "bash"

Can somebody help me what now ?

Thanks.
 
Finally I solve problem ...

1) Reboot FreeBSD and run system in SINGLE MODE
2) put any key, when the system ask about you shell (/bin/sh) put ENTER
3) write in shell: mount -a
4) write in shell: pw mod user root -s /bin/csh
5) write in shell: reboot

6) Reinstall ruby
7) portupgrade -afcP

Thanks all
 
wblock said:
8. Fix all the ports that didn't have packages (many don't).
9. Run pkg_libchk from sysutils/bsdadminscripts and fix any problems it finds.
10. Remind self to never, ever change root's shell.

ad 8 - how to fix all the ports ?
ad 9 - pkg_libchk found no problems

I still have a problem with postfix
Code:
/libexec/ld-elf.so.1: Shared object "libssl.so.5" not found, required by "postfix"
 
Code:
cd /usr/ports/ports-mgmt/portmaster
make install
portmaster -d /var/db/pkg/postfix-(somenumber)
AFAIK portmaster will check packages a minute or
two then ask you to proceed. It may want to
rebuild more than one port(s)...
That is an "automatic" way to fix postfix (maybe).
I'd back up it's conf file(s) first...
 
Gogo77 said:
ad 8 - how to fix all the ports ?

Rebuild the broken ones. Don't use the -P option to portupgrade, which tries to use packages and frequently fails.

ad 9 - pkg_libchk found no problems

I still have a problem with postfix
Code:
/libexec/ld-elf.so.1: Shared object "libssl.so.5" not found, required by "postfix"

At minimum, rebuild and reinstall postfix.
 
Back
Top