Hi everybody ...
I have been trying to initialize my CA but I have a problem with the perl script in /cgi-bin/ca/ca, it causes errors because it referrs a common libs, and I don't know where are they ....
## Functions Requirements ## ======================
require "$common_libs/naming-utils.lib"; require "$common_libs/misc-utils.lib"; require "$common_libs/log-utils.lib"; require "$common_libs/crypto-utils.lib"; require "$common_libs/rbac-utils.lib";
My apache's error_log shows the next:
[Thu Jun 05 13:00:35 2003] [error] [client 192.168.123.236] Premature end of script headers: ca, referer: http://192.168.123.223:88/htdocs/ca/
[Thu Jun 05 13:00:35 2003] [error] [client 192.168.123.236] Can't locate /srv/ca/OpenCA/lib/servers/ca/functions/naming-utils.lib in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i586-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i586-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at /srv/ca/apache/cgi-bin/ca/ca line 100., referer: http://192.168.123.223:88/htdocs/ca/
[Thu Jun 05 13:09:56 2003] [error] [client 192.168.123.236] Premature end of script headers: ca, referer: http://192.168.123.223:88/htdocs/ca/initCA.html
[Thu Jun 05 13:09:56 2003] [error] [client 192.168.123.236] Can't locate /srv/ca/OpenCA/lib/servers/ca/functions/naming-utils.lib in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i586-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i586-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at /srv/ca/apache/cgi-bin/ca/ca line 100., referer: http://192.168.123.223:88/htdocs/ca/initCA.html
[Thu Jun 05 13:23:48 2003] [error] [client 192.168.123.236] Premature end of script headers: ca, referer: http://192.168.123.223:88/htdocs/ca/navbar.html
[Thu Jun 05 13:23:48 2003] [error] [client 192.168.123.236] Can't locate /srv/ca/OpenCA/lib/servers/ca/functions/naming-utils.lib in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i586-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i586-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at /srv/ca/apache/cgi-bin/ca/ca line 100., referer: http://192.168.123.223:88/htdocs/ca/navbar.html
[Thu Jun 05 13:23:57 2003] [error] [client 192.168.123.236] Premature end of script headers: ca, referer: http://192.168.123.223:88/htdocs/ca/navbar.html
[Thu Jun 05 13:23:57 2003] [error] [client 192.168.123.236] Can't locate /srv/ca/OpenCA/lib/servers/ca/functions/naming-utils.lib in @INC (@INC contains: /usr/local/lib/perl5/5.8.0/i586-linux /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/i586-linux /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl .) at /srv/ca/apache/cgi-bin/ca/ca line 100., referer: http://192.168.123.223:88/htdocs/ca/navbar.html
[Thu Jun 05 13:24:25 2003] [error] [client 192.168.123.236] File does not exist: /srv/ca/apache/ra_node, referer: http://192.168.123.223:88/htdocs/ca/navbar.html
What is happend?
/srv/ca/OpenCA/lib/servers/ca/functions/naming-utils.lib doesn't exist.
Where can I found the coommon_libs? Is it a perl error?
/srv/ca/OpenCA/lib/servers/ca/functions/
This is no perl error. It looks like an incomplete installation.
Michael -- ------------------------------------------------------------------- Michael Bell Email: [EMAIL PROTECTED] ZE Computer- und Medienservice Tel.: +49 (0)30-2093 2482 (Computing Centre) Fax: +49 (0)30-2093 2704 Humboldt-University of Berlin Unter den Linden 6 10099 Berlin Email (private): [EMAIL PROTECTED] Germany http://www.openca.org
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
