Re: cannot excute a C api to work with MySQL on Redhat 9.0 Linux
Posted by: Jesse
Date: May 17, 2005 11:26PM

no /usr/usr/

Problem:
gcc -I/usr/include/mysql connect1.c -o connect1 -L/usr/usr/lib/mysql -lmysqlclient

Ok:
gcc -I/usr/include/mysql connect1.c -o connect1 -L/usr/lib/mysql -lmysqlclient

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: cannot excute a C api to work with MySQL on Redhat 9.0 Linux
589
May 17, 2005 11:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.