On Wed, 2003-01-29 at 08:48, Jeff Urlwin wrote: I install unixODBC to defualt locations. it installed it's stuff to /usr/local/lib
when compiled DBD::ODBC I added the option 'make Makefile.PL -o /usr/local' to it looks for the /include and /lib and it FINDS the ODBC. When it starts to compile it fails finding 'libudbc.h' (that's a 'U' not an "O" in there).. I made sure 'updatedb' database was updated and ran 'locate libudbc.h' and nothing turned up. hence the reason for it not working. None the less. I solved the problem. I ended up installing Freetds and DBD::Sybase. And I'm all set. I don't need complex queries. just one simple select on a table for htis project. Normally I deal with DBD::Pg and not MsSQL; Thanks for the help anyones guys. -- Jason > It probably means you are not setting your ODBCHOME variable correctly > to be able to find where unixODBC has been installed. > > Jeff > > > > > When I"m compiling DBD-ODBC-1.04 Its looking for a file called > > libudbc.h A search even on good turns up little. The ODBC client I > > installted was unixODBC-2.2.4.. Any ideas? > > > > -- > > Jason > > > > > > >
