Hi,
Did anybody successfully installed PHP4 with openlink support?
I was installing PHP4.0.2 with pdflib and openlink but when I compiled it gave me this error:
php_odbc.c: In function odbc_column_lengths':
php_odbc.c:606:SQLINTEGER' undeclared (first use in this function)
php_odbc.c:606: (Each undeclared identifier is reported only once
php_odbc.c:606: for each function it appears in.)
php_odbc.c:606: parse error before len'
php_odbc.c:634:len' undeclared (first use in this function)
make[3]: [php_odbc.lo] Error 1
make[3]: Leaving directory /usr/local/install/php-4.0.1/ext/odbc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory/usr/local/install/php-4.0.1/ext/odbc'
make[1]: [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/install/php-4.0.1/ext'
make: *** [all-recursive] Error 1
Any advices from you guys?
Breughel