8

Centos 6.4, WHM 11.38.1

I'm having trouble trying to make mod_python work.

I'm getting this error

apxs:Error: Command failed with rc=65536

I've already tried custom_easyapache_modules.
Also tried downloading the 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.

Nunser
  • 4,512
  • 8
  • 25
  • 37
rzx10r
  • 134
  • 1
  • 1
  • 9

2 Answers2

0

Here's what worked for me:

yum install python-devel

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

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38