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

Reply via email to