Hi all, I'm trying to install openca 0.9.1.3 and did as told in ./docs/howto/wallus.txt or *.pdf-file.
./configure --prefix=/srv/ca \ --with-web-host=webhost.localdomain.local \ --with-httpd-user=wwwrun \ --with-httpd-group=nogroup \ --with-dist-user=admin \ --with-dist-group=openca \ --with-ca-organization=CA-Central \ --with-ca-locality=Berlin \ --with-ca-country=DE \ [EMAIL PROTECTED] \ --with-openssl-prefix=/usr/local/openssl-0.9.7b \ --with-mailprogram="/usr/sbin/sendmail -t" \ --with-hierarchy-level=ca \ --enable-dbi \ --with-db-type=mysq \ --with-db-name=openca \ --with-db-host=localhost \ --with-db-port=3306 \ --with-db-user=openca \ --with-db-passwd=mysqlopencapasswd
make ca && make install-ca seems to be o.k.
I get a little error when starting Apache concerning logfile-Format - so I commented it out.
After that I can start apache. MYSQL is configured too. But when i want to browse the CA-webpage I receive the following error in httpd/error_log:
Error Trapped: Missing Configuration Keyword : DB_ENV_mysq_OPTIONS at /srv/ca/OpenCA/lib/servers/ca/functions/misc-utils.lib line 22. Compilation failed in require at /srv/ca/apache/cgi-bin/ca/ca line 171. [Fri Sep 26 10:58:52 2003] [error] [client 154.2.56.222] malformed header from script. Bad header= Anny help would be appreciated!!
There is a typo in your configure options. The db-type is mysql and NOT mysq :)
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:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
