cancel
Showing results for 
Search instead for 
Did you mean: 

MAXDB PHP extension

Former Member
0 Kudos

Hallo

i have some trouble with the MAXDB php extension installation on opensuse 10.1.

The maxdb run well but i cant install the php extension.

when i started the installation with:

./buildconf --force

./configure --with-maxdb=/opt/sdb/programs

i got this error:

Notice: Following unknown configure options were used:

--with-maxdb=/opt/sdb/programs

Check './configure --help' for available options

Message was edited by:

Marlon Hner

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you install the MaxDB PHP package as described in the Installation Manual for MaxDB PHP Extension for Linux (<a href="http://maxdb.sap.com/currentdoc/fd/8927423e29df2ce10000000a1550b0/frameset.htm">MaxDB PHP Installation Manual</a>)?

You must copy the MaxDB PHP package software to the ext subdirectory of your PHP source tree before using configure.

Regards

Thomas

Former Member
0 Kudos

Habe ich gemacht.

Ich habe mir die neuste php source geladen und das neuste maxdb extension und habe den Inhalt ins Verzeichnis "ext" entpackt.

/php_source/ext/maxdb/...

yes

the maxdb php extension is in the php_source folder.

/php_source/ext/maxdb/...

Former Member
0 Kudos

Hi,

What PHP version and what MaxDB PHP version you are exactly using?

If there is a file called "configure" in the root of your PHP source tree, please remove it and call "./buildconf --force" and "./configure --with-maxdb=<independent_program_path>" again.

Does "./configure help" display the option "with-maxdb=DIR" in section "Optional Packages"?

Regards,

Thomas

Former Member
0 Kudos

i removed the configure and all is ok.

Thanks