Hi Chris,

In order to get the OpenCA server started on this RedHat Enterprise
2.1 server with Perl 5.6.1 I have had to edit "OpenCA/DBI.pm". I have
replaced the line:

use POSIX qw(setlocale LC_MESSAGES);

with the lines:

use Locale::Messages qw(LC_MESSAGES)
use POSIX ('setlocale');
setlocale (LC_MESSAGES, '');

Can you commit this stuff to CVS head by yourself? Did you test it with the 0.9.2 branch too?

I shall have a go at commiting this change to CVS head. I tested with the 0.9.2.1 release.

If the change is tested with 0.9.2.1 then you can commit it to the openca_0_9_2 branch too. I see there no problem. Do you know how to do it?


Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to