Re: [PHP-DEV] compiling latest snapshot with iodbc

2003-08-29 Thread Dan Kalowsky
On Fri, 29 Aug 2003, John Huntjens wrote: > >From my iodbcinst.h: > > /* > * Function Prototypes > */ > > BOOL INSTAPI > SQLGetConfigMode ( > UWORD* pwConfigMode); > > Others are there too. Then your iODBC installtion is somehow not in sync. The functions in question are specific to iODBC

Re: [PHP-DEV] compiling latest snapshot with iodbc

2003-08-29 Thread John Huntjens
> > /usr/local/odbc/lib/libiodbc.so: undefined reference to `SQLSetConfigMode' > > /usr/local/odbc/lib/libiodbc.so: undefined reference to `SQLGetConfigMode' > > /usr/local/odbc/lib/libiodbc.so: undefined reference to `SQLGetPrivateProfileString' > > collect2: ld returned 1 exit status > Both shou

Re: [PHP-DEV] compiling latest snapshot with iodbc

2003-08-29 Thread Dan Kalowsky
Both should be defined in your iodbcinst.h file. Please check that. On Friday, August 29, 2003, at 11:22 AM, John Huntjens wrote: Latest snapshot with iodbc 3.51.0 i: configure: ./configure \ --prefix=/usr/local/php5 \ --sysconfdir=/etc/php \ --localstatedir=/var/log/php \ --with-co

[PHP-DEV] compiling latest snapshot with iodbc

2003-08-29 Thread John Huntjens
Latest snapshot with iodbc 3.51.0 i: configure: ./configure \ --prefix=/usr/local/php5 \ --sysconfdir=/etc/php \ --localstatedir=/var/log/php \ --with-config-file-path=/etc/php \ --with-apxs2=/usr/local/apache/bin/apxs \ --with-zlib-dir=/usr/local/zlib \ --with-libxml-dir=/usr/local