View Single Post
  #3   (View Single Post)  
Old 17th October 2008
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

The intl library is a component of gettext, which may not be installed, or, you may have an earlier dependent gettext installed which is not at the right level.

After having moved 6 releases in a jump, you may find it easiest to deinstall every installed package, and reinstall those you need. You will not lose any configuration files, userids, or other structures. Just:

# cd /var/db/pkg
# pkg_delete *
# ls -a
# pkg_delete <any .libs* or partial* package still left in the directory>
# export PKG_PATH=<your nearest mirror>
# pkg_add `cat <your list of packages you want installed>`

It's not clear from your post how you upgraded from 3.7 to 4.3. The supported method requires six sequential upgrades. If you went through all of that, you are very patient, indeed.
Reply With Quote