Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Mar 1995 02:15:55 -0800
From:      Joshua Peck Macdonald <jmacd@freefall.cdrom.com>
To:        Vince Chan <vince@kbrown.oldcampus.yale.edu>
Cc:        Joshua Peck Macdonald <jmacd@freefall.cdrom.com>, FreeBSD-ports@freefall.cdrom.com
Subject:   Re: /usr/ports/games/xrisk 
Message-ID:  <199503191015.CAA00584@freefall.cdrom.com>
In-Reply-To: Your message of "Sat, 18 Mar 95 20:12:30 GMT." <Pine.3.89.9503182057.A12641-0100000@kbrown.oldcampus.yale.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
probably something you'll kick yourself for not noticing then... hmm
might be something like a permission problem, run ldconfig to be
sure.  Run it with the -r option to get a list of all the libs it
knows about.  for example:

axis.root-view # ldconfig -r | grep libX11
        38:-lX11.6.0 => /usr/X11R6/lib/libX11.so.6.0 (76 -> 45)
        44:-lX11.2.0 => /usr/X11R6/lib/libX11.so.2.0 (13 -> 62)

shows I have the old (1.1.5.1) version of the library, as well as the
current (2.0) library.

-josh



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