|
From: Omar B. <ob...@ya...> - 2002-03-23 19:33:17
|
Hi everybody, I have just installed sql-ledger (it took me a lot of effort to do that) Finally, I get the message "you are not a member " when I log, How can I create the first member, This problem have nothing to do with postgress as I get the same message when postgres is down thanks Omar _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: David R. <dr...@su...> - 2002-03-23 20:43:15
|
instead of using http:// ... login.pl, use admin.pl when run for the first time there is no administrator, so the administrator password is blank, then setup users from there. -Dave Ratte dr...@su... On Saturday 23 March 2002 02:37 pm, Omar BaheyEldin wrote: > Hi everybody, > I have just installed sql-ledger (it took me a lot of effort to do that) > Finally, I get the message "you are not a member " when I log, > How can I create the first member, > This problem have nothing to do with postgress as I get the same message > when postgres is down > thanks > Omar > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Omar B. <ob...@ya...> - 2002-03-24 11:41:15
|
Thanks David again But when I tried admin.pl , I had the error No database drivers available , though I have the following OK 1-postgres installed (ps aux |grep postgre) 2- It is accepting tcp/ip connection ( psql -h 127.0.0.1 -d template1 ) is working fine 3- Apache configured to run pl extensions ,and the directory root to sql-ledger is OK 4- Permiissions for the users and template are set for nobody I cannot find where the problem is --- David Ratte <dr...@su...> wrote: > instead of using http:// ... login.pl, use admin.pl > when run for the first time there is no > administrator, so the administrator > password is blank, then setup users from there. > > -Dave Ratte > dr...@su... > > On Saturday 23 March 2002 02:37 pm, Omar BaheyEldin > wrote: > > Hi everybody, > > I have just installed sql-ledger (it took me a lot > of effort to do that) > > Finally, I get the message "you are not a member " > when I log, > > How can I create the first member, > > This problem have nothing to do with postgress as > I get the same message > > when postgres is down > > thanks > > Omar > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
|
From: Omar B. <ob...@ya...> - 2002-03-24 11:42:17
|
Thanks David again But when I tried admin.pl , I had the error No database drivers available , though I have the following OK 1-postgres installed (ps aux |grep postgre) 2- It is accepting tcp/ip connection ( psql -h 127.0.0.1 -d template1 ) is working fine 3- Apache configured to run pl extensions ,and the directory root to sql-ledger is OK 4- Permiissions for the users and template are set for nobody I cannot find where the problem is --- David Ratte <dr...@su...> wrote: > instead of using http:// ... login.pl, use admin.pl > when run for the first time there is no > administrator, so the administrator > password is blank, then setup users from there. > > -Dave Ratte > dr...@su... > > On Saturday 23 March 2002 02:37 pm, Omar BaheyEldin > wrote: > > Hi everybody, > > I have just installed sql-ledger (it took me a lot > of effort to do that) > > Finally, I get the message "you are not a member " > when I log, > > How can I create the first member, > > This problem have nothing to do with postgress as > I get the same message > > when postgres is down > > thanks > > Omar > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
|
From: <gha...@fr...> - 2002-03-24 13:34:09
|
On Sun, 24 Mar 2002, Omar Baheyeldin wrote:
> Thanks David again
> But when I tried admin.pl , I had the error No
> database drivers available ,
^^^^^^^
> though I have the following OK
> 1-postgres installed
> (ps aux |grep postgre)
> 2- It is accepting tcp/ip connection
> ( psql -h 127.0.0.1 -d template1 ) is working fine
> 3- Apache configured to run pl extensions ,and the
> directory root to sql-ledger is OK
> 4- Permiissions for the users and template are set for
> nobody
>
> I cannot find where the problem is
I've stared at similar problems before. You are not
seeing the word "drivers". Yes, you have postgres
installed and it is accepting connections. What you
are missing is one or more of the perl modules that
allow perl to communicate with a PostgreSQL database.
Those are the drivers in question. DBD::PG is probably
one of them (that is the CPAN name for it). If you
are running RedHat, Mandrake, Debian, ...; you need
to download another module (which may pull along a few
other modules vis dependencies) which contains this
module. Debian always renames perl modules, as they
don't follow Debian standards. Makes it hard to find
the things some times. Alternatively, you can download
them from CPAN and install them "locally" (into /usr/local).
That should get you started.
Gord
Matter Realisations http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101 9504 182 St. NW Edmonton, AB, CA T5T 3A7
780/481-8019 ghaverla @ freenet.edmonton.ab.ca
780/993-1274 (cell)
|
|
From: Ted M. <tmo...@pr...> - 2002-03-24 12:29:56
|
I'm not an expert here and haven't followed the whole thread, but aren't the database drivers the DBD package that needs to be installed along with the Perl module? Ted -----Original Message----- From: sql...@li... [mailto:sql...@li...] On Behalf Of Omar Baheyeldin Sent: Sunday, March 24, 2002 6:42 AM To: sql...@li... Subject: No database drivers available Thanks David again But when I tried admin.pl , I had the error No database drivers available , though I have the following OK 1-postgres installed (ps aux |grep postgre) 2- It is accepting tcp/ip connection ( psql -h 127.0.0.1 -d template1 ) is working fine 3- Apache configured to run pl extensions ,and the directory root to sql-ledger is OK 4- Permiissions for the users and template are set for nobody I cannot find where the problem is --- David Ratte <dr...@su...> wrote: > instead of using http:// ... login.pl, use admin.pl > when run for the first time there is no > administrator, so the administrator > password is blank, then setup users from there. > > -Dave Ratte > dr...@su... > > On Saturday 23 March 2002 02:37 pm, Omar BaheyEldin > wrote: > > Hi everybody, > > I have just installed sql-ledger (it took me a lot > of effort to do that) > > Finally, I get the message "you are not a member " > when I log, > > How can I create the first member, > > This problem have nothing to do with postgress as > I get the same message > > when postgres is down > > thanks > > Omar > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at > http://mail.yahoo.com > __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy AwardsR http://movies.yahoo.com/ |
|
From: Omar B. <ob...@ya...> - 2002-03-25 19:02:30
|
Thanks Gord, I had the same idea but I have DBI installed ( I am pretty sure of that)=20 and I will try to check the DBD Omar At 06:34 =D5 24/03/02 -0700, gha...@fr... wrote: >On Sun, 24 Mar 2002, Omar Baheyeldin wrote: > > > Thanks David again > > But when I tried admin.pl , I had the error No > > database drivers available , > ^^^^^^^ > > though I have the following OK > > 1-postgres installed > > (ps aux |grep postgre) > > 2- It is accepting tcp/ip connection > > ( psql -h 127.0.0.1 -d template1 ) is working fine > > 3- Apache configured to run pl extensions ,and the > > directory root to sql-ledger is OK > > 4- Permiissions for the users and template are set for > > nobody > > > > I cannot find where the problem is > >I've stared at similar problems before. You are not >seeing the word "drivers". Yes, you have postgres >installed and it is accepting connections. What you >are missing is one or more of the perl modules that >allow perl to communicate with a PostgreSQL database. >Those are the drivers in question. DBD::PG is probably >one of them (that is the CPAN name for it). If you >are running RedHat, Mandrake, Debian, ...; you need >to download another module (which may pull along a few >other modules vis dependencies) which contains this >module. Debian always renames perl modules, as they >don't follow Debian standards. Makes it hard to find >the things some times. Alternatively, you can download >them from CPAN and install them "locally" (into /usr/local). > >That should get you started. > >Gord > >Matter Realisations http://www.materialisations.com/ >Gordon Haverland, B.Sc. M.Eng. President >101 9504 182 St. NW Edmonton, AB, CA T5T 3A7 >780/481-8019 ghaverla @ freenet.edmonton.ab.ca >780/993-1274 (cell) _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
|
From: Tom L. <to...@re...> - 2002-03-25 19:26:11
|
Ok, it looks like the list now has 'SL' prefixed to the subject, which is great, except there is no space after it. The standard seems to be '[SL] ' for all of the other lists I am on, perhaps that can be used? Thanks Tom |
|
From: Tom L. <to...@re...> - 2002-03-25 19:38:24
|
Much better! Looks like someone read my mind! :) Thanks Tom --On Monday, March 25, 2002 2:21 PM -0500 Tom Lichti <to...@re...> wrote: > > Ok, it looks like the list now has 'SL' prefixed to the subject, which is > great, except there is no space after it. The standard seems to be '[SL] > ' for all of the other lists I am on, perhaps that can be used? > > Thanks > Tom > > |
|
From: Richard L. <ri...@th...> - 2002-03-25 19:46:40
|
Cool! That is a great help. Well done. -- richard On Monday 25 March 2002 19:33, Tom Lichti wrote: > Much better! Looks like someone read my mind! :) > > Thanks > Tom > > --On Monday, March 25, 2002 2:21 PM -0500 Tom Lichti > <to...@re...> wrote: > > > > > Ok, it looks like the list now has 'SL' prefixed to the subject, which is > > great, except there is no space after it. The standard seems to be '[SL] > > ' for all of the other lists I am on, perhaps that can be used? > > > > Thanks > > Tom > > > > > > > |