MySQL Forums
Forum List  »  MaxDB

Cannot Install PHP extensions for MAXDB on Suse Linux
Posted by: Joe Bandi
Date: July 26, 2007 10:31PM

Hi,

I am having problems trying to install the PHP extensions for MaxDB.

I get stuck at step 5. I would appreciate help with this one....Thanks

I followed the instructions at xdb/en/da/9427423e29df2ce10000000a1550b0/content.htm ...

Procedure

1. Create the directory <php_source>/ext/maxdb.
2. Download the MaxDB PHP package maxdb-<version>.tgz from PECL under pecl.php.net/package/maxdb and unpack it to a temporary directory on your computer.

tar –C <tmp_folder> –xvzf maxdb-<version>.tgz

3 Copy the contents of the directory <maxdb_version> to the directory <php_source>/ext/maxdb:

cp –r <tmp_folder>/<maxdb_version> <php_source>/ext/maxdb

4. Go to the directory <php_source>:

cd /<php_source>

5. Create the new scripts for compiling the source code. To do so, enter the following command:

./buildconf --force

********** Error *********************
# ./buildconf --force
-bash: ./buildconf: No such file or directory
**************************************
find / -name buildconf -print *** no file found ***

Options: ReplyQuote


Subject
Written By
Posted
Cannot Install PHP extensions for MAXDB on Suse Linux
July 26, 2007 10:31PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.