Opened 18 years ago

Last modified 8 years ago

#6080 closed defect

BUG: tsocks-1.8beta5_1 can't resolve libSystem symbols — at Initial Version

Reported by: darren.bane@… Owned by: tobypeterson
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: tsocks

Description

the error log can be found here: INLINE

Description: When preloaded using DYLD_INSERT_LIBRARIES, libtsocks.dylib can't resolve symbols from libSystem.dylib like close and connect.

Comments: I used a sh-compatible shell. I also tried setting DYLD_INSERT_LIBRARIES to "/opt/local/ lib/libtsocks.dylib:/usr/lib/libSystem.dylib", to no avail.

================INLINE CONTENT================ $ port install tsocks $ DYLD_INSERT_LIBRARIES=/opt/local/lib/libtsocks.dylib $ export DYLD_INSERT_LIBRARIES $ DYLD_FORCE_FLAT_NAMESPACE=t $ export DYLD_FORCE_FLAT_NAMESPACE $ telnet btmux.com 5555 Trying 130.127.67.247... 14:40:00 libtsocks(21133): Unresolved symbol: close 14:40:00 libtsocks(21133): Unresolved symbol: close 14:40:00 libtsocks(21133): Unresolved symbol: close 14:40:00 libtsocks(21133): Unresolved symbol: connect telnet: connect to address 130.127.67.247: Unknown error: 0 telnet: Unable to connect to remote host 14:40:00 libtsocks(21133): Unresolved symbol: close $ -- Darren Bane

Change History (0)

Note: See TracTickets for help on using tickets.