Go get unixODBC (www.unixodbc.org) or iODBC (www.iodbc.org) (I think) and install and *test* them (along with your driver, which you haven't mentioned yet, either).
*Then* install DBD::ODBC and test it. Jeff > > I'm trying to install DBD::ODBC on our RH Linux 7.3 server and I keep > getting the following: > > Using DBI 1.30 installed in > /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI > > 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 runing 'perl Makefile.PL -o odbcdir'. > > If you do not have an ODBC Driver Manager you can try building > the free iODBC Driver Manager in the iodbcsrc directory. > > Makefile.PL aborted. > Running make test > Make had some problems, maybe interrupted? Won't test > Running make install > Make had some problems, maybe interrupted? Won't install > > I have looked for the iodbsrc directory and have come up empty. Which step > am I missing? > > Jessee > >
