"Marco A. R. Henriques" schrieb:
> 
> Hello Fran�ois,
> 
>     The first error message occurrs because you executed make install-ext
> before make install-pub. When you execute make install-ext, you don't need
> execute make install-pub (read the Makefile file) ;-).
>     The second error message happen because some files has a wrong path of
> pwd.html. You must search at your CA and RA web page directory for a file
> all.js and change the line var msgWindow =
> window.open("/htdocs-ra/pwd.html", "Password", par); to var msgWindow =
> window.open("/pwd.html", "Password", par);.
>       Some files at OpenCA directory (in lib/servers) refers to pwd.html. A
> grep command like grep -d recurse pwd.html . solve this problem.

If such a path is wrong then you used a wrong option during configure.

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

Reply via email to