Error installing mod_wsgi 3.2

前端 未结 4 1782
悲&欢浪女
悲&欢浪女 2021-01-22 10:30

I am trying to install mod_wsgi 3.2 on Mac OSX 10.6.6 and am getting this error when I attempt to make

Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as

4条回答
  •  庸人自扰
    2021-01-22 11:13

    I had the same question In the end,I found I don't have write permission of '/usr/libexec/apache2/' then I add chmod +w to the folder,, then install success !!

    Hope my answer can be a refer for some others

    Good Luck!

提交回复
热议问题