View Single Post
  #5   (View Single Post)  
Old 29th April 2014
sparky's Avatar
sparky sparky is offline
Fdisk Soldier
 
Join Date: Mar 2012
Posts: 73
Default

Many thanks for the info and sorry for the late response.

For some reason after the upgrade that I performed igmpproxy doesn't work any more??

Currently am running:

Code:
pkg_add -Uu
however, I am getting a similar message throughout....

Quote:
Can't install <pkg> because of libraries

How would I go about fixing that?

Basically I need to know Which libraries are the issue and then how to fix those particular libraries....

{EDIT}

Found... I think the issue:

Code:
|library c.74.1 not found
| /usr/lib/libc.so.70.0 (system): bad major
| /usr/lib/libc.so.74.0 (system): minor is too small
Can't install libiconv-1.14p1 because of libraries
Can't install db-4.6.21p0v0 because of libraries
apache-httpd-2.2.27:.libs-apr-util-1.4.1p2+apr-util-1.5.3->apr-util-1.5.3p0: ok
Can't install pcre-8.33 because of libraries
Can't install apache-httpd-2.2.27 because of libraries
|library crypto.26.0 not found
| /usr/lib/libcrypto.so.23.0 (system): bad major
|library ssl.24.0 not found
Also just found this:

http://daemonforums.org/showthread.php?t=5375

Could this be as suggested that the PKG_PATH variable is pointing to the wrong place?? Though I never recall setting that as I went straight to Ports.

{EDIT2}

Code:
# echo $PKG_PATH
ftp://mirror.exonetric.net/pub/OpenBSD/snapshots/packages/amd64/
That looks correct to me?

Last edited by sparky; 29th April 2014 at 01:04 PM.
Reply With Quote