Date: Sun, 3 May 1998 19:29:10 -0400 (EDT) From: Dennis Tenn <dstenn@fanfic.org> To: Palle Girgensohn <girgen@partitur.se> Cc: FreeBSD-ports@FreeBSD.ORG Subject: Re: enlightenment-0.13.3 Message-ID: <Pine.BSF.3.96.980503192518.7390A-100000@fanfic.org> In-Reply-To: <354CD4E0.69D7A212@partitur.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 3 May 1998, Palle Girgensohn wrote: | > I successfully compiled and installed enlightenment but I'm getting an | > error "Wrong JPEG library version: library is 61, caller expects 8". I | > tried reinstalling jpeg from the ports but that didn't work. I'm | > wondering if there is a new jpeg port that is necessary for enlightenment | > to work or if anyone has found a work-around for this problem. | | Hi Dennis! | | in /usr/ports/graphics/jpeg/patches/patch-ab | | +JPEG_LIB_VERSION=8 | | should read | | +JPEG_LIB_VERSION=80 | | ...otherwise at least the xemacs20 port breaks because 8 < 61. I thought | this was fixed. According to GNATS, the problem was closed 23 April by | jseger... I've made the change and is currently recompiling jpeg. I'll keep you posted. | I'm not sure that this fixes your problem, though... | | In /usr/local/lib, do you have a symlink from libjpeg.so -> | libjpeg.8.0.so? | Do you have a libjpeg.8.0.so? | | if you do | | ldconfig -r | grep jpeg | | what do you get? In the /usr/local/lib directory I noticed the following libjpeg files.. Keep in mind that I haven't completed the new compile and install yet, so this is still with the prev libs. -rw-r--r-- 1 bin bin 121458 Apr 30 21:09 libjpeg.a -rwxr-xr-x 1 bin bin 457 Apr 30 21:09 libjpeg.la lrwxr-xr-x 1 root wheel 14 Apr 30 21:09 libjpeg.so -> libjpeg.so.8.0 lrwxr-xr-x 1 root wheel 14 Apr 7 18:14 libjpeg.so.7 -> libjpeg.so.7.0 -r--r--r-- 1 bin bin 124666 Apr 6 05:04 libjpeg.so.7.0 -rwxr-xr-x 1 bin bin 129114 Apr 30 21:09 libjpeg.so.8.0 And ldconfig -r | grep jpeg gave me the following. 3:-ljpeg.1.3 => /usr/compat/linux/usr/lib/libjpeg.so.1.3 18:-ljpeg.7.0 => /usr/local/lib/libjpeg.so.7.0 29:-ljpeg.8.0 => /usr/local/lib/libjpeg.so.8.0 111:-ljpeg.6.0 => /usr/compat/linux/usr/lib/libjpeg.so.6.0.1 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Dennis Tenn * There will always come a time dstenn@fanfic.org * When your love will be tested ICQ# 1457509 * Stand tall and rise to the occasion * For only then will you grow strong. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980503192518.7390A-100000>