in reply to Re: perl script to run as non-root
in thread perl script to run as non-root

Thanks for your replies, i think i found what is my problem but I am bit new to this.

I have the environment variable PERL5LIB to my preferred location which is /opt/nms/perl/lib/

Where can i get the perl 5.10.1 x86_64-linux-thread-multi, can you please help here

I need another info if i get the perl 5.10.1 x86_64-linux-thread-multi install as non-root, and then install DBI and DBD as non-root how to ensure that these libraries will sit only inside the PERL5LIB folder only.

Thanks bunch.

Replies are listed 'Best First'.
Re^3: perl script to run as non-root
by dbashyam (Novice) on Oct 19, 2014 at 08:52 UTC
    Hi Friends, I got it fixed. Installed the DBI, DBD:sybase modules and freetds modules and all is fine now. Thank you for all the support and the guidance/ideas that you gave me, it was really helpful
Re^3: perl script to run as non-root
by karlgoethebier (Abbot) on Oct 19, 2014 at 16:47 UTC