Hi there! It's me again. So I've been reading the manual thoroughly to make sure I'm doing things properly and here's what's happening. First off my configuration, I'll be running the CA and RA all on the same machine. Both CA and RA will make use of a MySQL database (named openca_ca and openca_ra respectfully). The RA will make use of an LDAP server. All of these are running locally on the machine. Here's my configure line:
./configure --prefix=/disks/space0/openca-0.9.2-cvs --with-openca-user=openca --with-openca-group=openca --with-module-prefix=/disks/space0/openca-0.9.2-cvs/modules --with-openca-prefix=/disks/space0/openca-0.9.2-cvs/OpenCA-CA --with-web-host=foo.example.com --with-httpd-user=apache --with-httpd-group=apache --with-hierarchy-level=ca I have a MySQL user name openca that has all privileges on openca_ca.* and openca_ra.* dbs. I've setup the apache virtual hosts so that the above dirs are available via https://foo.example.com/ca and https://foo.example.com/ca_node. I've gone through config.xml to make sure everything there is proper, changing db_type to MySQL, db_port to 3306, and db_user to openca. However, whenever I go to the website I get the following error: Error 690 Configuration Error. Cannot initialize OpenCA::DBI class! The database returns errorcode 0. (Success (error 10009: DB_TYPE_UNKNOWN (error 11111: Do not commit if the database or the module itself fails.))). I've tried to also run configure with the option --enable-dbi just in case. Any suggestions? Thanks in advance! On Fri, 2003-08-01 at 02:12, Michael Bell wrote: > Ti Leggett wrote: > > Alrighty, I got the nightly cvs tarball and checked out openca-0.9, > > configured it, built it, and installed it. Now after I go to > > https://localhost/ca I get the login screen, I put in my username and > > password and then it comes back with an error from XML::Twig saying it > > can't find rbac/acl.xml. The only thing in that rbac directory is a cmds > > directory. Poking around the source I found that in the src rbac dir, > > there's an acl.xml plus two other .xml files and quite a bit more > > directories. So is there something else I should do after installing > > offline? > > No, please run script before you install and check typescript for > errors. Did you try to install OpenCA over an old installation? We don't > overwrite already present etc/ directories. > > Michael > > P.S. do you know that you have to configure config.xml and run > configure_etc.sh? OpenCA includes new docs in docs/guide. ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
