【发布时间】:2017-10-07 12:19:17
【问题描述】:
我正在尝试在我的 Mac OS X 上安装 thrift servr。
我已经下载了 thrift 0.10.0,然后使用了 configure 命令。它的输出如下:
thrift 0.10.0
Building Plugin Support ...... : no
Building C++ Library ......... : no
Building C (GLib) Library .... : no
Building Java Library ........ : no
Building C# Library .......... : no
Building Python Library ...... : yes
Building Ruby Library ........ : no
Building Haxe Library ........ : no
Building Haskell Library ..... : no
Building Perl Library ........ : yes
Building PHP Library ......... : yes
然后我使用了make 命令。
现在当我运行时:sudo make install。
它给了我如下错误。
error: could not create '/usr/lib/python3.5': Operation not permitted
【问题讨论】: