Fausto Saporito wrote:
yes... I can access the db with psql with username and password. But I also tried without password.
Do you used the option -h with the exact same value like in DBI.conf? Is DBD::Pg installed?
I tried to install DBD::Pg but during the Makefile phase it asks for a pg_config file and I haven't it on my system... is it normal?
By the way I tested the DB alternative (using dbm) and I have a strange problem: because my httpd is running as nobody, when the system creates the files in /usr/local/OpenCA/var/db, those files are owned by root... so I receive a similar error, i chowned the files and all is ok.
Usually this happens if you run the script openca-dbcreate from the console and you are logged in as root. If you initialize the database via the web-frontend then your webserver can only create files with the UID nobody. A webserver which runs as nobody cannot create files with the UID of root.
that's ok, but i have this problem when I connect for the first time to the web page...
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
