> 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
smime.p7s
Description: S/MIME cryptographic signature
