apxs:Error: Command failed with rc=65536

Today, I just compiling the apache module for our website requirement and we are getting error “apxs:Error:“. If you are compiling apache (httpd) module and it’s gives error : “apxs:Error: Command failed with rc=65536” then follow the below steps and resolve the issue.

Error : “apxs:Error: Command failed with rc=65536

Here is the Solution :

You need to Install β€œlibtool” application.

For Centos Or Redhat :

yum install libtool

For Ubuntu :

apt-get install libtool

 

Enjoy πŸ™‚

Bookmark the permalink.