The upgrade from 9.0 to 9.1 seemed to go OK. The server boots, I can
I converted to pkg because I got tired of the long compiles, after installing pkg and converting via
When I run
So after getting prompted
it turns out it cannot fix it and I see:
That's fine - I'll install from ports but when I try
I get complaints, the worst of which is:
I'm assuming this is related to the
that I see when running certain other commands.
Its seems I'm missing some libraries or have the wrong versions and I don't know how to correct. At this point I thought upgrading to 1.2 would fix the binaries but after upgrading I'm in the same situation.
Please advise.
ssh to it, but I've got at least two problems, one with upgrading ports and I'll start there.I converted to pkg because I got tired of the long compiles, after installing pkg and converting via
pkg2ng.When I run
pkg check -d I see a lot of output (which I'll not include all of it here), the important part being
Code:
pkg: No packages matching 'devel/pkg-config' has been found in the repositories
pkg: No packages matching 'lang/ruby18' has been found in the repositories
The following packages will be installed:
Installing perl: 5.14.4_2
Installing perl: 5.12.5_1
Code:
Try to fix the missing dependencies [y/N]: y
Code:
Summary of actions performed:
lang/perl5.14 dependency failed to be fixed
devel/pkg-config dependency failed to be fixed
lang/perl5.12 dependency failed to be fixed
lang/ruby18 dependency failed to be fixed
>>> There are still missing dependencies.
>>> You are advised to try fixing them manually
Code:
pwd
/usr/ports/lang/perl5.12
bsd1# make install
I get complaints, the worst of which is:
Code:
/usr/local/lib/libintl.so.9: undefined reference to `_ThreadRuneLocale@FBSD_1.3'
/usr/local/lib/libintl.so.9: undefined reference to `querylocale@FBSD_1.3'
/usr/local/lib/libiconv.so.3: undefined reference to `___mb_cur_max@FBSD_1.3'
/usr/local/lib/libintl.so.9: undefined reference to `uselocale@FBSD_1.3'
Code:
Undefined symbol "_ThreadRuneLocale"
Its seems I'm missing some libraries or have the wrong versions and I don't know how to correct. At this point I thought upgrading to 1.2 would fix the binaries but after upgrading I'm in the same situation.
Please advise.