Re: Image::Imlib2 error

2025-03-30 Thread Ruben Safir
On 3/30/25 8:04 AM, Ian B wrote: > Couple of things you could try, modify the Image::Imlib2 module, to have > sub dl_load_flags { 0x102 } just before the "boostrap" line... > so it would look like (remember to save original) > .. > $VERSION = '2.03'; > sub dl_load_flags { 0x102 }; > bootstrap

Re: Image::Imlib2 error

2025-03-30 Thread Ian B
Couple of things you could try, modify the Image::Imlib2 module, to have sub dl_load_flags { 0x102 } just before the "boostrap" line... so it would look like (remember to save original) .. $VERSION = '2.03'; sub dl_load_flags { 0x102 }; bootstrap Image::Imlib2 $VERSION; ... or you could try ex

Re: Image::Imlib2 error

2025-03-30 Thread Ruben Safir
On 3/29/25 10:59 PM, Ruben Safir wrote: > 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 ha