Romain VANDERPOOTEN wrote: > I followed your advice and reinstalled everything from sources (my configure > options): > > apache_1.3.22.tar.gz > (--prefix=/usr/local/apache --enable-rule=SHARED_CORE --enable-module=most - > - enable-shared=max --enable-module=rewrite -enable-shared=rewrite) > mysql-3.23.43.tar.gz (--prefix=/usr/local/mysql --localstatedir=/var/mysql) > > php-4.0.6.tar.gz > (--with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs)
I think this implicitly enables the built-in xml support for PHP. You must either instruct it to use the expat you installed, or disable it. > midgard-data-1.4.2-1.tar.bz2 > (--with-db-admin-user=root --with-db-admin-password=toto --with-db=midgard - > -with-ip=192.168.1.108 --with-host=myhost --with-blobdir=/usr/local/apache/b > lobs --with-midgard=/usr/local/midgard --with-apxs=/usr/local/apache/bin/apx > s --with-apache-user=www-data --with-apache-group=www-data --with-install=ne > w) Better change that db password now. > mod_midgard-1.4.2-1.tar.bz2 > (--with-apxs=/usr/local/apache/bin/apxs --with-midgard=/usr/local/midgard/ - > -with-mysql=/usr/local/mysql/ --with-expat --with-midgard-config=/usr/local/ > midgard/bin/midgard-config) You only need the --with-apxs and --with-midgard-config options >From your log: > configure.in:43:AC_PROG_LIBTOOL > /usr/local/bin/phpize: libtoolize: command not found You must install libtool. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
