yes it is. but it tries to go to /usr/local/openca_ca which is a directory for CA part. my test machine has both ca and ra. so after make install-ext the scripts are linking openca_ca instead openca_ra.
m. -----Original Message----- From: Michael Bell [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 4:27 PM To: Lizner Martin Cc: [EMAIL PROTECTED] Subject: Re: [Openca-Users] RE: cvs makefile error in ra part Lizner Martin schrieb: > > /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 I checked src/common/var/crypto/Makefile. The following part is the problem but I don't understand how this code can fail (it doesn't fail on my machine). $(KEY_BACKUP_KEY):: @if [ -e $(DEST_VAR_CRYPTO_KEYDIR)/$@ ]; then \ echo "$@ already exists, skipping"; \ else \ set -x; \ cd $(DEST_VAR_CRYPTO_KEYDIR); \ $(LN_S) cakey.pem $@; \ fi Is this code identical with the Makefile on your machine? 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
