|
From: Sergio A. K. <ser...@ho...> - 2002-01-11 03:12:33
|
there IS a ./sql-ledger/admin.pl, but is a symlink to ./sql-ledger/bin/mozilla/admin.pl but AFAIK win32 doesn't support symlinks... anyway, I don't think you will get a reliable & robust sql-ledger system on win32... my best advice would be to install a linux distro like mandrake or redhat that are easy to install and come with all the software sql-ledger needs. (ie. redhat 7.2 come with pgsql, perl-DBI, perl-DBD-Pg, apache & perl) /sergio ----- Original Message ----- From: "Andrew Nerlich" <ane...@ya...> > I am attempting to install SQL Ledger 1.8.1 on Win32. > > Cygwin, Postgres, Apache all seem OK. > > The instructions tell me to access > > .../sql-ledger/admin.pl to connect to a database. > > However, admin.pl does not exist in the sql-ledger/ > directory. Only scripts there are login.pl and am.pl. > > there is an admin.pl in .../mozilla/bin, but this has > no #! on the first line and thus does not appear to be > coded to be called directly. > > I had to modify login.pl as it does not seem to parse > Win32 paths correctly, and this may have prevented it > from calling /mozilla/bin/admin.pl, but I may be > totally off base with this. > > I can't log in. I could set up the members file by > hand if I could work out its format, but I'd prefer to > avoid working backward from the Perl code if possible. > > Can someone please explain - or possibly post an > example members file so that I can set up manually. > > Does anyone have any good web resources on using > DBD::Pg with Cygwin and ActivePerl? I'm getting "file > not found" errors on the postgres socket connect when > I try to connect to my SQL-ledger DB with my own > program. > > TIA |