Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Example of building/deploying perl program like StrawberryPerl

by xiaoyafeng (Deacon)
on Dec 10, 2018 at 08:52 UTC ( [id://1227028]=note: print w/replies, xml ) Need Help??


in reply to Re: Example of building/deploying perl program like StrawberryPerl
in thread Example of building/deploying perl program like StrawberryPerl

With App::perlbrew, you are completely independent of the system Perl, but still need the system administrators to install external libraries.

Thanks for your Prompt reply! Contacting OS administrator is one of what I try to avoid actually because the customers I face to maybe not administrator and they maybe not have right to install external libraries on system path. So I think using Alien::* to install external libraries on user directory would be a elegant way or the worse, just copy libraries and set LD_LIBRARY_PATH?





I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction

  • Comment on Re^2: Example of building/deploying perl program like StrawberryPerl

Replies are listed 'Best First'.
Re^3: Example of building/deploying perl program like StrawberryPerl
by Corion (Patriarch) on Dec 10, 2018 at 09:26 UTC

    Yes, depending on your personal approach, you can either compile and install (and set up LD_LIBRARY_PATH) as the application user locally, or become a pretend-administrator in your Docker container and install all the libraries using the (Docker-OS-specific) vendor package tool.

    Personally, I prefer working with the machine administrators rather than around/against them, but depending on your situation, that may not be possible.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-26 00:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found