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
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
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
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
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.
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
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
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