I recently had to reformat my hard drive and re-install everything.

Now when I try to run my C++ developed using Kdeveloper 2.0 the command

conn = mysql_init(NULL)

causes error "Stopped due to shared library event"

This program used to work fine so I realize it's probably an installation
problem.
I'm running MySQL 3.23.49 on Red Hat 7.2/Linux 2.4.7-10

In compiler options I have
     additional options = -l/usr/local/mysql/include/mysql

In linker options I have
     addtional flags = -L/usr/local/mysql/lib/mysql
     addtional libraries = -lmysqlclient

Thanks!


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to