Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_linux_programming thread: problem connecting to MySQL using c


Message #1 by "Reynard Hilman" <reynardmh@g...> on Mon, 23 Apr 2001 05:45:30
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

  Return to Index