Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Archlinux, develop branch
Description
Trying to run cmake on archlinux (with systemd), I get the following error:
$ cmake -DEMBEDDED_LIB=/usr/local/mysql/lib/ -DERRMSG=/usr/local/mysql/share/english/errmsg.sys -DWITH_SCRIPTS=false -DMYSQL_DIR=/usr/local/mysql/include .
|
-- CMake version: 3.2.1
|
-- Using MySQL headers found at: /usr/local/mysql/include/mysql
|
-- Using custom errmsg.sys found at: /usr/local/mysql/share/english/errmsg.sys
|
-- Using embedded library: /usr/local/mysql/lib/libmysqld.a
|
CMake Error at macros.cmake:213 (message):
|
Cannot find required init-functions in /lib/lsb/ or /etc/rc.d/init.d/,
|
please confirm that your system files are OK.
|