in reply to Re^2: adding libs in a setuid-perl scriptin thread adding libs in a setuid-perl script
BEGIN { $ENV{LD_LIBRARY_PATH} = "...your path goes here..."; } [download]