pro_linux_programming thread: problem connecting to MySQL using c
Easy fix, in case you still need it: add -lz to your relevant makefile line. This is required as the compress/uncompress utilities are in libz. In some Linux distributions (Red Hat 7.0 would be an example), mysql clients will not successfully build without this. Hope this helps Cheers George
|





