Hi All !!!

First of all sorry for my bad English.

I installed openca pki version 1.1.1 from sources on Suse Enterprise Linux Server 11 SP1 x86_64 host. After some corrections in the  OpenCA modules I started it. They were:

1 /opt/openca/lib/openca/perl_modules/perl5/OpenCA/User.pm

ERROR: Bareword "ERR_USER_STATUS_UNKNOWN" not allowed while "strict subs" in use at /opt/openca/lib/openca/perl_modules/perl5/OpenCA/User.pm line 373, <DATA> line 275.

Added:

+ use constant ERR_USER_STATUS_UNKNOWN => [ 3100, "Could not determine user status" ];

2 /opt/openca/lib/openca/functions/initServer

 ERROR: Global symbol "$curr_user" requires explicit package name at /opt/openca/lib/openca/functions/initServer line 269, <DATA> line 275.

 Added: variable declaration:

 - our (%AUTOCONF, $common_libs, $config, $users, $loginUser);

+ our (%AUTOCONF, $common_libs, $config, $curr_user, $users, $loginUser);

 ERROR:  syntax error at /opt/openca/lib/openca/functions/initServer line 753, near ");"

Canged:

-  i18nGettext ( "OpenCA::User init error!" );

+ i18nGettext ( "OpenCA::User init error!" )

I initialized database, created CA certificate.

When I am trying to view my CA certificate, I receive an error from web server:

" The server encountered an internal error and was unable to complete your request.

Error message:
Premature end of script headers: ca
"

At the stderr.log i see this reccord:

Issuing rollback() for database handle being DESTROY'd without explicit disconnect() at /opt/openca/lib/openca/perl_modules/perl5/OpenCA/DBI.pm line 900.

Did I miss something or did anything wrong?

Thanks in advance!!!

 Best regards,

Al.


______________________________________________________________ 
         Закажите себе на работу Корпоративную Почту 
             http://nextcorp.ru/corp/price.phtml
______________________________________________________________ 
         Закажите себе на работу Корпоративную Почту 
             http://nextcorp.ru/corp/price.phtml
------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to