Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 1998 22:34:40 +0200
From:      Palle Girgensohn <girgen@partitur.se>
To:        Dennis Tenn <dstenn@fanfic.org>
Cc:        FreeBSD-ports@FreeBSD.ORG
Subject:   Re: enlightenment-0.13.3
Message-ID:  <354CD4E0.69D7A212@partitur.se>
References:  <Pine.BSF.3.96.980502221929.25682B-100000@fanfic.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dennis Tenn 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.
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>    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


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'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?

/Palle

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?354CD4E0.69D7A212>