At 02:54 PM 5/9/00 +0100, Martin J. Evans wrote:
>$myodbc = 'unixodbc'
> if <$odbchome/lib/libodbc*>;
>
>which produces:
>
>glob failed (can't start child: invalid argument) at makefile.pl line nnn
You might have mixed VMS and Unix file specs, i.e., $odbchome might be
disk:[dir], which of course doesn't work when you append /lib/libodbc* to
it. If that turns out to be the case, you might have to stick a line like
this in the Makefile.pl before the glob:
$odbchome= VMS::Filespec::unixify($odbchome) if $^O eq 'VMS';
_______________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]