错误服务IRC mysql

error services irc mysql

本文关键字:mysql IRC 服务 错误      更新时间:2023-10-16

我正在尝试安装IRC服务,这给了我以下错误,我想知道是否有人以前已经看过它并且有解决方案谢谢

g++ -DHAVE_CONFIG_H -I. -I..     -g -O3 -Wall -Igoogle/sparsehash/src/ -I/usr/include/mysql -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cpp
In file included from base64.cpp:21:0:
stdafx.h:64:19: error fatal: mysql.h: No existe el archivo o el directorio
compilación terminada.
make[2]: *** [base64.o] Error 1
make[2]: se sale del directorio «/home/yeremay/services-master/Nucleo»
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio «/home/yeremay/services-master»`


make: *** [all] Error 2

您需要在 /usr/include/mysql中拥有mysql.h文件,这就是错误消息所说的。

或将其更改为-I/usr/include