Compiling PHP with INFORMIX

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Danny De Koster

    Compiling PHP with INFORMIX

    Hi all,

    In trying to use INFORMIX functions, I needed to recompile my PHP.
    I did:
    ./configure --with-informix=/usr/informix94
    then with the make I get:

    /usr/informix94/lib/esql/libifsql.so: undefined reference to `ifx_checkAPI'
    collect2: ld returned 1 exit status
    make: *** [sapi/cgi/php] Error 1


    I'm using: SUSE 8.1
    INFORMIX IDS 9.40
    CLIENT-SDK-2.70-UC3-1
    PHP 4-3-10

    Anybody an idea what is missing?
    Thanks,
    Danny



Working...