Koen van der Drift wrote: > Hi, > > I am getting the following error during the test phase of a perl- > module package on 10.5: > > t/1....Can't load '/sw/src/fink.build/bio-emboss-pm588-5.0.0.1-1/Bio- > Emboss-5.0.0.1/blib/arch/auto/Bio/Emboss/Emboss.bundle' for module > Bio::Emboss: dlopen(/sw/src/fink.build/bio-emboss-pm588-5.0.0.1-1/Bio- > Emboss-5.0.0.1/blib/arch/auto/Bio/Emboss/Emboss.bundle, 1): Symbol not > found: _plsc > Referenced from: /sw/lib/EMBOSS/libajaxg.5.dylib > Expected in: dynamic lookup > at t/1.t line 11
Well, the symbol plsc is required by libajaxg.5.dylib, but is not available. This is a danger in allowing undefined symbols in shared libraries. I suggest that you find out what plsc is (rebuild the package that makes libajaxg.5.dylib, and grep for it) and why it is not available (what provides it? grep -rl plsc /sw/lib). Then you should have enough information available to solve the problem. Sorry I can't give you an answer to the puzzle. Peter -- Peter O'Gorman http://pogma.com ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel