Jacob Meuser wrote:
On Wed, Jul 09, 2008 at 01:04:38AM -0700, my mail wrote:
I have success install OpenBSD 4.3, but when i want install packages using 
pkg_add, why i can't install it?

first i try from local ssh server from my LAN

-------------------------------------------
# export PKG_PATH=scp://[EMAIL PROTECTED]/OpenBSD4.3/i386/
# pkg_add gdm
[EMAIL PROTECTED]'s password:
Can't install glib2-2.14.5: lib not found iconv.4.0
Dependencies for glib2-2.14.5 resolve to: libiconv-1.12, pcre-7.6, gettext-0.17
Full dependency tree is libiconv-1.12,pcre-7.6,gettext-0.17
iconv.4.0: partial match in /usr/local/lib: major=5, minor=0 (bad major)

you have libiconv.so.5.0 installed, but you are trying to install
something that wants libiconv.so.4.0.

libiconv.so.5.0 is from -current (since May 28, 2008), but you appear
to be pointing at a 4.3-release package repository, and you said you
installed 4.3.

looks like you are experiencing confusion with -release and snapshots.

http://www.openbsd.org/faq/faq5.html#Flavors

Definitely a libraries mixup with gettext and libiconv versions.

Just curious, what is the output of:
ls -ald /var/db/pkg/.*
guess there must be some list.

Reply via email to