Closed GoogleCodeExporter closed 9 years ago
Since I'm unsure your flavor of Linux, this is a generic answer, however, this
is common if the unixODBC headers are not available during compilation.
From: http://code.google.com/p/pyodbc/wiki/Building
On Linux, pyodbc is typically built using the unixODBC headers, so you will
need unixODBC and its headers installed. On a RedHat/CentOS/Fedora box, this
means you would need to install unixODBC-devel.
On the RedHat/CentOS/Fedora Linux boxes, you would need to make sure that
unixODBC-devel is installed. You can install it using:
yum install unixODBC unixODBC-devel (or sudo yum install unixODBC
unixODBC-devel, if your user doesn't have proper privileges)
Original comment by dkleeham...@gmail.com
on 12 Jun 2012 at 8:46
I would first recommend you get the latest source. Version 3.0.5 or later.
Thanks.
Original comment by mkleehammer
on 23 Jun 2012 at 9:44
Original comment by mkleehammer
on 23 Jun 2012 at 9:46
Assuming builds are working with latest source. Closing
Original comment by mkleehammer
on 27 Sep 2012 at 8:36
Original issue reported on code.google.com by
GunjanSh...@gmail.com
on 11 Jan 2012 at 8:52