安装`mod_wsgi`时出现“`/ bin / sh:apxs:command not found`”

时间:2017-07-28 03:51:31

标签: python apache mod-wsgi

我收到了疯狂的错误消息 安装mod_wsgi时“httpd-devel”。

我研究了一些我可以安装yum install httpd-devel的方法  “Server version: Apache/2.2.15 (Unix)

实际上,我收到了带有“httpd -V

的消息“function setup() { const component = shallow(<Multiplier />); return { component: component, button: component.find('#multiplyButton') } } describe('Given a Multiplier instantiated', () => { it('The button perform operation should invoke the click method', () => { const { button } = setup(); const handleClick = jest.fn(); button.onclick = handleClick; button.simulate('onClick'); expect(handleClick).toBeCalled(); }); });

版本为 python2.7 mod_wsgi-4.5.15

有什么建议吗?

0 个答案:

没有答案