Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: [Basshook] Need Some Help With Links2 Error

Quote Reply
Re: [Basshook] Need Some Help With Links2 Error In reply to
Hi,

You could try adding this in add.cgi, after the #!/path/to/perl ... so:

Code:
use lib '/usr/local/cpanel/3rdparty/perl/532/lib/perl5/cpanel_lib/x86_64-linux-64int/';

Another option is to create a test script to see what environment variables are set (paths to the "libs" for example);

test.cgi

Code:
#!/usr/bin/perl

use Data::Dumper;
print "Content-Type:text/html\n\n";
print Dumper({ inc => \@INC });

CHMOD to 755 and then run from the browser. What does that print?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Need Some Help With Links2 Error Basshook 12409 Apr 9, 2021, 4:04 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12305 Apr 10, 2021, 12:02 AM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12265 Apr 17, 2021, 10:00 AM
Thread Re: [Basshook] Need Some Help With Links2 Error
Basshook 12260 Apr 18, 2021, 8:54 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12235 Apr 20, 2021, 8:27 AM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12231 Apr 20, 2021, 9:36 AM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12232 Apr 20, 2021, 10:14 AM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12217 Apr 20, 2021, 11:20 AM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12217 Apr 20, 2021, 11:56 PM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12211 Apr 21, 2021, 10:15 AM
Thread Re: [Basshook] Need Some Help With Links2 Error
Basshook 12174 Apr 21, 2021, 5:06 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Basshook 12165 Apr 21, 2021, 6:29 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12161 Apr 21, 2021, 10:44 PM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12163 Apr 21, 2021, 11:03 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12193 Apr 21, 2021, 11:25 PM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12157 Apr 21, 2021, 11:34 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12156 Apr 21, 2021, 11:35 PM
Thread Re: [Andy] Need Some Help With Links2 Error
Basshook 12146 Apr 21, 2021, 11:45 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Basshook 12142 Apr 21, 2021, 11:52 PM
Thread Re: [Basshook] Need Some Help With Links2 Error
Andy 12144 Apr 21, 2021, 11:54 PM
Post Re: [Andy] Need Some Help With Links2 Error
Basshook 12085 Apr 23, 2021, 1:27 PM
Post Re: [Basshook] Need Some Help With Links2 Error
Andy 12126 Apr 21, 2021, 11:53 PM