The perl code has changed according to this msg:

-        use strict qw(@ISA);
-
-will now fail with the error:
-
-        Unknown 'strict' tag(s) '@ISA'
-
-The remedy to this problem is to replace this code with the correct idiom:
-
-        use strict;
-        use vars qw(@ISA);
-        @ISA = qw(Foo);
-

I don't know what foo should be set to...  Any ideas? Maybe
OpenCA?  
 It also seems to fail in the scep code with the same error
that maybe related to the openca start error;  even if scep
is disabled in the configure file. 

thanks!
Robert

Message: 8
Date: Wed, 26 Nov 2003 16:41:47 +0100
From: "Hatas, Zdenek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [Openca-Users] openca_start problem
Reply-To: [EMAIL PROTECTED]

Hi,

I just compiled and installed openca 0.9.2 .=20
If I install ca (with make install-ca)configure_etc.sh works fine,
all config files are created.
When I fire up openca_start, it stops with a following error:

-bash-2.05b# ./openca_start

Unknown 'strict' tag(s) '@ISA' at ./openca_start line 12
BEGIN failed--compilation aborted at ./openca_start line 12.
-bash-2.05b#
-bash-2.05b# pwd
/opt/openca/openca/etc
-bash-2.05b#=20

My server runs on Redhat Linux 9 with perl version 5.8.0
(package  perl-5.8.0-88.3.i386.rpm).

I installed it as described in Openca Guide.
configure settings follows:
./configure \
  --with-engine=3Dno \
  --with-httpd-user=3Dapache \
  --with-httpd-group=3Dapache \
  --with-openca-user=3Dmatlas \
  --with-openca-group=3Dmatlas \
  --with-openca-prefix=3D/opt/openca/openca \
  --with-htdocs-fs-prefix=3D/var/www/html \
  --with-cgi-fs-prefix=3D/var/www/cgi-bin \
  --with-web-host=3Dserverca.xxxxx.com \
  --with-ca-organization=3D"HPS" \
  --with-ca-country=3DCZ \
  --with-ldap-port=3D389 \
  --with-ldap-root=3D"cn=3DManager,o=3DHPS,c=3DCZ" \
  --with-ldap-root-pwd=3D"anypw" \
  --with-module-prefix=3D/opt/openca/modules \
  --with-openssl-prefix=3D/opt/openssl \
  --enable-db \
  --disable-dbi \
  --enable-rbac \
  --disable-ocspd \
  --disable-openscep \
  --prefix=3D/opt/openca \
  --with-service-mail-account=3D"[EMAIL PROTECTED]" \
  --with-hierarchy-level=3Dca

openca is a snapshot of CVS tree openca-0.9 (20031125)

Is there any problem with my perl or something could be changed (and I
forgot to do it)?

Zdenek


--__--__--

<<winmail.dat>>

Reply via email to