I'm having trouble trying to install DBD::Sybase on Redhat. Perl version is 5.8.8 and it is the 64-bit version. When I set the SYBASE env variable to the freetds libs in /usr (the rpm puts libtds in /usr/lib64), it gives the following error message
$ perl ./Makefile.PL
Can't find any Sybase libraries in /usr/lib at ./Makefile.PL line 121, <IN> line 44.
Any idea of why it will not find the 64-bit libs in /usr/lib64 and wants to try to use /usr/lib?