Hi, for those who like SuSE (as I do) and wants to use it with midcom.
Here's how:

As always , install the rpms from www.midgard-project.org/download

Then, go to php.net/download and download the latest version of php4.
Install the php4-devel and db-devel package.

tar -zxvf php-4.x.x.tar.gz
cd php-4.x.x/ext/dba
phpize
./configure --with-db4
make
make install

edit php.ini and make sure it has extension=dba.so in it.

You're done.
T


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to