Apxs: Error: command failed with rc = 65536

Centos 6.4, WHM 11.38.1

I'm having trouble trying to make mod_python work.

I get this error

 apxs:Error: Command failed with rc=65536 

I already tried custom_easyapache_modules .
Also tried loading tar.gz and

 ./configure --with-apxs=/usr/local/apache/bin/apxs make && make install 

I also tried ( https://bugzilla.redhat.com/show_bug.cgi?id=465246 ) to fix /src/connobject.c

Always the same message.

+6
source share
2 answers

Here is what worked for me:

 yum install python-devel 

It was also a CentOS server (DirectAdmin, though).

0
source

Source: https://habr.com/ru/post/950831/


All Articles