I am attempting to install Crystal Reports Server 2103 on Linux Red Hat 6. When I get to this point
yum install libX11-1.3-2.el6.i686
I am blocked from being able to continue. I get the following error:
ec2-user@ip-10-0-2-15:~ (Report2)$ sudo yum install -y libX11-1.3-2.el6.i686
Loaded plugins: amazon-id, rhui-lb, security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package libX11.i686 0:1.3-2.el6 will be installed
--> Processing Dependency: libX11-common = 1.3-2.el6 for package: libX11-1.3-2.el6.i686
--> Processing Dependency: libxcb.so.1 for package: libX11-1.3-2.el6.i686
--> Running transaction check
---> Package libX11.i686 0:1.3-2.el6 will be installed
--> Processing Dependency: libX11-common = 1.3-2.el6 for package: libX11-1.3-2.el6.i686
---> Package libxcb.i686 0:1.9.1-2.el6 will be installed
--> Processing Dependency: libXau.so.6 for package: libxcb-1.9.1-2.el6.i686
--> Running transaction check
---> Package libX11.i686 0:1.3-2.el6 will be installed
--> Processing Dependency: libX11-common = 1.3-2.el6 for package: libX11-1.3-2.el6.i686
---> Package libXau.i686 0:1.0.6-4.el6 will be installed
--> Finished Dependency Resolution
Error: Package: libX11-1.3-2.el6.i686 (rhui-REGION-rhel-server-releases)
Requires: libX11-common = 1.3-2.el6
Installed: libX11-common-1.6.0-2.2.el6.noarch (installed)
libX11-common = 1.6.0-2.2.el6
Available: libX11-common-1.3-2.el6.noarch (rhui-REGION-rhel-server-releases)
libX11-common = 1.3-2.el6
Available: libX11-common-1.5.0-4.el6.noarch (rhui-REGION-rhel-server-releases)
libX11-common = 1.5.0-4.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
It appears that this is a 32bit library. I tried to complete the install, but it fails at the Prerequisite check. How do I work around this?