Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_linux_programming thread: Re: problem connecting to MySQL using c


Message #1 by "Reynard Hilman" <reynardmh@g...> on Tue, 22 May 2001 16:15:04
hey, adding that -lz works
thanks so much

- reynard 

> 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

  Return to Index