You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
但是运行avsocks时,遇错:
yudeMacBook-Air:build brite$ ./avsocks
libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_implboost::exception_detail::error_info_injector<boost::program_options::reading_file >: can not read options configuration file ''
Abort trap: 6
yudeMacBook-Air:build brite$
如何解决?
The text was updated successfully, but these errors were encountered:
hi.
我在linux ups上,搭建成功并运行成功:
root@AR:
/avsocks/build# ./avsocks -d/avsocks/build# lsof -i:4567root@AR:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
avsocks 27141 root 6u IPv4 4052126419 0t0 TCP *:4567 (LISTEN)
root@AR:
/avsocks/build# ls/avsocks/build#avsocks CMakeCache.txt CMakeFiles cmake_install.cmake Makefile
root@AR:
但是在mac上,虽然搭建成功:
yudeMacBook-Air:build brite$ ls
CMakeCache.txt Makefile cmake_install.cmake
CMakeFiles avsocks
yudeMacBook-Air:build brite$
但是运行avsocks时,遇错:
yudeMacBook-Air:build brite$ ./avsocks
libc++abi.dylib: terminating with uncaught exception of type boost::exception_detail::clone_implboost::exception_detail::error_info_injector<boost::program_options::reading_file >: can not read options configuration file ''
Abort trap: 6
yudeMacBook-Air:build brite$
如何解决?
The text was updated successfully, but these errors were encountered: