Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 1998 14:47:55 -0700 (PDT)
From:      asami@FreeBSD.ORG (Satoshi Asami)
To:        fewtch@serv.net
Cc:        freebsd-newbies@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG
Subject:   Re: My verdict on 2.2.7...
Message-ID:  <199807232147.OAA08060@vader.cs.berkeley.edu>
In-Reply-To: <3.0.5.32.19980723123442.00816470@mx.serv.net> (message from Tim Gerchmez on Thu, 23 Jul 1998 12:34:42 -0700)

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: Tim Gerchmez <fewtch@serv.net>

 * (3) Package dependencies are all screwed up (half of what I tried said
 * "Can't find libxx.xx.x), even after installing the dependencies given by
 * pkg_add -v.

You need to be more specific than "half". :)

 * 		Also, **some packages that exist on the site aren't listed in
 * the sysinstall package installer** (yes, I DID download the new INDEX
 * file), including my favorite Email reader, xfmail (I had to install it
 * manually via pkg_add, and grab an older version of XForms from the 2.2.6
 * installation).

I'm not sure how this can happen.  I just checked, the xfmail binary
requires xforms.0, and the xforms package includes libxforms.so.0.88.

===
>> ldd xfmail 
xfmail:
/usr/libexec/ld.so: warning: /usr/X11R6/lib/libICE.so.6.0: minor version 0 older than expected 3, using it anyway
        -lxforms.0 => not found (0x0)
        -lXpm.4 => not found (0x0)
        -lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x200cf000)
        -lICE.6 => /usr/X11R6/lib/libICE.so.6.0 (0x200d7000)
        -lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x200e9000)
        -lm.2 => /usr/lib/libm.so.2.0 (0x2017f000)
        -lc.3 => /usr/lib/libc.so.3.1 (0x20199000)
>> tar tvzf ../../packages/All/xforms-0.88.1.tgz | grep xforms.so
-rw-r--r-- root/wheel   545767 Jun 28 07:51 1998 lib/libxforms.so.0.88
lrwxrwxrwx root/wheel        0 Jun 28 07:51 1998 lib/libxforms.so -> /usr/X11R6/lib/libxforms.so.0.88
===

Satoshi

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807232147.OAA08060>