Well, still having segfault when using gnome 3I tried to unistall some local programs.Here is my pacman -Qm now.alacarte 0.13.2-3
backup-manager 0.7.10-1
dropbox 1.1.31-1
h264enc 9.3.6-1
jdownloader latest-14
lib32-alsa-lib 1.0.24.1-1
lib32-freetype2 2.4.4-1
lib32-gcc-libs 4.5.2-6
lib32-glibc 2.13-4
lib32-libice 1.0.7-1
lib32-libsm 1.2.0-1
lib32-libx11 1.4.3-1
lib32-libxau 1.0.6-2
lib32-libxcb 1.7
As Gcool said, i'd installed these package:# pacman -S lib32-libpng lib32-libsm lib32-libxi lib32-libxrandr lib32-freetype2 lib32-fontconfig lib32-glib2 lib32-libstdc++5 extra/qtwebkit multilib/lib32-qtThen check (optional):$ ldd /opt/pt/bin/PacketTracer5And problem solved!Thanks you all!
theClassicMan27
https://bbs.archlinux.org/profile.php?id=61366
2012-07-07T14:47:18Z
I downgraded to Xorg 1.10 (rebooted, played Xonotic for a little while [great game btw]) and turned off the compositing features in Kwin, but it still is giving me this error:fixme:storage:create_storagefile Storage share mode not implemented.
*** glibc detected *** msiexec.exe: free(): invalid next size (fast): 0x7ca23af8 ***
======= Backtrace: =========
/usr/bin/../lib32/libc.so.6(+0x734d2)[0xf7
ryosaeba83 wrote:You have to combine both instruction I posted like this:pacman -Rdd nvidia-utils lib32-nvidia-utilspacman -S nvidia-libgl lib32-nvidia-libglpacman -SuThis fixed it for me, much love.I would like to note, that I had steam installed, and it was conflicting as well.:: lib32-cairo: requires lib32-libgl
:: lib32-glu: requires lib32-libgl
:: lib32-qt4: requires lib32-libgl
:: steam: req
i have this message whenever i try to run matlab 2009b
/home/ruihong/usr/local/matlabR2009b/bin/util/oscheck.sh: /lib64/libc.so.6: not found
but matlab is able to run properly now i am trying to get rid of this message by making a link.
i tried locating the libc.so
ruihong@ruihong-K45VM:~$ locate libc.so
/lib/libc.so.6
/lib/x86_64-linux-gnu/libc.so.6
/lib32/libc.so.6
/lib64/libc.so.6
/usr/lib/
Hi everyone, i have this problem when i'm trying to dosudo pacman -Syuit doesnt upgrade anything saying that lib32-mesa request lib32-libgl.I cannot install lib32-libgl cos is in conflict with lib32-nvidia-utils-bumblebee.I had it lib32-libgl but one or two weeks ago, during an upgrade, lib32-nvidia-utils-bumblebee removed the installed lib32-libgl.
What exactly are you trying to do? Could you paste your steps?lib32-mesa and lib32-qt depend on lib32-libgl, which is provided also by lib32-catalyst-utils.
I guess you need the lib32 compatibility packages. Please enable the lib32 repository and install at least lib32-glibc.
Hi, trying to run any game using wine results in this : *** glibc detected *** C:\Program Files (x86)\Diablo II\Game.exe: malloc(): memory corruption: 0x7c1bb350 ***I suspect it might be because I'm running testing, and the intel dri package is at 8.0.3, while the lib32-intel-dri is still at 7.11. I enabled lib32-testing, but there's nothing there.Serafean