From owner-freebsd-ports Sun Mar 19 02:15:57 1995 Return-Path: ports-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA00590 for ports-outgoing; Sun, 19 Mar 1995 02:15:57 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA00584; Sun, 19 Mar 1995 02:15:56 -0800 Message-Id: <199503191015.CAA00584@freefall.cdrom.com> X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Vince Chan cc: Joshua Peck Macdonald , FreeBSD-ports@freefall.cdrom.com Subject: Re: /usr/ports/games/xrisk In-reply-to: Your message of "Sat, 18 Mar 95 20:12:30 GMT." Date: Sun, 19 Mar 1995 02:15:55 -0800 From: Joshua Peck Macdonald Sender: ports-owner@FreeBSD.org Precedence: bulk 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