Yes, still need the make step. But yes, the configure step puts some info into the config files, unnecessarily in my model where I replace the config files. But its an historical accident ! Needed initially while I built the initial master config files. Most of the parameters in configure are not needed, its just I did not bother to remove them from my notes.
The problem I found with using "make install-online" and "make install-offline" is that they do not produce all the necessary config files in ~/server. David On Tue, 2006-01-17 at 07:42 +0100, Obes, Til wrote: > > In fact I found that 'make install-online' and 'make install-offline' > > did not produce the expected results too. Better to directly specify : > > > > for Online : > > make install-node > > make install-pub > > make install-ra > > make docs > > > > and for Offline > > make install-node > > make install-ca > > > > If anyone is so full of idle curiosity they can see my full > > install process at > > http://www.vpac.org/twiki/bin/view/APACgrid/CAInstallGuide > > hmm but make does some compiling of c tools. you really dont need > to do the make step? > > and you do the following command: > ./configure --with-prefix=/opt/openca924 \ > --with-exec-prefix=/opt/openca924 \ > --with-openca-prefix=/opt/openca924 \ > --with-module-prefix=/opt/openca924/modules \ > --with-openssl-prefix=/usr/include/openssl \ > --with-web-host=ca.apac.edu.au \ > --with-httpd-user=apache --with-httpd-group=apache \ > --with-openca-user=apache --with-openca-group=apache \ > --with-httpd-fs-prefix=/var/www \ > --with-hierarchy-level=ra --with-ca-organization=APACGrid \ > --with-ca-locality=Melbourne --with-ca-country=AU \ > [EMAIL PROTECTED] \ > --enable-dbi --with-db-type=mysql --with-db-name=openca_db > \ > --with-db-host=localhost --with-db-port=3306 \ > --without-ldap > > and afterwards you copy the config.xml from backup to the new install. > so you dont need all this options, as they only fill out some values > in config.xml (if i understood that correctly). > maybe a main developer can comment this. > > regards til ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Openca-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openca-users
