On Wednesday, Jul 30, 2003, at 03:54 Europe/Brussels, Koen van der Drift wrote:


On Tuesday, July 29, 2003, at 08:32 AM, jfm wrote:

Problem might be in the perl installation.
I seem to find most of those symbols in /System/Library/Perl/darwin/CORE/libperl.dylib
and NOT in /sw/lib/perl5/5.8.0/darwin/CORE/libperl.dylib : seems suspicious...

Is there anything I can do to do some testing?

If you've put your perl580 into a deb file, a trivial test is always


dpkg -L yourperl580 |xargs file|grep 'Mach-O'|cut -f1 -d ':'|xargs otool -L

and see if nothing suspicious comes out (I mean, something related
to Apple's perl).

Else, run otool on perl and libperl.dylib (and if you want to be exhaustive,
also bin/a2p and the bundles in something like ../darwin/auto/..)


But if that doesn't yield anything _ I see only 2 ways:
a) turn the failure in the 'basic test' in dbi-pm into a nutshell example, using
your build-dir of dbi-pm
or
b) look at your build-log and into your build-dir for perl..


Good luck,

Jean-Francois



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to