Hello,

I'm having problems getting OpenCA to work.


First of all I`ve installed the openCA Tools:

# OpenCA Tools
pushd openca-tools-1.3.0/
./configure --with-openca-user="openca" --with-openca-group="openca"
make
sudo make install
popd


# OpenCA Base
pushd openca-base-1.3.0/
./configure \
--enable-scep \
--with-openca-user="openca" \
--with-openca-group="openca" \
--with-htdocs-fs-prefix="/var/www/pki" \
--with-htdocs-url-prefix="/pki" \
--with-cgi-fs-prefix="/usr/lib/cgi-bin/pki" \
--with-cgi-url-prefix="/cgi-bin/pki" \
--with-service-mail-account="service@" \
--with-support-mail-address="support@" \
--with-ca-organization="XZY" \
--with-ca-locality="XXX" \
--with-ca-state="XXX" \
--with-ca-country="DEU" \
--with-db-type="mysql" \
--with-db-user="ocausr" \
--with-db-name="opencadb" \
--with-db-passwd="XXXX" \
--with-db-host="localhost"

sudo make

sudo make install-offline

# run the configuration
pushd /usr/local/etc/openca
sudo -s
. configure_etc.sh
/usr/local/etc/init.d/openca restart
exit
popd


Now when I look in the stderr.log there is a problem while starting the server:

Can't locate OpenCA/DB.pm in @INC (@INC contains: 
/usr/local/lib/openca/perl_modules/perl5/x86_64-linux-gnu-thread-multi 
/usr/local/lib/openca/perl_modules/perl5 /etc/perl /usr/local/lib/perl$
BEGIN failed--compilation aborted at /usr/local/lib/openca/functions/initDB 
line 3.
Compilation failed in require at /usr/local/lib/openca/functions/initServer 
line 651.
Compilation failed in require at /usr/local/etc/openca/openca_start line 66.


I`m using VMware workstation 9, guest-os is a Debian 6.0 x64 system.

Thanks in advance
Thomas


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to