From: Steve D. <sd...@sw...> - 2001-06-19 14:53:36
|
Hi Oscar. Do you have postgres starting with the -i flag (tcp/ip connection)? try from the command line: psql -d yourdbname -h 127.0.0.1 If you can't make a tcp/ip connection through the localhost, you need= to start the postmaster with the -i flag. Good luck, Steve Oscar Buijten wrote: > Bloody ... You are a GENIUS !! > > Now it says: > > Error! > Database is offline; please try again later > > You know the answer to that as well?? > > Thanks, > > Oscar > > ----- Message d'origine ----- > De : "Flavio Curti" <lis...@no...> > =C0 : <os...@el...> > Envoy=E9 : mardi 19 juin 2001 15:26 > Objet : Re: Version 1.4.4 installation problems (desperate by now) > > > hi > > > > i had the same problem and were looking for all kind of things, w= hen it > simply was a typo... make sure the database type in the user record= is 'Pg' > (note the uppercase 'p')... this was it for me... > > > > greetz & hope it helps > > > > Flavio > > > > On Tue, 19 Jun 2001 15:00:55 +0200 "Oscar Buijten" <oscar@elbie.c= om> > wrote: > > > > > Hi, > > > > > > I am trying to install V1.4.4 for many days now. I keep having = errors > and trat to be desparate. > > > I would Higly appreciate a bit of help. Please see below all th= e details > (let me know if more is required) > > > > > > Main error visible is: http://192.168.1.12/sql-ledger/login.pl = provoking > an Internal server Error after submitting a User ID and Passwd > > > > > > I am running Mandrake 8.0 on a standard Intel PII machine. > > > Apache: Apache-AdvancedExtranetServer/1.3.19 Server at euro.hos= t Port 80 > > > SQL is Postgress 7.0xxxx as it comes with Mandrake 8.0 > > > > > > In order to install BDI and DBD:pg I have used (after trying to= install > from the sources): > > > perl-DBI-1.14-4mdk.i586.rpm > > > and > > > perl-DBD-Pg-0.91-2mdk.i586.rpm > > > (One of the issues I had installing the DBD::Pg sources were th= e > environment varaiables. > > > POSTGRES_INCLUDE=3D/usr/include > > > PGDATA=3D/var/lib/pgsql/data > > > POSTGRES_LIB=3D/usr/lib/pgsql > > > > > > Of which the include one is the issue according to me. I can't = find any > other include directories..... that could relate to Postgresql. > > > > > > Tail of apache error log gives: > > > Unknown error > > > Compilation failed in require at /var/www/sql-ledger/login.pl l= ine 65. > > > [Tue Jun 19 13:55:49 2001] [error] [client 192.168.1.4] Prematu= re end of > script headers: /var/www/sql-ledger/login.pl > > > > > > > > > Changing the first line of login.pl to #!/usr/bin/perl -w gives= the > following result in the httpd error_log > > > > > > Use of uninitialized value in split at /var/www/sql-ledger/logi= n.pl line > 53. > > > Use of uninitialized value in read at SL/Form.pm line 44. > > > Unknown error > > > Compilation failed in require at /var/www/sql-ledger/login.pl l= ine 65. > > > [Tue Jun 19 14:03:42 2001] [error] [client 192.168.1.4] Prematu= re end of > script headers: /var/www/sql-ledger/login.pl > > > > > > > > > The creation of the databases went fine and I can acces, modify= without > any problems using webmin. > > > > > > So in short, I need Heeeeeeeeeeeeeeeelp. > > > > > > Thanks in advance, to you, kind person helping me out. > > > > > > Regards, > > > > > > Oscar > > > > > > > > > > > > > > > > > > _______________________________________________________________= _________ > > > > > > Oscar Buijten > > > > > > Tel: +33.4.67.57.97.45 > > > Fax: +33.4.67.57.97.46 > > > GSM: +33.6.20.84.15.22 > > > Email: os...@el... > > > > > > http://www.elbie.com > > > > > > > > > -- > > http://no-way.org/~fcu/ > > |