I have updated my KDE to version 4.8. It looks like QT is version 4.8, too.<br>If I understand right, libc is version 6 (?)<br><br>Linking Lazarus for QT bindings gives an error:<br><br>/usr/local/lib/libQt4Pas.so: undefined reference to `memcpy@GLIBC_2.14'<br>
<br><br>$ ldconfig -p | grep Pas<br>        libQt4Pas.so.5 (libc6,x86-64) => /usr/local/lib/libQt4Pas.so.5<br>        libQt4Pas.so (libc6,x86-64) => /usr/local/lib/libQt4Pas.so<br><br>$ ls -l /usr/lib/x86_64-linux-gnu/libQtCore.*<br>
-rw-r--r-- 1 root root     680 2012-02-25 09:32 /usr/lib/x86_64-linux-gnu/libQtCore.prl<br>lrwxrwxrwx 1 root root      18 2012-02-25 09:37 /usr/lib/x86_64-linux-gnu/libQtCore.so -> libQtCore.so.4.8.0<br>lrwxrwxrwx 1 root root      18 2012-02-25 09:37 /usr/lib/x86_64-linux-gnu/libQtCore.so.4 -> libQtCore.so.4.8.0<br>
lrwxrwxrwx 1 root root      18 2012-02-25 09:37 /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8 -> libQtCore.so.4.8.0<br>-rw-r--r-- 1 root root 2955312 2012-02-25 09:40 /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.0<br><br><br>
Is there any easy way to fix it?<br><br>Juha<br><br>