View Single Post

   
  #3 (permalink)  
Old 04-16-2008, 02:29 AM
Tom Lane
 
Posts: n/a
Default Re: Problems compiling odbc

Peter Eisentraut <peter_e@gmx.net> writes:
> 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.


You may also need an explicit --with-unixodbc on the configure line;
leastwise that's what Red Hat's RPM does.

regards, tom lane

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

Reply With Quote