POV-Ray : Newsgroups : povray.unix : upgrading to ubuntu 24.04, losing exr library : Re: upgrading to ubuntu 24.04, losing exr library Server Time
21 Nov 2024 04:46:17 EST (-0500)
  Re: upgrading to ubuntu 24.04, losing exr library  
From: Le Forgeron
Date: 3 Nov 2024 01:28:26
Message: <6727180a$1@news.povray.org>
Le 15/10/2024 à 05:47, Ton a écrit :
> Le_Forgeron <jgr### [at] freefr> wrote:
>> I resync with povray/master branch to compile on upgraded ubuntu 24.04,
>> since previous build is now complaining
>>
>> povray: error while loading shared libraries: libIlmImf-2_5.so.25:
>> cannot open shared object file: No such file or directory
>>
>> on config output there is:
>>
>> checking for pkg-config... pkg-config
>> checking for OpenEXR's pkg-config... yes
>> checking for OpenEXR version >= 1.2... 3.1.5, ok
>> checking for OpenEXR/ImfCRgbaFile.h... yes
>> checking for ImfInputReadPixels in -lIlmImf... no
>> configure: WARNING: all program features using the OpenEXR library are
>> disabled
>>
>> Is anyone already working on that ?
> 
> Could you try the commands
> 
> pkg-config --print-provides OpenEXR
> pkg-config --libs OpenEXR
> 
> and give the results here?


~$ pkg-config --print-provides OpenEXR
OpenEXR = 3.1.5
~$ pkg-config --libs OpenEXR
-lOpenEXR-3_1 -lOpenEXRUtil-3_1 -lOpenEXRCore-3_1 -lIex-3_1 
-lIlmThread-3_1 -lImath-3_1


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.