mpeppler has asked for the wisdom of the Perl Monks concerning the following question:
I've got a user who is trying to build DBD::Sybase on MacOSX 10.3.4 with a recent version of Sybase. The build itself works fine, but make test fails due to missing symbols in the binary:
I would expect this to be a fairly simple problem, but I don't know where to start as MacOSX appears to be somewhat different from "normal" Unix...sh-2.05b$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_ +harness(0, 'blib/lib', 'blib/arch')" t/*.tt/autocommit....dyld: /usr/ +bin/perl Undefined symbols:blib/arch/auto/DBD/Sybase/Sybase.bundle un +defined reference to _CFBundleCopyBundleURL expected to be defined i +n a dynamic image blib/arch/auto/DBD/Sybase/Sybase.bundle undefined reference to _CFBun +dleGetBundleWithIdentifier expected to be defined in a dynamic image ...
Thanks!
Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Building DBD::Sybase on MacOSX 10.3.4
by mpeppler (Vicar) on Aug 12, 2004 at 12:28 UTC | |
|
Re: Building DBD::Sybase on MacOSX 10.3.4
by jfroebe (Parson) on Aug 11, 2004 at 17:02 UTC | |
by mpeppler (Vicar) on Aug 11, 2004 at 17:23 UTC |