esilva has asked for the wisdom of the Perl Monks concerning the following question:
I have been working on updating a DBD driver for OpenBaseSQL, getting it to build under Mac OS X, but have run into something strange.
It builds fine, but I get this error at runtime:
install_driver(OpenBaseDBD) failed: DBD::OpenBaseDBD object version 0.03 does not match $DBD::OpenBaseDBD::VERSION 0.03 at /System/Library/Perl/darwin/DynaLoader.pm line 219.
Compilation failed in require at (eval 7) line 3.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: when does version != version?
by DrSax (Sexton) on May 24, 2001 at 23:04 UTC | |
by esilva (Initiate) on May 25, 2001 at 21:01 UTC |