Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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'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.

like image 850
rzx10r Avatar asked Aug 01 '13 14:08

rzx10r


1 Answers

https://code.google.com/p/modwsgi/wiki/InstallationIssues

http://www.turnkeylinux.org/forum/support/20110502/compiling-apache-module-gives-apxserror-command-failed-rc65536

try recompiling your python with --enable-shared'

like image 65
Javier Gutierrez Avatar answered Oct 01 '22 04:10

Javier Gutierrez