Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: building PerlMagick with perlbrew provided perl on Debian

by perlfan (Vicar)
on Mar 28, 2021 at 18:14 UTC ( [id://11130518]=note: print w/replies, xml ) Need Help??


in reply to Re: building PerlMagick with perlbrew provided perl on Debian
in thread [RESOLVED] building PerlMagick with perlbrew provided perl on Debian

Thank you, this is helpful in explaining part of the situation. I will add that the PerlMagick/Makefile created during the configure and build process of ImageMagick/PerlMagick most definitely accounts for the paths associated with the perlbrew perl, including variables like PERL_INC, etc.

The path to the architecturally dependent libperl.a in the proper "/CORE" directory is even properly detected and in the PerlMagick/Makefile. If anything, it seems that the linker step is not using that information - - might have something with the following environmental variables not being respected somehow: LDFLAGS, LD_LIBRARY_PATH, LD_RUN_PATH - possible another few that are linker related.

This may also point to the need to run /usr/bin/ldconfig at some point on either the custom ImageMagick lib path(s) or perl's, which then tells me there might be some assumption being made my ImageMagick's build infrastructure that is being violated by the introduction of perlbrew - or at least a non-privileged build of perl more generally. I'll keep poking at it, but in the mean time I'll probably just apt-get install libperl-dev this and move along.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11130518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-19 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found