Somebody give me a gun so I can put myself out of my own misery.
I upgraded from 8.3-RELEASE-p3 to 9.0-RELEASE-p3 using the following steps:
Note:
I have no ports installed so I didn't need to rebuild them after upgrading. I do have The Ports Collection installed though.
The issue is this...
If I search for a port (ex: make search name=nano) the following error occurs:
If I type "make index" I receive the following error:
I have read articles that say to make the following symlink to fix the problem (not a very good solution):
I have also read articles that say to install "compat8x".
What's the proper way to fix this problem? Why doesn't the "make" command that is built into the "Base system" use my "libutil.so.9" library?
I upgraded from 8.3-RELEASE-p3 to 9.0-RELEASE-p3 using the following steps:
Code:
freebsd-update upgrade -r 9.0-RELEASE
freebsd-update install
reboot
freebsd-update install
I have no ports installed so I didn't need to rebuild them after upgrading. I do have The Ports Collection installed though.
The issue is this...
If I search for a port (ex: make search name=nano) the following error occurs:
Code:
"The search target requires INDEX-9. Please run make index or make fetchindex."
Code:
Generating INDEX-9 - please wait.. Shared object "libutil.so.8" not found
Code:
ln -s libutil.so.9 libutil.so.8
What's the proper way to fix this problem? Why doesn't the "make" command that is built into the "Base system" use my "libutil.so.9" library?