Changes between Initial Version and Version 1 of Ticket #52818


Ignore:
Timestamp:
Nov 5, 2016, 6:19:00 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Your problem is that you're trying to use a non-MacPorts 32-bit copy of nmap.

If you were to use the MacPorts copy of nmap, you'd get a 64-bit version which would work with the 64-bit proxychains-ng.

If you want a universal (32-bit and 64-bit) proxychains-ng you can install it with the universal variant.

We don't support installing software in /usr/local while using MacPorts because it can cause problems; see wiki:FAQ#usrlocal

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52818

    • Property Status changed from new to closed
    • Property Cc openmaintainer@… removed
    • Property Resolution changed from to invalid
  • Ticket #52818 – Description

    initial v1  
    1111
    1212'''here is the error im getting.'''
     13
     14{{{
    1315proxychains4 nmap -v -sT x.x.x.x
    1416[proxychains] config file found: /opt/local/etc/proxychains.conf
     
    1820
    1921Trace/BPT trap: 5
    20 
     22}}}
    2123
    2224----
    2325
    24 '''works with x86_64 apps''' [[BR]]
     26'''works with x86_64 apps'''
    2527
     28{{{
    2629proxychains4 curl -v ifconfig.io
    2730[proxychains] config file found: /opt/local/etc/proxychains.conf
     
    3841> Accept: */*
    3942>
    40 
     43}}}
    4144
    4245----
    4346
    44 lipo -info /opt/local/lib/libproxychains4.dylib[[BR]]
    45 
     47{{{
     48lipo -info /opt/local/lib/libproxychains4.dylib
    4649Non-fat file: /opt/local/lib/libproxychains4.dylib is architecture: x86_64
    47 
    48 lipo -info /opt/local/bin/curl[[BR]]
    49 
     50lipo -info /opt/local/bin/curl
    5051Non-fat file: /opt/local/bin/curl is architecture: x86_64
    51 
    52 lipo -info /usr/local/bin/nmap[[BR]]
    53 
     52lipo -info /usr/local/bin/nmap
    5453Non-fat file: /usr/local/bin/nmap is architecture: i386
    55 
     54}}}
    5655
    5756----