View Single Post
  #2   (View Single Post)  
Old 30th August 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Right now the system is trying to use:
Quote:
/usr/local/lib/compat/pkg/libstdc++.so.6
Which is in the compat directory, this is for legacy libraries to run binaries fro previous releases (FreeBSD 5, 4, etc.).
Maybe the original went missing?

Quote:
Which package do I need to reinstall to get libstdc++.so.6?
It's part of the FreeBSD OS, you don't install it with a package.

Also take note of:
Quote:
warning: Insecure world writable dir /usr/sbin in PATH, mode 040777

Is this the same machine that crashed and the save-entropy problems? If so, there seem to be some filesystem issues.
I would:
- fsck all filesystems.
- Use smartmontools to make sure the disks are fine.
- If there are still problems, reinstall the FreeBSD base and packages to make sure any missing files are reinstalled. (You can use pkg_info -g, see pkg_info(1)).
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote