Changes between Version 9 and Version 10 of Installation/Fedora
- Timestamp:
- 08/24/2011 12:11:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Fedora
v9 v10 4 4 #!NewsFlash 5 5 = Instructions apply to = 6 - Fedora 15 '''not supported'''6 - Fedora 15 7 7 - Fedora 14 8 8 - ~~Fedora 13~~ … … 34 34 }}} 35 35 36 Fedora offers no packages for !OpenMotif development ([http://fedoraproject.org/wiki/RexDieter/openmotif official announcement]). Suitable RPMs for Fedora 11 and 12 can be found at the [http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/ Stanford university]. For Fedora 13 and 14please use packages provided by [http://www.scientificlinux.org/ Scientific Linux 6] (alternatively use RHEL 6 sources). Depending on your architecture please download three packages ([http://www.scientificlinux.org/download/mirrors list of mirrors], go to {{{scientific/6x/i386/os/Packages/}}} or {{{scientific/6x/x86_64/os/Packages/}}}):36 Fedora offers no packages for !OpenMotif development ([http://fedoraproject.org/wiki/RexDieter/openmotif official announcement]). Suitable RPMs for Fedora 11 and 12 can be found at the [http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetccrma/ Stanford university]. For Fedora 13, 14 and 15 please use packages provided by [http://www.scientificlinux.org/ Scientific Linux 6] (alternatively use RHEL 6 sources). Depending on your architecture please download three packages ([http://www.scientificlinux.org/download/mirrors list of mirrors], go to {{{scientific/6x/i386/os/Packages/}}} or {{{scientific/6x/x86_64/os/Packages/}}}): 37 37 38 38 - openmotif … … 40 40 - openmotif22 41 41 42 Install all RPMs using 42 If you use Fedora 15 you have to install an additional package providing a dependency executable {{{/usr/share/X11/XKeysymDB}}} (thanks to L. S. Lowe from Birmingham Particle Physics Group): 43 44 {{{ 45 yum localinstall http://www.ep.ph.bham.ac.uk/general/support/fedora-xkeysymdb.rpm 46 }}} 47 48 Now install openmotif RPMs using 43 49 {{{ 44 50 yum --nogpgcheck localinstall openmotif*.rpm 45 51 }}} 46 52 47 Now proceed with [wiki:Installation#Download download and installation] of SH/SHM. 48 49 ---- 50 Unfortunately this method doesn't work in Fedora 15. When installing the !OpenMotif packages the following dependency cannot be fulfilled: 51 52 {{{ 53 Error: Package: openmotif-2.3.3-1.el6.i686 (/openmotif-2.3.3-1.el6.i686) 54 Requires: /usr/share/X11/XKeysymDB 55 Error: Package: openmotif22-2.2.3-19.el6.i686 (/openmotif22-2.2.3-19.el6.i686) 56 Requires: /usr/share/X11/XKeysymDB 57 }}} 58 59 {{{/usr/share/X11/XKeysymDB}}} used to be included in the {{{libX11-common}}} package, but in Fedora 15 it's gone without alternative. 53 Proceed with [wiki:Installation#Download download and installation] of SH/SHM. 60 54 61 55 == Known issues ==