|
From: Thomas G. <to...@ad...> - 2001-08-06 20:02:01
|
On Mon, 6 Aug 2001, Nicolas Lafferty wrote:
> Sounds good. Thanks. I'll be watching the list for a post from you then
>
> Thanks,
>
> Nick
Ok Nick, got this going on two boxes. On the newer box (linux kernel
2.2.19) running Perl 5.6.1 I get no complaints at all and can access
the program both locally and remotely (http://999.999.999.999:8000)
On the older box I had to comment out a couple of calls to sub routines
that had syntax perl 5.004_03 found objectionable. Once I did this
it started without complaint and ran fine.
Basically this guy (Doug Neal) is using syntax like:
print $FH " blah " foreach (keys %hash);
and my old version of perl barfs on this.
The other problem might be your config settings in nick.config.
This file creates the connect string to access Pg and if there are
any values that don't work for Pg we are out of luck.
Send me your output from 'perl -v' and the nick.config file from
sql-ledger/users. We should have you on the road pretty quick.
--------------------------------------------------------------------
SVCMC - Center for Behavioral Health
--------------------------------------------------------------------
Thomas Good tomg@ { admin | q8 } .nrnet.org
Programmer/Analyst Phone: 718-354-5528
Residential Services Mobile: 917-282-7359
--------------------------------------------------------------------
/* Die Wahrheit Ist Irgendwo Da Draussen... */
--------------------------------------------------------------------
|