Howto: Installing dba on SuSE
Tarjei Huse <tarjei-y/[email protected]>
| Newsgroups | gmane.comp.web.midgard.user |
|---|---|
| Message-ID | <[email protected]> |
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