Alessandro Razeto wrote:
On Fri, Jan 09, 2004 at 12:22:15 +0100, Michael Bell <[EMAIL PROTECTED]> wrote:

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.

Fixed. This was a bug in configure.in. I used $withval instead of $enableval.


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.

>>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


I read the makefile and this is a little bit surprising.

ln -s ../../stylesheets/default.css in htdocs/ra/ creates a symlink to the root directory of the apache but there is of course no directory stylesheets and no file default.css or does I misunderstand something? Would it help you if we create an option to install the stylesheets as real files and not as symlinks?

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

... or in an extra package.


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

Reply via email to