Sunday, November 29, 2009

Fedora 12 & Maple 13

Maple worked out of the box with Fedora 10. With Fedora 12 you will get some security warings.

To get Maple working execute the script on a terminal:

MAPLE=/opt/maple13
export MAPLE
chcon -t execmem_exec_t $MAPLE/bin.IBM_INTEL_LINUX/mserver
find "$MAPLE" -name "*.so" -print0 | xargs -0 chcon -t textrel_shlib_t

I havn't tested all, but my stuff works.