View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 02:29 AM
Peter Eisentraut
 
Posts: n/a
Default Re: Problems compiling odbc

Chris Hoover wrote:
> checking for SQLGetPrivateProfileString in -lodbcinst... no
> checking for SQLGetPrivateProfileString in -liodbcinst... no
> configure: error: no suitable ODBC driver manager found


You need to install the development package for the driver manager. The
package might be called unixodbc-devel or iodbc-devel or similar.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote