Hello Everyone,

We needed to install the mysql header files on the client machines
(i.e., libmysqlclient) therefore,
the entire server is not required. We are using MySQL 5.5 with the
following cmake:

 cmake ../ -DWITHOUT_SERVER=1 -DCURSES_LIBRARY=/usr/lib/libncurses.a
-DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DMYSQL_MAINTAINER_MODE=OFF
-DWITH_DEBUG=OFF

The configuration was ok but we recieved an error when issuing make:

[ 85%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys
Can't create output directory for
/usr/local/src/mysql-5.5.15/bld/sql/share/ukrainian
Failed to create sys files
make[2]: *** [include/mysqld_error.h] Error 1
make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2
make: *** [all] Error 2


Thanks in Advance,

Nick.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to