undefined reference to mysql close_Linux 鏈接MySQL出錯 undefined reference to `mysql_init'

今天用Linux編譯socket的通信程序,出現以下錯誤,折騰了整整一天,重要解決!!!

/tmp/ccebULYF.o: In function `main':

tcp_demo.cpp:(.text+0x494): undefined reference to `mysql_init'

tcp_demo.cpp:(.text+0x4d6): undefined reference to `mysql_real_connect'

tcp_demo.cpp:(.text+0x4fe): undefined reference to `mysql_query'

tcp_demo.cpp:(.text+0x5a0): undefined reference to `mysql_query'

tcp_demo.cpp:(.text+0x5bf): undefined reference to `mysql_store_result'

tcp_demo.cpp:(.text+0x5d5): undefined reference to `mysql_free_result'

tcp_demo.cpp:(.text+0x5e4): undefined reference to `mysql_close'

collect2: error: ld returned 1 exit status

其實答案也是在網上找的:https://ubuntuforums.org/showthread.php?t=1666018

原文看着比較費勁,我也是找了很久的資料,最后總結如下:

只需輸入命名:

gcc -o test tcp_demo.c `mysql_config --cflags --libs`

記得復制該命令,記得復制該命令,記得復制該命令,重要的事情說三遍。

因為`mysql_config --cflags --libs`的` `不是單引號,可能會弄錯。

之后可以把 test 和tcp_demo.c改成自己的文件,然后執行就OK了

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值