[Testing Report : 2008.10.09]

Thomas White taw27 at cam.ac.uk
Thu Oct 9 16:51:11 CEST 2008


On Thu, 9 Oct 2008 17:40:24 +0800
Wendy <wendy_hung at openmoko.com> wrote:

> 2) Generally after x hour usage "Run Error" message showed up, and
> can't use any application.

I'm suffering from this as well (in a fully updated 'testing').  I've
tracked it down to a problem with the dynamic linker, and it goes away
if you run 'ldconfig':

# DISPLAY=:0 qpe
qpe: error while loading shared libraries: libQtSvg.so.4: cannot open
shared object file: No such file or directory

# which qpe
/opt/Qtopia/bin/qpe

# ldd /opt/Qtopia/bin/qpe
        libXtst.so.6 => /usr/lib/libXtst.so.6 (0x40025000)
        libQtSvg.so.4 => not found
        libQtSql.so.4 => not found
[lots more 'not founds' follow]

# ldconfig

# ldd /opt/Qtopia/bin/qpe
        libXtst.so.6 => /usr/lib/libXtst.so.6 (0x40025000)
        libQtSvg.so.4 => /opt/Qtopia/lib/libQtSvg.so.4 (0x40032000)
        libQtSql.so.4 => /opt/Qtopia/lib/libQtSql.so.4 (0x4008e000)
[all other previous 'not found' entries are now bound]

# DISPLAY=:0 qpe
ficgta01hardware plugin 
Modem :  opening serial device  "/dev/ttySAC0"  at  115200
[etc]

Tom

-- 

Thomas White
Department of Materials Science and Metallurgy
Electron Microscopy Group (PhD Student)
University of Cambridge / Downing College



More information about the devel mailing list