On Fri, Jan 09, 2004 at 12:22:15 +0100, Michael Bell <[EMAIL PROTECTED]> wrote:
> Hi Alessandro,
> 
> I forgot to change the file changelog so the version numbering is wrong. 
> I think it is better if you add the notices to changelog because you are 
> the maintainer.
Finally I got some free time to work on openca :-)
Well I tried you new snapshot and with some fixes it works as far the
debian packaging. 
I will upload to my cvs in 5 hours (I'm at home now).
I found 2 things which need to be fixed; 
1) the configure script does not really disable the modules, so I
disabled the manually in the relative Makefile. I'm not an expert
in the autoconf syntax, but the Makefile.global.vars have a void field
in EXTERNAL_MODULES.
2) the symlinks for the stylesheets ar wrong since they points to the 
tmp dir created during the debian packaging. I attach a possible fix,
which is not the best solution but it should on most system.

I think that the ocpsd responder shuold be enclesed not on the common
package but in the pub one.

Bye

> 
> Michael
> -- 
> -------------------------------------------------------------------
> Michael Bell                   Email: [EMAIL PROTECTED]
> ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
> (Computing Centre)                        Fax:  +49 (0)30-2093 2704
> Humboldt-University of Berlin
> Unter den Linden 6
> 10099 Berlin                   Email (private): [EMAIL PROTECTED]
> Germany                                       http://www.openca.org
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: Perforce Software.
> Perforce is the Fast Software Configuration Management System offering
> advanced branching capabilities and atomic changes on 50+ platforms.
> Free Eval! http://www.perforce.com/perforce/loadprog.html
> _______________________________________________
> OpenCA-Devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/openca-devel
Index: openca/src/web-interfaces/ldap/htdocs/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/ldap/htdocs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- openca/src/web-interfaces/ldap/htdocs/Makefile      22 Sep 2003 17:22:42 -0000     
 1.2
+++ openca/src/web-interfaces/ldap/htdocs/Makefile      1 Nov 2003 01:10:59 -0000
@@ -6,7 +6,7 @@
 include $(TOP)/Makefile.global-vars
 
 DEST_LDAP_HTDOCDIR     = $(ldap_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR        = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR        = ../../stylesheets
 
 SUBDIRS        = \
        images
Index: openca/src/web-interfaces/node/htdocs/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/node/htdocs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- openca/src/web-interfaces/node/htdocs/Makefile      22 Sep 2003 17:22:42 -0000     
 1.2
+++ openca/src/web-interfaces/node/htdocs/Makefile      1 Nov 2003 01:11:01 -0000
@@ -6,7 +6,7 @@
 include $(TOP)/Makefile.global-vars
 
 DEST_NODE_HTDOC_DIR    = ${node_htdocs_fs_prefix}
-DEST_LIB_STYLESHEET_DIR        = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR        = ../../stylesheets
 
 SUBDIRS        = \
        images
Index: openca/src/web-interfaces/pub/htdocs/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/pub/htdocs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- openca/src/web-interfaces/pub/htdocs/Makefile       22 Sep 2003 17:22:42 -0000     
 1.2
+++ openca/src/web-interfaces/pub/htdocs/Makefile       1 Nov 2003 01:11:01 -0000
@@ -6,7 +6,7 @@
 include $(TOP)/Makefile.global-vars
 
 DEST_PUB_HTDOCDIR      = $(pub_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR        = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR        = ../../stylesheets
 
 SUBDIRS        = \
        cacert  \
Index: openca/src/web-interfaces/ra/htdocs/Makefile
===================================================================
RCS file: /cvsroot/openca/openca-0.9/src/web-interfaces/ra/htdocs/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- openca/src/web-interfaces/ra/htdocs/Makefile        22 Sep 2003 17:22:42 -0000     
 1.2
+++ openca/src/web-interfaces/ra/htdocs/Makefile        1 Nov 2003 01:11:01 -0000
@@ -6,7 +6,7 @@
 include $(TOP)/Makefile.global-vars
 
 DEST_RA_HTDOCDIR       = $(ra_htdocs_fs_prefix)
-DEST_LIB_STYLESHEET_DIR        = ${lib_prefix}/stylesheets
+DEST_LIB_STYLESHEET_DIR        = ../../stylesheets
 
 SUBDIRS        = \
        crl             \

Reply via email to