ok i tried like this
gcc req.c -I/usr/include/mysql -L/usr/lib/mysql/ -lmysqlclient -o req
i got the following error how can i solve this
/usr/bin/ld: Undefined symbols:
_compress
_uncompress
collect2: ld returned 1 exit status

so how can i solve this
thank u
sreee