kp2a has asked for the wisdom of the Perl Monks concerning the following question:
The DBD::ODBC module needs to link with an ODBC 'Driver Manager'. (The Driver Manager, in turn, needs one or more database specific ODBC drivers. The DBD::ODBC module does _not_ include any ODBC drivers!) You need to indicate where your ODBC Driver Manager is installed. You can do this ether by setting the ODBCHOME environment variable or by running 'perl Makefile.PL -o odbcdir'. If you do not have an ODBC Driver Manager you should try to get hold of the unixODBC packages for your system or build it from source (see http://www.unixodbc.org). root@scan DBD-ODBC-1.15#yet I installed unixODBC via yum but I cannot find any directory that will make Makefile.PL happy.
root@scan DBD-ODBC-1.15# yum info unixODBC Installed Packages Name : unixODBC Arch : i386 Version: 2.2.12 Release: 5.fc8 Size : 2.0 M Repo : installedhelp!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to install DBD::ODBC Fedora 8
by Fletch (Bishop) on Feb 06, 2008 at 18:19 UTC | |
|
Re: How to install DBD::ODBC Fedora 8
by Khen1950fx (Canon) on Feb 06, 2008 at 04:19 UTC | |
by kp2a (Sexton) on Feb 06, 2008 at 12:15 UTC |