Error: APXS config_vars.mk not found - How to fix in CentOS 64bit

frankc420

Verified User
Joined
Jul 31, 2007
Messages
59
The reason this error occurs is because of a bug in yum. The command 'pkg-config --variable=libdir apr-1' is returning nothing. To fix, do: yum install apr-devel.x86_64

Then run your build again.
 
Back
Top