OpenOffice.org 3.0.0 and QSettings: failed to open file '/etc/qt3/qt_plugins_3.3rc'

Edmund Laugasson ed.lau at mail.ee
Mon Oct 27 18:21:12 UTC 2008


Hi!

Installed Kubuntu 8.04.1 LTS (KDE 3.5.10) and latest kernel and other updates.

Running OpenOffice.org binary soffice at command line tells me:

QSettings: failed to open file '/etc/qt3/qt_plugins_3.3rc'

Checking that folder:
$ ls -l /etc/qt3/
-rw-r--r-- 1 root root   62 2007-10-12 18:06 kstylerc
-rw-r--r-- 1 root root  790 2007-10-12 18:06 lipstikstylerc
-rw-r--r-- 1 root root  837 2007-10-12 18:06 polyesterstylerc
-rw-r----- 1 root root 1058 2008-10-09 21:45 qt_plugins_3.3rc
-rw-r--r-- 1 root root  210 2007-10-30 19:28 qt_plugins_3.3rc.dpkg-dist
-rw-r--r-- 1 root root  975 2007-10-30 19:28 qtrc
-rw-r--r-- 1 root root  143 2007-10-12 18:06 speedcrunchrc

I fixed that permission problem and now there is:
-rw-r--r-- 1 root root 1058 2008-10-09 21:45 qt_plugins_3.3rc

No more that error message but OpenOffice.org 3.0.0 won't run :(

I looked inside the file:

$ cat /etc/qt3/qt_plugins_3.3rc
[usr]
lib/kde3/plugins/styles/plastik.so=30300^e3^ei686 Linux g++-4.* full-config^e2008-08-26T13:09:16^e
lib/kde3/plugins/styles/polyester.so=30307^e3^ei686 Linux g++-4.* full-config^e2007-06-14T18:04:04^e
lib/kde3/plugins/styles/qtcurve.so=30300^e3^ei686 Linux g++-4.* full-config^e2008-03-31T15:14:19^e
lib/qt3/plugins/imageformats/libqmng.so=30300^e3^ei686 Linux g++-4.* full-config^e2008-04-09T19:28:44^e
lib/qt3/plugins/inputmethods/im-scim-bridge.so=30300^e3^ei686 Linux g++-4.* 
full-config^e2008-03-07T01:11:07^e
lib/qt3/plugins/inputmethods/libqimsw-multi.so=30300^e3^ei686 Linux g++-4.* 
full-config^e2008-04-09T19:28:44^e
lib/qt3/plugins/inputmethods/libqimsw-none.so=30300^e3^ei686 Linux g++-4.* 
full-config^e2008-04-09T19:28:44^e
lib/qt3/plugins/inputmethods/libqscim.so=30300^e3^ei686 Linux g++-4.* full-config^e2008-04-15T00:41:06^e
lib/qt3/plugins/inputmethods/libqsimple.so=30300^e3^ei686 Linux g++-4.* 
full-config^e2008-04-09T19:28:44^e
lib/qt3/plugins/inputmethods/libqxim.so=30300^e3^ei686 Linux g++-4.* full-config^e2008-04-09T19:28:44^e

Then I looked at folder:
$ ls -l /usr/lib/kde3/plugins/styles
-rw-r--r-- 1 root root   1051 2008-08-26 12:45 highcolor.la
-rw-r--r-- 1 root root  69828 2008-08-26 13:09 highcolor.so
-rw-r--r-- 1 root root   1069 2008-08-26 12:45 highcontrast.la
-rw-r--r-- 1 root root  56568 2008-08-26 13:09 highcontrast.so
-rw-r--r-- 1 root root   1039 2008-08-26 12:46 keramik.la
-rw-r--r-- 1 root root 209860 2008-08-26 13:09 keramik.so
-rw-r--r-- 1 root root   1167 2008-08-26 12:46 kthemestyle.la
-rw-r--r-- 1 root root 163840 2008-08-26 13:09 kthemestyle.so
-rw-r--r-- 1 root root   1027 2008-08-26 12:46 light.la
-rw-r--r-- 1 root root  89980 2008-08-26 13:09 light.so
-rw-r--r-- 1 root root   1039 2008-08-26 12:45 plastik.la
-rw-r--r-- 1 root root 126420 2008-08-26 13:09 plastik.so
-rw-r--r-- 1 root root   1058 2008-03-01 01:24 polyester.la
-rw-r--r-- 1 root root 163784 2008-03-01 01:24 polyester.so
-rw-r--r-- 1 root root 227116 2008-03-31 15:14 qtcurve.so

... and also:
$ ls -l /usr/lib/qt3/plugins/imageformats/
-rw-r--r-- 1 root root 21404 2008-04-09 19:28 libqmng.so

$ ls -l /usr/lib/qt3/plugins/inputmethods/
-rw-r--r-- 1 root root  97268 2008-03-07 01:11 im-scim-bridge.so
-rw-r--r-- 1 root root  39904 2008-04-09 19:28 libqimsw-multi.so
-rw-r--r-- 1 root root  16652 2008-04-09 19:28 libqimsw-none.so
-rw-r--r-- 1 root root   1060 2008-04-15 00:40 libqscim.la
-rw-r--r-- 1 root root 131620 2008-04-15 00:41 libqscim.so
-rw-r--r-- 1 root root 151380 2008-04-09 19:28 libqsimple.so
-rw-r--r-- 1 root root  48208 2008-04-09 19:28 libqxim.so

I also found the following addresses:
http://forum.ubuntuusers.de/topic/opera-%2B-java-stuerzt-ab-%2B-qt-version-geht-nic/
removing or renaming /etc/qt3/qt_plugins_3.3r didn't help.

http://irclogs.ubuntu.com/2006/05/28/%23ubuntu-devel.txt
I made symlink:
ln -s /etc/qt3 /etc/qt3-32
... but it didn't help me...

Currently after some time (several minutes) there might be happen, that OpenOffice.org 3.0.0 will run.

Then the following message appeared onto console after several minutes, when Openoffice.org 3.0.0 
started:
$ /opt/openoffice.org3/program/../basis-link/ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' 
not found (required by /usr/lib/qt3/plugins/inputmethods/libqscim.so)
/opt/openoffice.org3/program/../basis-link/ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not 
found (required by /usr/lib/qt3/plugins/inputmethods/libqscim.so)

Then I googled:
http://www.google.com/search?q=version+`GLIBCXX_3.4.9'+not+found
and found:
http://www.linuxquestions.org/questions/linux-newbie-8/usrliblibstdc.so.6-version-glibcxx3.4.9-not-found-required-by-.example1-604625/

Searching apt:
sudo apt-get update && apt-cache search glibcxx
... did not found nothing

Then I found:
http://groups.google.com/group/gnu.g++.help/msg/32c0df4f11ff018a but it's quite complicated...
http://autopackage.org/apbuild-apgcc.php - does anybody know, is this the solution? Or will this 
error fixed in next update?


I made some days ago complete remove (--purge conf files) to sun-java6*, firefox, openoffice.org3 
and then reinstalled again and everything worked. Even digital signing with Estonian ID-card worked 
again.

Thanks,
Edmund




More information about the kubuntu-users mailing list