Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace/BPT Trap on Mac #36

Open
ghost opened this issue Apr 11, 2013 · 1 comment
Open

Trace/BPT Trap on Mac #36

ghost opened this issue Apr 11, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 11, 2013

I am very new to all this, so I apologize if I am in the wrong place. I have just installed proxychains4 on my Mac (10.8.3) using a fresh install of Homebrew.

I opened /usr/local/etc/proxychains.conf and set the Proxylist to one entry:
socks4 127.0.0.1 8081

After doing so I opened a SOCKS4 proxy over SSH to another server using:
ssh -fN -D 8081 far.away.server

proxychains4 curl -s http://checkip.dyndns.org then reports the correct IP address of far.away.server.

However, when I try to run a graphical Mac program, I get:
[proxychains] config file found: /usr/local/Cellar/proxychains/HEAD/etc/proxychains.conf
[proxychains] preloading /usr/local/Cellar/proxychains/HEAD/lib/libproxychains4.dylib
dyld: could not load inserted library: /usr/local/Cellar/proxychains/HEAD/lib/libproxychains4.dylib

Trace/BPT trap

I do not know if this is a problem that happened during compilation, or something local to my system. Any help would be appreciated.

The homebrew script I used:
require 'formula'

class Proxychains < Formula
head 'https://github.com/haad/proxychains.git'
homepage 'https://github.com/haad/proxychains'

def install
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
system "make install-config"
end
end

Copy link

Stale issue message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants