Hi all,

I've had a bit of luck with the OpenBaseDBD driver:

I figured out the missing linker flags. It seems that the OS X command 
line tools don't look in /Library/Frameworks by default. Adding 
'-F/Library/Frameworks -framework OpenBaseAPI -framework OpenBaseNet' in 
the right places in the Makefile.PL did the trick.

But now I have a new problem:

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.

This looks like a perl guru problem, as I cannot see how 0.03 != 0.03.

Can anyone shed some light on this?

Sigh... Back to the drawing board... :-/

Thanks for the tip Scott, that bit about the missing frameworks was right 
on!

Cheers,

--Ed

Reply via email to