On 11-11-16 12:38 AM, Danny Wong (dannwong) wrote:
Hi all, I received a custom compiled perl binary version, years ago. The path location of the perl binary and lib paths are hardcoded. Is there a way for me to override this path setting, so the custom perl binaries are not looking at that specific directory or needs to be in the specific directory? I know I can ask the person to recompile the perl binary again, but I'm thinking there is a way to override this and point the execute to a different path. Any ideas? Thanks.Ex. /usr/local/<user>/perl
You'd be better off creating your own binary. You can use perlbrew to do so. http://www.perlbrew.pl/
-- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. Never give up your dreams. Give up your goals, plans, strategy, tactics, and anything that's not working but never give up your dreams. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
