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 06:29:50 EST (-0500)
  Re: upgrading to ubuntu 24.04, losing exr library  
From: Ton
Date: 4 Nov 2024 18:20:00
Message: <web.672955aa1a8255b39a328caa7597fb06@news.povray.org>
> ~$ 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

These are the needed libraries. Your libIlmImf-2_5.so.25 is from the previous
EXR version, and shouldn't be tested for.

When I run configure I get
checking whether to use the OpenEXR library... yes
checking for pkg-config... pkg-config
checking for OpenEXR's pkg-config... yes
checking for OpenEXR version >= 1.2... 3.1.5, ok
checking OpenEXR/ImfCRgbaFile.h usability... yes
checking OpenEXR/ImfCRgbaFile.h presence... yes
checking for OpenEXR/ImfCRgbaFile.h... yes

My linux is
Ubuntu 24.04.1 LTS (GNU/Linux 6.8.0-48-generic x86_64)

So what I suggest is to do a "make distclean".
That removes everything, all the old configuration stuff, all object files,
makefiles.
Then configure "should" work.

Cheers
Ton


Post a reply to this message

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