Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 1997 02:26:22 -0800 (PST)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        chad@anasazi.com
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Where's the library?
Message-ID:  <199702121026.CAA29630@silvia.HIP.Berkeley.EDU>
In-Reply-To: <9702120444.AA23682@chad.anasazi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 * Where should I find libXpm?
 * ------------------------------------------------------------------------
 * Script started on Tue Feb 11 21:40:04 1997
 * % pkg_info -ac | grep -i Mosaic
 * Information for mosaic-2.7b4:
 * Mosaic - a World Wide Web browser
 * % ldd `which Mosaic`
 * /usr/X11R6/bin/Mosaic:
 * 	-lXt.6 => /usr/X11R6/lib/libXt.so.6.0 (0x8218000)
 * 	-lX11.6 => /usr/X11R6/lib/libX11.so.6.1 (0x8266000)
 * 	-lXmu.6 => /usr/X11R6/lib/libXmu.so.6.0 (0x8208000)
 * 	-lSM.6 => /usr/X11R6/lib/libSM.so.6.0 (0x82fc000)
 * 	-lICE.6 => /usr/X11R6/lib/libICE.so.6.0 (0x8304000)
 * 	-lXpm.4 => not found
 * 	-lpng.0 => /usr/local/lib/libpng.so.0.88 (0x8316000)
 * 	-lz.1 => /usr/local/lib/libz.so.1.0.2 (0x8327000)
 * 	-lm.2 => /usr/lib/libm.so.2.0 (0x8333000)
 * 	-ljpeg.6 => /usr/local/lib/libjpeg.so.6.0 (0x834b000)
 * 	-lc.2 => /usr/lib/libc.so.2.2 (0x8367000)

Yipes, it was missing a LIB_DEPENDS on Xpm.  I added it to the
-current ports tree and will will rebuild the package, thanks for the
note.  So 2.2 users will see libXpm (package name xpm-3.4j.tgz in
packages/graphics) automatically included when they install Mosaic.

Satoshi



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