"Fran�ois D�sarm�nien" schrieb: > > Hello, you all, > > First, I want to thank everyone for the great job beeing done there ! > > I just want to submit an installation problem using SNAP-20020410: > > when doing the install-pub target , if ends with the following error > message: > > make[8]: Entering directory >`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public/crl' > /usr/bin/install -c -o root -g root -m 644 index.html >/usr/local/OpenCA/apache/htdocs/pub/crl/index.html > ln: `/usr/local/OpenCA/apache/htdocs/pub/crl/cacrl.crl': File exists > make[8]: *** [/usr/local/OpenCA/var/crypto/crls/cacrl.crl] Error 1 > make[8]: Leaving directory >`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public/crl' > make[7]: *** [crl] Error 2 > make[7]: Leaving directory >`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public' > make[6]: *** [install] Error 2 > make[6]: Leaving directory >`/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs/htdocs-public' > make[5]: *** [htdocs-public] Error 2 > make[5]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs' > make[4]: *** [install-pub] Error 2 > make[4]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src/htdocs' > make[3]: *** [htdocs] Error 2 > make[3]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src' > make[2]: *** [install-pub] Error 2 > make[2]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/usr/src/archives/OpenCA-SNAP-20020410' > make: *** [install-pub] Error 2 > > The '/usr/local/OpenCA/apache/htdocs/pub/crl/cacrl.crl' should be instead > understood as '/usr/local/OpenCA/var/crypto/crls/cacrl.crl', to which it > should be linked does not exists...
The problem is that I used -e in the Makefile but I must use -h because it is a symbolic link. I fixed it. 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 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
