|
From: Nicolas L. <nla...@pe...> - 2001-08-08 14:27:07
|
##### BEGIN PERL-V OUTPUT ####### [nick@storm nick]$ perl -v This is perl, v5.6.0 built for i386-linux Copyright 1987-2000, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [nick@storm nick]$ #### END PERL -V OUTPUT ####### ####### nick.config ######## # configuration file for nick %myconfig = ( address => '1 Barnard Street\nFrostburg, MD 21532', admin => '', company => 'Mindset Ventures, Inc.', countrycode => '', dateformat => '', dbconnect => 'dbi:Pg:dbname=nick;host=localhost;port=5432', dbdriver => 'Pg', dbhost => 'localhost', dbname => 'nick', dboptions => '', dbpasswd => '\'87)T-&%L;```', dbport => '5432', dbtty => '', dbuser => 'nick', email => 'ni...@mi...', fax => '', name => 'Nick Lafferty', password => 'nirg6ha6I/5GA', printer => '', shippingpoint => '', signature => '', tel => '', templates => 'templates/nick', ); ########end ----- Original Message ----- From: "Thomas Good" <to...@ad...> To: "Nicolas Lafferty" <nla...@pe...> Cc: <sql...@li...> Sent: Wednesday, August 08, 2001 8:31 AM Subject: Re: DBD::Pg...what I need? > On Tue, 7 Aug 2001, Nicolas Lafferty wrote: > > > The Zombie processes is exactly what happens. You seem to know a little more > > about describing this problem than I. Could you let Dieter know of this > > problem? > > > > Thanks, > > Nick > > Hey Nick - Sorry for the delays...Dieter and I are working overtime > on an oracle port of sql-ledger and I am swamped to begin with...but: > I think you and I have this licked. Did you see my second post? > If you send me your nick.config (mainly the fields you completed in > admin.pl) I think we can get you going today. I can also send my > conf files and hacked version of dnhttpd.pl to get you going if need be. > > BTW, please send output of 'perl -v' too...this problem appears specific > to which perl version one is running. I had problems with 5.004 but > 5.6.1 ran fine. (Incidentally, there isn't that big of a disparity btwn > versions, they changed the version string at 5.006 just to keep things > interesting. ;-) > > Cheers, > Tom > > -------------------------------------------------------------------- > 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... */ > -------------------------------------------------------------------- > > |