Re: Image::Imlib2 error

2025-03-29 Thread Ruben Safir
I hacked the build file so it will compile but the darn xs packages are still not working and I have zero idea how to fix this at this point. I have 40 years of photographs and images on that webserver made inaccessible by fidiggty coders who had security issue and no added functionality. They ar

Re: Image::Imlib2 error

2025-03-29 Thread Ruben Safir
I fixed the Images::Imlib2 package so it will at least compile buy hard coding the pkg-config file instead of the removed imlib2-config But it is still not finding the image modules that are used by Image::Imlib2->load() I'm not really sure where that is even being inherited from because I never

imlib2

2025-03-29 Thread Ruben Safir
Hello A while ago you removed imlib2-config from the code. But now the Perl Package that is a wrapper for it no longer compiles and it stopped working in Image::Imlib2. I've been using a program called Apache::Gallery for 30+ years dependend on this and now it can't find the loaders. I can use

Re: Image::Imlib2 error

2025-03-29 Thread Ruben Safir
On 3/29/25 2:45 PM, Ian B wrote: > Make sure you install the Imlib2 headers, something like Imlib2-dev > package. the is no such package :( -- So many immigrant groups have swept through our town that Brooklyn, like Atlantis, reaches mythological proportions in the mind of the world - RI Saf

Re: Image::Imlib2 error

2025-03-29 Thread Ian B
Make sure you install the Imlib2 headers, something like Imlib2-dev package. Perl will probably use that to compile its own .so file. On Sat, Mar 29, 2025 at 6:33 PM Ruben Safir wrote: > On 3/29/25 3:34 AM, Ian B wrote: > > Try nm -D rather than nm > > > > nm -D /usr/lib/imlib2/loaders/jpeg.

Re: Image::Imlib2 error

2025-03-29 Thread Ruben Safir
On 3/29/25 3:34 AM, Ian B wrote: > Try nm -D rather than nm > > nm -D /usr/lib/imlib2/loaders/jpeg.so | grep ProgressRows > > I'd be tempted to ask about this question on StackOverflow, there's some > very knowledgeable folk on there, who may have some better things to > check...a part of me

Re: Image::Imlib2 error

2025-03-29 Thread Ruben Safir
On 3/29/25 3:34 AM, Ian B wrote: > Try nm -D rather than nm > > nm -D /usr/lib/imlib2/loaders/jpeg.so | grep ProgressRows > > I'd be tempted to ask about this question on StackOverflow, there's some > very knowledgeable folk on there, who may have some better things to > check...a part of me

Re: Image::Imlib2 error

2025-03-29 Thread Ian B
Try nm -D rather than nm nm -D /usr/lib/imlib2/loaders/jpeg.so | grep ProgressRows I'd be tempted to ask about this question on StackOverflow, there's some very knowledgeable folk on there, who may have some better things to check...a part of me wants to suggest reinstalling Perls Image::Imli