SOLVED: Adobe AIR installation problem on Fedora 10 x86_64

Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. The reason is some missing i386 packages. You just have to run following command: yum install gtk2-devel.i386 nss.i386 libxml2-devel.i386 libxslt.i386 gnome-keyring.i386 rpm-devel.i386 …

VMWare Workstation 6.5 segfault on Fedora 10 x86_64

VMWare Workdstation 6.5 is causing segmentation fault on Fedora 10 x86_64 when trying to execute it. The message is: /usr/lib/vmware/bin/launcher.sh: line 231: 13748 Segmentation fault “$binary” “$@” To solve the problem you need to do this: # mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old # vmware-modconfig –console –install-all After build is over start VMWare, it should work now. Taken …

Fedora 10 mouse pointer problem

I’ve just discovered that when intalling Fedora 10 on some computer causes this problem. Problem start from instalation: there is no pointer for mouse in Anaconda and further in the system. It is a little bit dificult but install system with keaboard only, then when system installed and running do the following steps to fix …

Problem with apxs under Fedora 7 x86_64

I was trying to compile mod_openpgp under Fedora 7 x86_64 with command: apxs -c -Wc,-g -i -l gpgme -l gpg-error -I /usr/include/ mod_openpgp.c Output was: cannot open /httpd/build/config_vars.mk: No such file or directory at /usr/sbin/apxs line 201. The problem caused because pkg-config –variable=libdir apr-1 was giving just nothing. It happens because I had installed apr-devel.i386 …

Fedora 9 review

Yesterday I have installed Fedora 9. First of all I want to say that I was waiting for this release for a very long time and I had expected stable, well tested OS from Fedora. But unfortunately it started disappointing me just from installation process. When I have booted from Fedora 9 DVD to start …