> --- On Wed, 7/9/08, Jacob Meuser <jakemsr@sdf.lonestar.org> wrote:
>
> > From: Jacob Meuser <jakemsr@sdf.lonestar.org>
> > Subject: Re: Can't install using pkg_add from FTP mirror and from Local Mirror
> > To:
misc@openbsd.org
> > Date: Wednesday, July 9, 2008, 8:27 AM
> > 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://root@192.168.1.1/OpenBSD4.3/i386/
> > > # pkg_add gdm
> > > root@192.168.1.1'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
> >
>
> thanks for your reply, but i have download OpenBSD 4.3 from this address
ftp://ftp.jaist.ac.jp/pub/OpenBSD/4.3/
>
> and all packages i download from this
ftp://ftp.jaist.ac.jp/pub/OpenBSD/4.3/packages/
>
> so all of this i install OpenBSD release not snapshots
>
> why in my system have libiconv.so.5.0 because i never install it?
>
>
> it's possible this happen because i install bash from ports?
> after install openbsd, then i install bash from ports then i try to install gdm from packages i have download.