Julio D'Angelo wrote:
Michael,

The makefile you send is the same as the one that it's on the CVS (17/Sep/2004).

This is wrong :) Version 1.4 is from 2004-Sep-17.

cvs diff -r 1.4 -r 1.5 openssl/Makefile
[EMAIL PROTECTED]'s password:
Index: openssl/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/common/etc/openssl/openssl/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -r1.4 -r1.5
27c27
< install:: $(FILES)
---
> install:: $(AC_FILES)
29c29
< $(FILES)::
---
> $(AC_FILES)::


It didn't work. We solve the problem changing the line:

$(AC_FILES)::

$(INSTALL) -g ${httpd_group} -o ${httpd_user} -m 644 $@ $(DEST_CONFOPENSSLOPENSSLDIR)/[EMAIL PROTECTED]

with the following:

$(AC_FILES)::

$(INSTALL) -g ${httpd_group} -o ${httpd_user} -m 644 [EMAIL PROTECTED] $(DEST_CONFOPENSSLOPENSSLDIR)/[EMAIL PROTECTED]

I'm sorry but this action copies the *.in files (which were translated by configure to *). this is wrong. Perhaps you forgot to remove the etc/ area. I commited the complete stuff some minutes ago.


Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to