Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: possible to bake LD_LIBRARY_PATH in perl(1)?

by Anonymous Monk
on Apr 20, 2012 at 07:52 UTC ( [id://966123]=note: print w/replies, xml ) Need Help??


in reply to possible to bake LD_LIBRARY_PATH in perl(1)?

Hmm, LD_LIBRARY_PATH shows its being used to set Config#ldlibpthname, which sadly, Makefile.PL/Build.PL do not appear to use.

So editing ldlibpthname probably won't work.

But editing lddlflags, ldflags ought to work to add paths which the compiler ought-to bake

Or editing sitecustomize would work to set env vars and perl/cpan/Makefile.PL/Build.PL specific options

Replies are listed 'Best First'.
Re^2: possible to bake LD_LIBRARY_PATH in perl(1)?
by Anonymous Monk on Apr 20, 2012 at 08:09 UTC
Re^2: possible to bake LD_LIBRARY_PATH in perl(1)?
by Anonymous Monk on Apr 20, 2012 at 08:01 UTC

    Right you are about the editing; I posted too soon (2d reply).

    I will try ld*flags & usesitecustomize next time I get the chance. Thanks much.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://966123]
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-03-19 10:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found