reply to the message from : Dan Hammer concerning : [midgard-user] dbinstall error in midgard-data-1.4.3-RC-1
hello, I'll include our "installation-path" with 1.4.3-RC-1. Maybe it helps you. Take a look at the parameter --with-ip when configuring midgard-data. regards, Pascal ------------------------------ # cd midgard-lib-1.4.3-RC-1 # ./configure --prefix=/usr/local/midgard --with-sitegroups --with-mysql --with-expat # make # make install # echo "/usr/local/midgard/lib" >>/etc/ld.so.conf # /sbin/ldconfig Midgard Database Installation # cd midgard-data-1.4.3-RC-1 # ./configure --with-db-host=localhost --with-db-admin-user=root --with-db-admin -password=[dbadminpw] --with-db-user=midgard --with-db-user-password=midgard --with-install=new --with-blobdir=/data/blobs --with-apache-user=apache --with-apache-group=apache --with-ip=10.168.1.61 --with-midgard=/usr/local/midgard # ./dbinstall # cp midgard-data.conf /etc/httpd/conf/ # echo 'include conf/midgard-data.conf' >>/etc/httpd/conf/httpd.conf # cp -are images/midgard /www Midgard Apache Module # cd mod_midgard-1.4.3-RC-1 # export PATH=$PATH:/usr/local/midgard/bin/ # ./configure --with-midgard=/usr/local/midgard --with-mysql --with-expat --with-apxs=/usr/sbin/apxs # make # make install Midgard-php4 Installation # cd midgard-php-1.4.3-RC-1 # ./mkall Adaption -------- - adding "extension=midgard.so" to php.ini - removing the mod_midgard stuff in httpd.conf out of the HAVE_PYTHON part ------------------------- DH> Ok.. I got it to generate the install-repligard.conf file. in the database DH> section it provides the correct database name, username and password. It DH> doesn't include a database host. I don't know if thats a problem or not. DH> The login section in that file shows DH> username="admin" DH> password="password" DH> Is this what is supposed to be in there or is there supposed to be the real DH> admin name and real admin pwd? DH> Thanks, DH> Dan Hammer >> # Clean intermediary files >> rm -f asgard-hosts.sql install-repligard.conf midgard-hosts.sql DH> ------------------------------------------------- DH> Visit us at http://www.kdhtech.com -------------------------------------------------------------------- Simplicity GmbH Pascal Mayer -------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
