On Aug 17, 2010, at 17:04, James Hozier wrote:

> Just installed tsocks from port
> 
> Whenever I try to use it with anything though, I get this error:
> 
> $ tsocks irc
> dyld: could not load inserted library: /opt/local/lib/libtsocks.dylib
> 
> Trace/BPT trap
> $
> 
> Same with Firefox, etc.


Yes, tsocks is sadly ancient, unmaintained, its homepage is gone, etc. See:

http://trac.macports.org/query?summary=~tsocks&status=assigned&status=new&status=reopened


This particular problem could be a matter of the tsocks library not knowing its 
install_name; you could try:

DYLD_LIBRARY_PATH=/opt/local/lib tsocks irc

or:

DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib tsocks irc

If that works, we can probably fix that in the port.

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to