Hello,


After doing some research reading a lot of threads  on different lists, I
found the solution to my problem. I was using DBD::Pg Version 2.17.1 (the
one that comes with Debian squeeze), and apparently that version of the
module does a forking to create the OpenCA database structure, and that  was
causing the error.  The solution in all lists is to either have the child
process reconnect to the database with a fresh database handle, or to
rewrite your application not to use use forking. I downloaded the latest
version of DBD::Pg from cpan (2.17.2), and problem solved. Hope this can
help others.



Best regards,



Raúl Hernández
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to