Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 1998 08:35:22 -0500
From:      Jaime Kikpole <jaime@snowmoon.com>
To:        Pons <sodah@qatar.net.qa>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: afterstep
Message-ID:  <367E4E97.AECC8FF@snowmoon.com>
References:  <367E1086.6FD8F038@qatar.net.qa>

next in thread | previous in thread | raw e-mail | index | archive | help
Pons wrote:
> when i try to run afterstep windows manager, i get the msg
> 'ld.so.faild: cant find shared library libjpeg.so.9.8'
> any idea!!!

	You can probably fix this by using pkg_delete to remove the jpeg library
port and the afterstep port.  Then re-download the .tar files from
ftp.freebsd.org/pub/FreeBSD/ports.  Tar xvf <file> them, cd <port-name>, and
then make install.

	Typing "ls /var/db/pkg" will give you a list of the names of ports and
packages in your system.

	Basically, your system can't use the shared library which manages jpegs. 
AfterStep requires this to display jpeg-based icons.  The procedure that I
recommended will uninstall whatever version of the jpeg library that you
have and afterstep, then reinstall them both.

						Good luck,
						Jaime

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



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