Hello Friends,

I have installed MySQL driver using following command in shell:

Qt Code:
  1. qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib/i386-linux-gnu/libmysqlclient.a" mysql.pro
  2. make
  3. make install
To copy to clipboard, switch view to plain text mode 
After that It has been installed without any error. Now I want to run a program but not able to run it because it comes up with a problem:

Qt Code:
  1. ./sqlexample: symbol lookup error: /home/pkr/QtSDK/Desktop/Qt/473/gcc/plugins/sqldrivers/libqsqlmysql.so: undefined symbol: mysql_server_init
To copy to clipboard, switch view to plain text mode 

Please help me guys!!!