From: Mike S. <Mik...@Do...> - 2006-08-10 23:22:02
|
Mike Schroeder wrote: > Perl Error > Can't load > '/Users/username/Desktop/PerlWrapper.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle' > > for module Wx: > dlopen(/Users/username/Desktop/PerlWrapper.app/Contents/Resources/Perl-Libraries/auto/Wx/Wx.bundle,1): > Library not loaded: /Library/Perl > > > So two issues I could use some advice on: > 1) Suggestions on the "Library not loaded" error? > > OK - this is over my head, but I did a little digging and found this: http://developer.apple.com/documentation/Darwin/Reference/Manpages/man3/dlopen.3.html Mac OS X 10.3 incorporated the dlcompat package written by Jorge Acereda <jac...@us...> and Peter O'Gorman <ogor- ma...@us...>. In Mac OS X 10.4, dlopen was rewritten to be a native part of dyld. And in turn this: http://developer.apple.com/releasenotes/DeveloperTools/dyld.html Am I on the right track? Does this provide any clues to anyone? |