Ok, first:<br><br><div style="margin-left: 40px;">gustavo@riven:~$ ls -l /usr/lib/libmysqlclient*<br>-rw-r--r-- 1 root root 2606868 2007-04-03 08:09 /usr/lib/libmysqlclient.a<br>-rw-r--r-- 1 root root 941 2007-04-03 08:08 /usr/lib/libmysqlclient.la
<br>-rw-r--r-- 1 root root 2617742 2007-04-03 08:09 /usr/lib/libmysqlclient_r.a<br>-rw-r--r-- 1 root root 995 2007-04-03 08:08 /usr/lib/libmysqlclient_r.la<br>lrwxrwxrwx 1 root root 22 2007-09-02 11:15 /usr/lib/libmysqlclient_r.so -> libmysqlclient_r.so.15
<br>lrwxrwxrwx 1 root root 26 2007-06-15 19:43 /usr/lib/libmysqlclient_r.so.15 -> libmysqlclient_r.so.15.0.0<br>-rw-r--r-- 1 root root 1973044 2007-04-03 08:09 /usr/lib/libmysqlclient_r.so.15.0.0<br>lrwxrwxrwx 1 root root 20 2007-09-02 11:15 /usr/lib/libmysqlclient.so ->
libmysqlclient.so.15<br>lrwxrwxrwx 1 root root 24 2007-06-15 19:43 /usr/lib/libmysqlclient.so.15 -> libmysqlclient.so.15.0.0<br>-rw-r--r-- 1 root root 1964756 2007-04-03 08:09 /usr/lib/libmysqlclient.so.15.0.0<br>
</div><br>Second (i believe this is what you asked...):<br><br><div style="margin-left: 40px;">Checking to see if the QtSql module should be built...<br>g++ -DQT_NO_DEBUG -DQT_SQL_LIB -I. -I/usr/mkspecs/linux-g++ -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I/usr/X11R6/include -pipe -O2 -w -D_REENTRANT cfgtest_QtSql.cpp -o cfgtest_QtSql -L/usr/lib -L/usr/X11R6/lib -Wl,-rpath,/usr/lib -lQtSql -L/usr/lib -L/usr/lib -lpq -L/usr/lib/mysql -lmysqlclient_r -lsqlite -lsqlite3 -lQtCore -L/usr/lib -lfontconfig -lz -lm -pthread -
lgthread-2.0 -lrt -lglib-2.0 -lpthread -ldl -lQtGui -L/usr/lib -L/usr/X11R6/lib -laudio -lXt -lpng -lSM -lICE -lQtCore -L/usr/lib -lz -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpthread -lXi -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lfontconfig -lXext -lX11 -lm -ldl -lXext -lX11 -lm -lpthread
<br>/usr/bin/ld: cannot find -lsqlite3<br>collect2: ld devolvió el estado de salida 1<br><br></div>Fro some reason now that changed, it shows -lsqlite3, but i would not use sqlite module...<br> i just need mysql module. Still, does not enable mysql module for compile...
<br><br>Cheers.<br><br><br><div><span class="gmail_quote">2007/9/2, Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 02.09.07 15:11:19, Gustavo A. Díaz wrote:<br>> Of course i do....<br>><br>> gustavo@riven:~$ locate libmysqlclient_r.so<br>> /usr/lib/libmysqlclient_r.so<br>> /usr/lib/libmysqlclient_r.so.15<br>> /usr/lib/libmysqlclient_r.so.15.0.0
<br>><br>> I've tested this with 3 workstations i have with same system guys......<br><br>Ok, I know this sounds as if we don't trust you, but would you please<br>check with ls -l /usr/lib/libmysqlclient* what really exists?
<br><br>> So, for me is a problem with the configure script or something... cause is<br>> the only module that that happen this...<br><br>I don't think so, the problem is that the linker can't link against that
<br>library - for whatever reasons. To link to a library that is in /usr/lib<br>usually you don't need anything but the -lmysqlclient_r option which<br>configure obviously uses for you already.<br><br>It would also help if you could post the compiler line (if its shown in
<br>the verbose output) that is used for the test application.<br><br>Andreas<br><br>--<br>Are you ever going to do the dishes? Or will you change your major to biology?<br>_______________________________________________
<br>PyQt mailing list <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt
</a><br></blockquote></div><br><br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>