Hello,

We are still trying to install version 0.9 of the CA using Red Hat 7.1. Now
we are trying to install version 21032002 and we used the following parameters
in the configure command:
./configure \
  --with-engine=no \
  --with-httpd-user=nobody \
  --with-httpd-group=nobody \
  --with-openca-user=nobody \
  --with-openca-group=nobody \
  --with-httpd-fs-prefix=/usr/local/OpenCA/ \
  --with-web-host=localhost \
  --with-ca-organization="Universidade de Brasilia" \
  --with-ca-country=BR \
  --with-ca-locality=Brasilia \
  --with-ldap-port=389 \
  --with-ldap-root="cn=LabRedes,o=Universidade de Brasilia,c=BR" \
  --with-ldap-root-pwd="openca" \
  --with-module-prefix=/usr/local/OpenCA/modules \
  --with-openssl-prefix=/usr/local/ssl \
  --disable-db \
  --enable-dbi \
  --enable-rbac \
  --enable-dbis \
  --enable-ocspd \
  --with-db-type=mysql \
  --with-db-name=openca \
  --with-db-host=localhost \
  --with-db-port=3306 \
  --with-db-user=openca \
  --with-db-passwd="openca" \
  --prefix=/usr/local/OpenCA \
  --exec-prefix=/usr/local/OpenCA \
  --with-service-mail-account="[EMAIL PROTECTED]"


When we try to open the web interface of the CA we get a message saying there
was an internal error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.
More information about this error may be available in the server error log.


and the apache error log states:
Unknown error
Compilation failed in require at /usr/local/OpenCA/cgi-bin/ca/ca line 158.
[Tue Mar 26 17:16:02 2002] [error] [client 192.168.67.215] Premature end of script headers: /usr/local/OpenCA/cgi-bin/ca/ca
Following there is a part of file /usr/local/OpenCA/cgi-bin/ca/ca:
local $db;
if ( getRequired ('DBmodule') =~ /DBI/i ) {        # Line 158
        require "initDBI";
} else {
        require "initDB";
}

Does anyone know what is wrong 
We appreciate all the help and hope get a reply soon,

Thanks,
Alice and Loriza

Reply via email to