Install chmsee 2 for Fedora

Fedora already upgraded xulrunner related packages(Firefox/thunderbird) to v8.0. but chmsee package not yet catch up.

so need to pull the fresh codes and compile for myself.
https://github.com/jungleji/chmsee/tags
check the following packages installed.
xulrunner-8.0-1.fc15.x86_64
xulrunner-devel-8.0-1.fc15.x86_64

compile the src and write a short script for generated app:

Poor Yum Repo: OracleLinux6

I’m now working on an Oracle Linux 6U1 x64 box, planning to inst new 11R2 image.

Problem hit here.

we can see that glibc.i686 <tip: just add arch. tag to install related pkg.> cannot be resolved  for glibc-common label check failure.

it’s funny but not worse, ORCL even doesn’t provide glibc-common.i686 package…
http://public-yum.oracle.com/repo/OracleLinux/OL6/1/base/x86_64/

It should be a bug here….

WorkAround:

1. pull glibc package from weburl glibc-2.12-1.25.el6.i686.rpm.
2. # yum localinstall glibc-2.12-1.25.el6.i686.rpm
3. # yum install unixODBC-devel unixODBC-devel.i686
4. continue…

Notes….
Poor Yum repo…especially on x64 platform day’s, mixing with i686 libs.