Current time: 12-23-2024, 11:08 PM Hello There, Guest! (LoginRegister)


Post Reply 
Todays nightly snapshot - Ubuntu - error executing perl install script.
Author Message
tyl3rd Offline
Newbie
*

Posts: 8
Joined: Mar 2008
Reputation: 0
Post: #7
RE: Todays nightly snapshot - Ubuntu - error executing perl install script.
All right, i replaced the two null with 'null' in the ispcp_common_methods.pl and ran into the following error:

Code:
nlserver:/var/www/ispcp/engine/setup# perl ./ispcp-setup
        Generating database keys, it may take some time, please wait...
Bareword "authdaemonrc" not allowed while "strict subs" in use at ispcp-setup-methods.pl line 1490.

I replaced
Code:
$rs = save_file($main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc, $rdata);

with
Code:
$rs = save_file("$main::cfg{'AUTHLIB_CONF_DIR'}/authdaemonrc", $rdata);

looks good now.

Should i open a ticket?

Greets, Nic
03-07-2008 07:23 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Todays nightly snapshot - Ubuntu - error executing perl install script. - tyl3rd - 03-07-2008 07:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)