xbt icon indicating copy to clipboard operation
xbt copied to clipboard

lmysqlclient

Open susl16c opened this issue 1 year ago • 1 comments

/usr/bin/ld:cannot find -lmysqlclient /usr/bin/ld: cannot find -systems collect2: error: ld execution ended with return code 1 make[2]: *** [CMakeFiles/xbt_tracker.dir/build.make:273: xbt_tracker] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/xbt_tracker.dir/all] Error 2 make: *** [Makefile:156: all] Error 2

susl16c avatar Apr 04 '23 14:04 susl16c

find / -name libmysqlclient.so ln -s /usr/lib64/mysql/libmysqlclient.so /usr/lib64/libmysqlclient.so

yetdog avatar Jun 27 '23 14:06 yetdog