1 message in com.mysql.lists.plusplusmy program does not link
FromSent OnAttachments
danny02 Jul 2002 11:55 
Subject:my program does not link
From:danny (dan@3rdplanetsoftware.com)
Date:07/02/2002 11:55:43 AM
List:com.mysql.lists.plusplus

Hello c++ Mysql people,

Well I originally installed mysql and php and it all worked fine on my linux box server. Now I want my c program (.cgi) to be able to make mysql calls too. But I can't get it to link. It complies ok. It want a library called mysqlclient. I can't find it anywhere. It looks like it is supposed to be in /usr/local/lib/ but what's there is a php directory. Maybe there is a --with-??? command I should have used when I

did the ./configure to create the server. Any ideas?