You are not logged in.
Hello pals, again.
I am with some annoying problems on arch. After did a really @#$%&* with it, arch no more boots. well I`ve saved the pkgs from pacman and reinstalled Arch.
But two problems I`m having. One of them is that the video is totally wrong. A really 256 color palette on my screen. I`ve solved it installing the nvidia drive compiling with `add-this-kernel.
but, I am trying solve the sound card problem. It`s detected like sigmatel, but it`s a emu10k creative audigy SB92. What happens? the sounds work in left channel.
I`ll solve it like I`ve solved in other distros linux. compiling a kernel and trying force the driver. If I couldn`t try to recompile alsa.
ok.... but xconfig don`t starts I`m confusing with menuconfig. and xconfig looks better to be, but whit all qt-things that could help me, I installed, with yaourt also, but.....
[ilkyest@ilkyest linux-2.6.32.8]$ make xconfig
scripts/kconfig/qconf arch/x86/Kconfig
scripts/kconfig/qconf: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[1]: *** [xconfig] Error 127
make: *** [xconfig] Error 2
what a hell mistake may I doing?
Offline
pkgfile from pkgtools is very useful for situations like this:
~ > pkgfile libqt-mt.so.3
community/lib32-qt3
extra/qt3
Offline
pkgfile from pkgtools is very useful for situations like this:
~ > pkgfile libqt-mt.so.3 community/lib32-qt3 extra/qt3
ok. I did it, and receive what you`ve typped. but..... still not working.
lib32-qt already installed, also to qt3
Offline
You might have to relogin / source /etc/profile for qt3. If it still does not work, you could try gconfig. I never used xconfig, but maybe gconfig is similar.
Offline
didn`t understand.
I should relogin?
And what do with relogin / source /etc/profile
Offline
Afaik qt3 is installed in a non-standard location and therefore you have to set/adjust some environment variables. This is done by /etc/profile.d/qt3.sh which is sourced by /etc/profile which again is source/executed at login. So you might either have to logout and login or to source /etc/profile.d/qt3.sh manually and run xconfig in the same terminal.
Offline
ok xduugu I`ll try in this way. I post here the results
but look at this.
/opt/qt/lib/pkgconfig/qt-mt.pc
export QTDIR=/opt/qt
export QT_XFT=true
export PATH=$PATH:$QTDIR/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/qt/lib/pkgconfig
Is there something to do here?
===============
Ok. I`ve tried gconfig. I like it, but not as xconfig
One question I`ve remember. I`ve 2 partitions. One of boot files, an other one with the `common files`. It may affect some, or should I change something? if yes, what?
Last edited by ilkyest (2010-02-21 23:13:15)
Offline
I don't think xconfig uses pkgconfig. Just installed qt3 and xconfig works without a struggle and I also have several partitions.
What I did:
pacman -S qt3
source /etc/profile.d/qt3.sh
makepkg (my PKGBUILD starts xconfig)
Offline
qt3 already installed.
source /etc/profile.d/qt3/sh
bash: /etc/profile.d/qt3/sh: No such file or directory
bash-4.0# source /etc/profile.d/qt3.sh
bash-4.0# make xconfig
make: *** No rule to make target `xconfig'. Stop.
bash-4.0# cd /usr/src/linux-2.6.32.8
bash-4.0# make xconfig
CHECK qt
HOSTCC scripts/kconfig/kconfig_load.o
/opt/qt/bin/moc -i scripts/kconfig/qconf.h -o scripts/kconfig/qconf.moc
HOSTCXX scripts/kconfig/qconf.o
HOSTLD scripts/kconfig/qconf
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../../lib/libGL.so when searching for -lGL
/usr/bin/ld: skipping incompatible /usr/lib/../lib/libGL.so when searching for -lGL
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.4.3/../../../libGL.so when searching for -lGL
scripts/kconfig/qconf arch/x86/Kconfig
scripts/kconfig/qconf: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[1]: *** [xconfig] Error 127
make: *** [xconfig] Error 2
one thing I`ve look. on /opt/qt/lib/pkgconfig/ I have qt-mt.pc. It`s normal?
Offline
That's just the pkgconfig file. No really interesting here.
bsdtar tvf /var/cache/pacman/pkg/qt3-3.3.8-15-x86_64.pkg.tar.gz | grep qt-mt
-rw-r--r-- 0 root root 784 Feb 14 16:04 opt/qt/lib/libqt-mt.prl
lrwxrwxrwx 0 root root 0 Feb 14 16:04 opt/qt/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.8
lrwxrwxrwx 0 root root 0 Feb 14 16:04 opt/qt/lib/libqt-mt.so -> libqt-mt.so.3.3.8
lrwxrwxrwx 0 root root 0 Feb 14 16:04 opt/qt/lib/libqt-mt.so.3 -> libqt-mt.so.3.3.8
-rwxr-xr-x 0 root root 8870632 Feb 14 16:04 opt/qt/lib/libqt-mt.so.3.3.8
-rw-r--r-- 0 root root 939 Feb 14 16:04 opt/qt/lib/pkgconfig/qt-mt.pc
Is your system up-to-date? (qt3 3.3.8-15)
Try to run pacman -Qk and check for warnings/errors. If there are qt3 related warnings/errors, try to reinstall qt3.
Offline