Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [DogTags] Changing Perl location from default

Quote Reply
Re: [DogTags] Changing Perl location from default In reply to
Its not that hard... BUT you have to be VERY careful when doing this!

In SSH, type;

Code:
cd /path/to/your/linkssql/folder

This needs to be the folder where add.cgi etc is located.

Code:
perl -p -i -e 's|/usr/local/bin/perl|/usr/bin/perl|g' `grep -r -l '/usr/local/bin/perl' .`

This has the potential to be a quite nasty command, so please be careful when using it!

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 Changing Perl location from default DogTags 1385 Apr 13, 2004, 2:04 PM
Thread Re: [DogTags] Changing Perl location from default
Andy 1329 Apr 14, 2004, 1:04 AM
Post Re: [Andy] Changing Perl location from default
DogTags 1308 Apr 18, 2004, 5:46 AM