hi

i've just updated my sources from cvs and tried to compile as usual. here's my 
configuration:

> config_ca.sh

#!/bin/sh

cd openca-0.9

./configure \
--with-engine=no \
--with-web-host=pki.anect.cz \
--with-ca-organization=Anect \
--with-ca-country=CZ \
--with-ca-locality=Brno\
--with-ldap-host=ldap.anect.cz \
--with-ldap-port=389 \
--with-ldap-root="cn=LDAP Manager,o=Anect,c=CZ" \
--with-ldap-root-pwd=*** \
--with-openssl-prefix=/usr/local/ssl \
--disable-db \
--enable-dbi \
--enable-rbac \
--enable-ocspd \
--with-db-type=mysql \
--with-db-name=openca_ca \
--with-db-host=localhost \
--with-db-port=3306 \
--with-db-user=openca_ca \
--with-db-passwd="***" \
--prefix=/usr/local \
--with-openca-user=apache \
--with-openca-group=apache \
--with-service-mail-account="[EMAIL PROTECTED]" \
--with-openca-prefix=/usr/local/openca_ca

make install-ca

> config_ra.sh

#!/bin/sh

cd openca-0.9

./configure \
--with-engine=no \
--with-web-host=pki.anect.cz \
--with-ca-organization=Anect \
--with-ca-country=CZ \
--with-ca-locality=Brno \
--with-ldap-host=ldap.anect.cz \
--with-ldap-port=389 \
--with-ldap-root="cn=LDAP Manager,o=Anect,c=CZ" \
--with-ldap-root-pwd=H83DDH9LQZlkshfd08eu \
--with-openssl-prefix=/usr/local/ssl \
--disable-db \
--enable-dbi \
--enable-rbac \
--enable-ocspd \
--with-db-type=mysql \
--with-db-name=openca_ra \
--with-db-host=localhost \
--with-db-port=3306 \
--with-db-user=openca_ra \
--with-db-passwd="PQMB4DUQ9JHGwwl4fgap" \
--prefix=/usr/local \
--with-openca-user=apache \
--with-openca-group=apache \
--with-service-mail-account="[EMAIL PROTECTED]" \
--with-openca-prefix=/usr/local/openca_ra

make install-ext

chown -R apache:apache /usr/local/openca*

m.
-----Original Message-----
From: Michael Bell [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 4:08 PM
To: Lizner Martin
Cc: [EMAIL PROTECTED]
Subject: Re: cvs makefile error in ra part


Lizner Martin schrieb:
> 
> hi
> 
> while compiling ra part - there's a small error in cvs makefile:
> 
> /usr/bin/install -c -c -o apache -g apache -m 644 Makefile.crt
> /usr/local/openca_ca/var/crypto/chain/Makefile
> + cd /usr/local/openca_ca/var/crypto/keys
> + ln -s cakey.pem keybackup_key.pem
> ln: `keybackup_key.pem': File exists
> make[9]: *** [keybackup_key.pem] Error 1

Which version do you use? I think I fixed this problem one or two days
ago.

Michael
-- 
-------------------------------------------------------------------
Michael Bell                   Email (private): [EMAIL PROTECTED]
Rechenzentrum - Datacenter     Email:  [EMAIL PROTECTED]
Humboldt-University of Berlin  Tel.: +49 (0)30-2093 2482
Unter den Linden 6             Fax:  +49 (0)30-2093 2959
10099 Berlin
Germany                                       http://www.openca.org


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to