On 05 Dec 2007, at 05:06, Sean wrote: > dlopen(/sw/lib/xmms/Output/libOSX.so, 2): Symbol not found: _osx_about > Referenced from: /sw/lib/xmms/Output/libOSX.so > Expected in: flat namespace
Sorry _ but here there may be another (i.e., additional..., sigh) problem (just conceivably resolved by rebuilding with all the appropriate deps.. ) : # nm -m /sw/lib/xmms/Output/libOSX.so|fgrep _osx_about 00001114 (__TEXT,__text) non-external _osx_about which to me seems to indicate your /sw/lib/xmms/Output/libOSX.so (in the xmms-coreaudio pkg) was not correctly built.. What does the above nm command give for you ? And if you rebuild and reinstall in presence of all additional -dev pkgs _ do you get the same ?? JF Mertens ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
