-
Notifications
You must be signed in to change notification settings - Fork 3k
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
mac os10.13上面运行start.command提示symbol binding failed: Symbol not found: ____chkstk_darwin #352
Comments
@chenr0129 Update your OS. |
is there any solution avoid to update mac OS? |
@petsgre Hold on. Looking into this. What's the version you are running? |
@GreaterFire macos mojave 10.13 and trojan 1.15 |
@chenr0129 @petsgre See if this works. If it works, I'll replace the release version with this file. |
@GreaterFire I upgraded my mac to 10.13 Higt Sierra ,and used trojan 1.14.0,it works fine now. |
@petsgre Please provide some logs or I can't help you. |
@GreaterFire No, this was not fixed by the version 1.15.1. The new binary you attached before resulted in this:
which is the same error message as that of release 1.15.1. There's no hardship starting either version's binary, but as soon as I try to actually use it to access the Internet, it breaks and triggers Apple's error reporting process. According to this link and this link, this might be caused by a too-high Xcode version (>= 11) specified on the CI. |
I can't help with it since Azure Pipelines recently removed macOS 10.13. Instead, try installing through brew: |
OK, thanks anyway And it would be nice if this could be mentioned as a note for macOS 10.13 users ;-) |
I had the same problem on OS X El Capitan (10.11.6), it worked fine before as the version (1.14.1). Since I update to 1.15.0, I got this error. (the same as 1.15.1). 我在10.11.6这个版本的mac中也遇到了这个问题,之前一直都正常的,版本(<=1.14.1)都是可以用的,自从1.15.0 (包括1.15.1) 开始,就会有同样的提示错误了。 |
Please don't report this issue anymore - it won't be fixed. Install trojan via |
从 brew 上安装 trojan 的确没这个bug了,看情况是从源码编译的,如下。
|
They are compatible |
chendeiMac:trojan chen$ ./trojan
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/chen/Desktop/trojan/./trojan (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /Users/chen/Desktop/trojan/./trojan (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Abort trap: 6
chendeiMac:trojan chen$
The text was updated successfully, but these errors were encountered: