Quantcast
Channel: General Failure
Viewing all articles
Browse latest Browse all 30

Installing wink on 64bit Fedora 12

$
0
0
  1. Download and untar as usual
  2. Modify installer.sh and comment out architecture-checks*
  3. sudo yum install gtk2-devel-2.18.3-21.fc12.i686
  4. sudo yum install compat-libstdc++-33-3.2.3-68.i686
  5. sudo yum install compat-expat1-1.95.8-6.i686
  6. run installer.sh

In case installer complains something that is still missing apply pattern:

  1. sudo yum provides '*libexpat.so.0*', where replace libexpat.so.0 between asterisk with missing thingie
  2. sudo yum install compat-expat1-1.95.8-6.i686, where replace compat-expat1-1.95.8-6.i686 with result of previous step. Note that there will be several hits. Pick the most promising one with ending .i686, that is the 32bit version...
  3. run installer.sh

Resulting installation may or may not work, I give no guarantees.

* Section commented out:

# Show error if we are not running on x86
#case `uname -m` in
#  i?86) ;;
#  *) echo "This installer only has x86 binaries. Sorry.";
#     exit 1;;
#esac

 


Viewing all articles
Browse latest Browse all 30

Trending Articles