Hi, Ralf

I have described all fixes in my post to this mail list:

http://sourceforge.net/mailarchive/forum.php?thread_name=NEXT-4cd19ba035e391.80490958%40email.su&forum_name=openca-users

This is the copy from that post.

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,  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,  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!" )



 > > Any ideas whats going wrong here?
 > 
 > No one can help me?
 > However, I download the source from sf, do a configure/make/make  
 > install-online install-offline and set the company name in config.xml...
 > 
 > After "init.d/openca start" all I get is:
 > 
 > Starting OpenCA ... Bareword "ERR_USER_STATUS_UNKNOWN" not allowed
 > while "strict subs" in use at
 > /opt/openca_1.1/lib/openca/perl_modules/perl5/OpenCA/User.pm line 372,
 >  line 275.
 > Compilation failed in require at
 > /opt/openca_1.1/lib/openca/functions/initServer line 44,  line
 > 275.
 > BEGIN failed--compilation aborted at
 > /opt/openca_1.1/lib/openca/functions/initServer line 44,  line
 > 275.
 > Compilation failed in require at
 > /opt/openca_1.1/etc/openca/openca_start line 65,  line 275.
 > OK
 > 
 > Has anybody except me also installed openca 1.1.1 yet??
 > Regards
 > Ralf
 > 
 > 
 > 
 >------------------------------------------------------------------------------
 > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
 > Tap into the largest installed PC base & get more eyes on your game by
 > optimizing for Intel(R) Graphics Technology. Get started today with the
 > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
 > http://p.sf.net/sfu/intelisp-dev2dev
 > _______________________________________________
 > Openca-Users mailing list
 > Openca-Users@lists.sourceforge.net
 > https://lists.sourceforge.net/lists/listinfo/openca-users
 >
______________________________________________________________ 
   Новая услуга: защита почтового сервера вашей компании
            www.nextcorp.ru/corp/proxy.phtml


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to