Simon Liebold wrote:
Ok, i found the error.
I relied in the openca-guide and thought i could ./configure without a --with-hierarchy-level. I thought, it is configured by the config.xml-file. - It isn't. Now, all of the configuration-files were at their places.
this is strange it should work without this option, since it isn't anymore in the code (see at changelog and configure)
most probably the new make run just fixed something else, maybe some perl-modules where not ready the first time (dependencies in generating them... could be a bug in the makefile or something)
(2003-Dec-16:
* --with-hierrchy-level was removed from configure and the different
options were added to config.xml. ./configure without options should
work now. New packages from distros should now be fully usable.
)
and we should remove those example configs in the configs dir or update them - hehe
The problem with the configure_etc.sh turned out to be the wrong format of the service_mail_account-value. The openca-guide recommends something like <Registration Authority <[EMAIL PROTECTED]>> but this did not work for me. Specifying the mailaddress only helped.this looks like a bug in the documentation:
in an xml-file you cant simply put <something> since this would be treated as an xml-tag... ,o)
and therefor should fail - so for the moment you should just put [EMAIL PROTECTED] in - right.
Correct is the following one:
Registration Authority <[EMAIL PROTECTED]>
You can replace ">" by ">" but it is not required by the XML specification.
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
------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
