Ad Widget

Collapse

Linux x64 and mysqlclient compiler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kdurrant
    Junior Member
    • Feb 2007
    • 6

    #1

    Linux x64 and mysqlclient compiler

    configure script needs to be modified for x64 linux and mysql x64 libs.

    Include the following;
    elif test -f /usr/include/mysql/mysql.h; then
    MYSQL_INCDIR=/usr/include/mysql
    MYSQL_LIBDIR=/usr/lib/mysql
    MYSQL_LIBDIR=/usr/lib64/mysql

    reconfigure and life will go on. zabbix_server will build.
Working...