Hi ,
try this,
apt-get install libxml-perl libxml-regexp-perl libdbi-perl
perl-modules libssl-dev libldap2 libldap2-dev libnet-ldap-perl
libdbd-mysql libdbd-mysql-perl libdbd-pg-perl libxml-perl
libxml-twig-perl
apt-get install apache2-ssl
Hai Bjorn Rode, thank you for your attention. So those are the packages needed to be installed.
apt-get install mysql-server
mysql -uroot -p
create database openca
grant all privileges on openca.* to openca identified by "secretpw"
create database openra
grant all privileges on openra.* to openra identified by "secretpw"
That the creating mysql database section
wget http://heanet.dl.sourceforge.net/\
sourceforge/openca/openca-0.9.2.5.tar.gz
tar xfvz openca-0.9.2.5.tar.gz
Download the OpenCA source.
make d i s t c l e a n ; \
you should decide to make two installations (ca/ra)
you have to set up your configure options (i.e in a file
youreconfiguresra/ca)
./ your c o n f i g u r es r a ; \
make ; \
make i n s t a l l −o n l i n e ; \
make d i s t c l e a n ; \
/ .your c o n f i g u r es c a ;
make ; \
make i n s t a l l −o f f l i n e \
then you have to edit openca/installldir/etc/config.xml
and run configure_etc
I'm still having difficulties on editing the config.xml file. But let me ask on the new subject.
good luck
Björn
--
Zaki Akhmad
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
