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

newifi3 编译的transmission提示 无法加载libstdc++.6.so #773

Closed
xtr3mz opened this issue Oct 2, 2022 · 4 comments
Closed

newifi3 编译的transmission提示 无法加载libstdc++.6.so #773

xtr3mz opened this issue Oct 2, 2022 · 4 comments

Comments

@xtr3mz
Copy link
Contributor

xtr3mz commented Oct 2, 2022

编译的transmission提示 无法加载libstdc++.6.so

内核也编译了一下,还是这样, 不懂linux,不知道怎么办
把旧的2.9版本放进去替换,但是编译不通过

执行 run_transmission 提示 couldn't load library libstd++.6.so

@xtr3mz
Copy link
Contributor Author

xtr3mz commented Oct 4, 2022

解决:

/trunk/user/transmission/makefile

末尾添加
cp -fP $(CONFIG_CROSS_COMPILER_ROOT)/mipsel-linux-uclibc/sysroot/lib/libstdc*.so* $(ROMFSDIR)/lib

@xtr3mz xtr3mz closed this as completed Oct 4, 2022
@xtr3mz
Copy link
Contributor Author

xtr3mz commented Oct 14, 2022

能启动,但下载就出错,未找到原因

@xtr3mz xtr3mz reopened this Oct 14, 2022
@ElemenTP
Copy link

将transmission的c++库静态链接即可,参考try fix transmission can not load libstdc++

@xtr3mz
Copy link
Contributor Author

xtr3mz commented Dec 27, 2022

谢谢

@xtr3mz xtr3mz closed this as completed Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants