in reply to Re^2: cannot use Crypt::GPG for CGI
in thread cannot use Crypt::GPG for CGI
Can't locate Crypt/GPG.pm in @INC
Compare @INC dumped from command line with @INC dumped from a CGI. You may need to add use lib "/some/where/"; to the CGI.
Also compare $^X in CGI and command line. Your CGI may run using a different perl. In that case, use lib makes things worse (mixing library paths of different perl versions).
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: cannot use Crypt::GPG for CGI
by opticalcarrier (Initiate) on Jun 15, 2016 at 15:01 UTC |