Skip to content

CentOS 6 Dependencies

Jonathonbyrd edited this page May 30, 2012 · 1 revision

As of 5/30/2012 I've installed two versions of the APE Server 1.1.0 on two different CentOS 6 Machines. Here are the list of dependencies that I've had to install to get this system working.

  • libstdc++-devel
  • gcc-c++
  • zip
  • keyutils-libs-devel
  • libsepol-devel
  • libselinux-devel
  • libcom_err-devel
  • krb5-devel
  • openssl-devel
  • mysql-devel

I further installed dos2unix in order to properly format my daemon file. Lastly I was required to update the Modules/Makefile like so:

  • 7 MYSQL_FLAGS = -L./deps/mysac/ -L/usr/lib64/mysql -I./deps/mysac/ -lmysac -lmysqlclient_r
Clone this wiki locally