Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4248 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13632 invoked by uid 1010); 29 Aug 2003 17:11:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13608 invoked by uid 1007); 29 Aug 2003 17:11:57 -0000 Message-ID: <20030829171157.13606.qmail@pb1.pair.com> To: internals@lists.php.net References: <20030829152300.24495.qmail@pb1.pair.com> <19C9DAB0-DA3B-11D7-819E-000393121960@deadmime.org> Date: Fri, 29 Aug 2003 19:11:56 +0200 Lines: 27 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Posted-By: 80.126.85.128 Subject: Re: [PHP-DEV] compiling latest snapshot with iodbc From: john@ceressoft.nl ("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 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