我担心我的Mac上安装的OpenSSL版本(0.9.8zg)弄得一团糟。当我试图更新它时,现在我有一些错误,并且出于某些原因,Apache或Google Drive之类的应用程序不再起作用,它们甚至不能启动。
我想知道在不重新安装整个操作系统的情况下将openssl恢复到工作版本的最佳方法。
我该怎么做?
我已经尝试下载openssl-0.9.8zg
并使用./config
,make
和make install
进行构建,但它没有解决问题。
请尽可能帮助我
一些命令输出:
$ file /usr/lib/libssl.0.9.8.dylib` --> `/usr/lib/libssl.0.9.8.dylib: Mach-O 64-bit dynamically linked shared library x86_64`
$ otool -L /usr/lib/libssl.0.9.8.dylib`--> `/usr/lib/libssl.0.9.8.dylib:
/usr/local/opt/openssl/lib/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/local/Cellar/openssl/1.0.2d_1/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)`
nm /usr/lib/libssl.0.9.8.dylib
的输出为here。