On Thu, Jan 22, 2009 at 10:08 AM, Stuart Henderson <s...@spacehopper.org>wrote:
> On 2009-01-22, Michael <ber...@opensuse.us> wrote: > > I am running 4.4 and tried to install LPRng: > > uname: OpenBSD getlost.my.domain 4.4 GENERIC#0 i386 > > > > When I type "sudo pkg_add LPRng", I get the following: > > parsing LPRng-3.8.21p2 > > Can't install LPRng-3.8.21p2: lib not found c.43.0 > > c.43.0: partial match in /usr/lib: major=48, minor=0 (bad major) > > Can't install LPRng-3.8.21p2: lib not found crypto.13.0 > > crypto.13.0: partial match in /usr/lib: major=14, minor=0 (bad major) > > found libspec ssl.11.0 in /usr/lib > > found libspec util.11.0 in /usr/lib > > > > I don't know what crypto is so I tried installing cryptokit. (at least I > > tried even though that didn't help". > > Tried google, but got only 1 hit and it was in Chinese, and then the > > translation timed out. > > > > What do I install now? > > You need to update your PKG_PATH, it currently has 4.3 in. > e.g. > PKG_PATH=ftp://some.mirror/pub/OpenBSD/`uname<ftp://some.mirror/pub/OpenBSD/%60uname>-r`/packages/`arch > -s`/ > > Guess I'm confused. Here is my .profile : $ more .profile # $OpenBSD: dot.profile,v 1.4 2005/02/16 06:56:57 matthieu Exp $ # # sh/ksh initialization PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:. export PATH HOME TERM export PKG_PATH=ftp://rt.fm/pub/OpenBSD/4.4/packages/i386/ Thanks for your help.