> Jeff,
>
> Sorry to personally write you, but I haven't found much help
> elsewhere.  I've
> been tyring to get the DBD::ODBC perl mod installed but I keep getting an
> error message(see below) that says I'm missing libudbc.h.  Well,
> I can't find
> it anywhere and I've read the README but there is nothing that
> addresses this
> issue as far as I am concerned.  Can you point me in the right direction?

To best get help: post to [EMAIL PROTECTED]  Private messages to me are
less likely to be answered as quickly and others can help...

> DBI is up to date.

I'll presume this means 1.30

> -Linux Redhat 7.2 Kernel 2.4.7-10
> -perl-5.8.0-55

This could cause a problem because there's a problem in the Makefile.PL
where the first line is
#!/usr/local/bin/perl -sw

The -s causes perl 5.8 to handle parameters differently than I expect.  Take
out the -s, if you need the command line options.

> -freetds-0.60-1
> -unixODBC-2.1.1-3

Check your ODBCHOME environment.  If it points to /etc, that may not be
where your unixODBC is installed. unixODBC is installed in /usr/local,
usually.  It's probably getting confused with a driver that's already there.
ODBCHOME fixes that, usually, but there is a -o command line which can
override the environment.  However, without the fix mentioned above, it
won't work.

Regards,

Jeff
=============================================
See the DBI FAQ at www.xmlproj.com/cgi/fom.cgi


Reply via email to