From: Eric S. <es...@fr...> - 2004-02-29 19:23:45
|
I have just installed SQL-Ledger with the setup.pl script and followed these steps: ================================================================== INSTALLATION WITH setup.pl: --------------------------- .... run setup.pl as root and follow the prompts. Go to the next step, "PREPARE YOUR SQL SERVER". SET PERMISSION: --------------- change directory to /usr/local/sql-ledger # chown www-data:www-data users templates PREPARE YOUR SQL SERVER: ------------------------ PostgreSQL: ----------- # su postgres $ createuser -d -P sql-ledger Answer 'n' to the following question. Shall the new user be allowed to create more new users? (y/n) n SETUP A DATABASE AND THE TABLES: -------------------------------- Load your web browser and connect to http://localhost/sql-ledger/admin.pl ================================================================== This page loads fine and I get a password prompt. However I do not know what psswd to use from the steps above. And I get the followsing error: Error: users/members : No such file or directory Compilation failed in require at /opt/sql-ledger/admin.pl line 90. Indeed: $ ls /opt/sql-ledger/users/ sql-ledger.eps sql-ledger.png ->so cannot go further to next step viz. Select the "Database Administration" link, enter a host, port and the user you created in the previous step. Thanks for any help / suggestions! -- Eric Smith |