Rev | Author | # | Line |
---|---|---|---|
1 | MattBrown | 1 | Notes on how to use CrossoverOffice |
2 | |||
3 | !!CrossoverOffice doesn't work with FedoraCore 2 (or Redhat Enterprise Linux) | ||
2 | CraigBox | 4 | |
5 | Fixed in 3.01 ([read the 3.01 announcement|http://crossover.codeweavers.com/pipermail/announce/2004-June/000024.html]). | ||
1 | MattBrown | 6 | |
7 | This is due to two features that are enabled by default in FedoraCore. Prelinking and Exec-Shield. You need to disable both of these to make FedoraCore work. | ||
8 | |||
9 | If you are using CrossoverOffice 3 the setup program will detect Exec-Shield in your kernel and try to disable it. You will need to manually disable prelinking however. | ||
10 | |||
11 | ! Disable Exec-Shield (if cxsetup has not done it for you) | ||
12 | |||
13 | Edit /etc/rc.d/rc.local and add the line | ||
14 | |||
15 | echo 0 > /proc/sys/kernel/exec-shield | ||
16 | |||
17 | This will turn exec shield off at boot time, to turn it off now type the following command as root | ||
18 | |||
19 | echo 0 > /proc/sys/kernel/exec-shield | ||
20 | |||
21 | ! Disable Prelinking | ||
22 | Edit /etc/sysconfig/prelink and change 'yes' to 'no'. Then manually run /etc/cron.daily/prelink as root. |