You are not logged in.
Pages: 1
hi again, jeje...
i have a problem for execute openoffice... first the system was need jre, i did install jre, but now the problem is other...
In terminal show this:
[javier@jag home]$ /opt/openoffice/program/swriter
/opt/openoffice/program/soffice.bin: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /opt/openoffice/program/libbasegfx680li.so)
i was looking for 'libstdc++.so.6' and 'GLIBXX_3.4.9' in the system with pacman -Q, but the packages are not there...
I need to install this???:
[root@jag home]# pacman -Ss libstdc
current/libstdc++5 3.3.6-1
GNU Standard C++ library version 3
Offline
Is gcc installed?
pacman -Qo /usr/lib/libstdcc++.so.6
/usr/lib/libstdc++.so.6 is owned by gcc 4.2.1-1
pacman -Ql gcc | grep libstdc
gcc /usr/lib/libstdc++.a
gcc /usr/lib/libstdc++.so
gcc /usr/lib/libstdc++.so.6
gcc /usr/lib/libstdc++.so.6.0.9
gcc /usr/share/locale/de/LC_MESSAGES/libstdc++.mo
gcc /usr/share/locale/fr/LC_MESSAGES/libstdc++.mo
Offline
you most probably have an outdated system libraries, gcc,glibc etc..
run pacman -Syu
then check if the problem remains.
Offline
Ok... i did pacman -Syu and the problem disappear...
thanks so much...
Offline
Pages: 1