> > /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 should be defined in your iodbcinst.h file.  Please check that.

>From my iodbcinst.h:

/*
 *  Function Prototypes
 */

BOOL INSTAPI
SQLGetConfigMode (
    UWORD* pwConfigMode);

Others are there too.

Gr,

John

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to