Jump to content

Help Installing php extensions for MaxDB


Recommended Posts

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 ***

 

Link to comment
https://forums.phpfreaks.com/topic/62147-help-installing-php-extensions-for-maxdb/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.