|
From: klavs k. <kl...@vs...> - 2002-04-03 07:28:48
|
Hi Julien,
I just installed sql-ledger too.. I found that the following add-on to
the readme would have gotten me through the process:
If you just installed postgresql (as rpm only?) then do:
createuser sqlledger -W
> say yes to both questions and select a password.
edit /etc/rc.d/init.d/postgresql (RH/MDK specific)
so that the pg_ctl gets an extra option "-o -i" to tell postmaster
process to listen on standard tcp port 5432.
edit /var/lib/pgsql/data/pg_hba.conf and add line=20
> host all 127.0.0.1 255.255.255.255 password
(this works if your httpd and postgresql are on the same server
otherwise put your webservers IP instead of 127.0.0.1)
I had done all the other stuff, mentioned in the readme.
After this, I could log in create a new dataset and a user for this
dataset and voila.
I hope it helps..
=20
--=20
Regards,
Klavs Klavsen
-------------| This mail has been sent to you by: |------------
Klavs Klavsen - Open Source Consultant=20
kl...@vs... - http://www.vsen.dk
Get PGP key from www.keyserver.net - Key ID: 0x586D5BCA=20
Fingerprint =3D A95E B57B 3CE0 9131 9D15 94DA E1CD 641E 586D 5BCA
--------------------[ I believe that... ]-----------------------
It is a myth that people resist change. People resist what other
people make them do, not what they themselves choose to do...
That's why companies that innovate successfully year after year
seek their peopl's ideas, let them initiate new projects and
encourage more experiments. -- Rosabeth Moss Kanter
|