[Ddclient-forum] [ddclient - Help] require: command not found
Brought to you by:
supersandro2000,
wimpunk
|
From: SourceForge.net <no...@so...> - 2008-04-28 17:43:07
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4933437 By: adsldude It fixed! Your comment on the interpreter pointed me in the right direction. I had made a change to the ddclient script recent based on a forum thread and left a reference/comment at the top of the file: # patched see: http://sourceforge.net/forum/forum.php?thread_id=1945780&forum_id =399429 #!/usr/bin/perl -w #!/usr/local/bin/perl -w ###################################################################### # $Id: ddclient 78 2007-08-07 06:35:55Z wimpunk $ # # DDCLIENT - a Perl client for updating DynDNS information # # Author: Paul Burry (pau...@bu...) # ddclient-developers: see https://sourceforge.net/project/memberlist.php?group_id=116817 # # website: http://ddclient.sf.net # ###################################################################### I moved the 1st line into the banner area below the interpreter lines and ddclient fired up first time. I'm not versed in perl so I didn't realize the interpreter lines needed to be at the top of the script. Thanks for your help! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399428 |