Hello,
I have problem with app with mysql.
When I run app with mysql I get:
Qt Code:
  1. symbol lookup error: /usr/local/Trolltech/QtEmbedded-4.6.2-arm/plugins/sqldrivers/libqsqlmysql.so: undefined symbol: mysql_server_init
To copy to clipboard, switch view to plain text mode 

I run app on ARM-board with mysql ver. 14.14 distrib 5.1.40, for angstrom-linux-gnueabi (arm) using EditLine wrapper.

I built database drivers using:
Qt Code:
  1. qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib/mysqlclient_r" mysql.pro
  2. make
To copy to clipboard, switch view to plain text mode 
on Ubuntu without errors.

I don't know where is error.. Could you help me?

thanks,
Przemek