<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</title>
    <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:35:16 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:35:16 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5</link>
    </image>
    <item>
      <title>SELinux</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5?ref=Feed:MaplePrimes:Can't run or install Maple 10 on Linux (Fedora Core 5):Comments#comment79999</link>
      <itunes:summary>I have heard that turning off the SELinux has allowed some users to install on some of the Linux Distributions.

Scott
Maplesoft Technical Support</itunes:summary>
      <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
      <guid>79999</guid>
      <pubDate>Wed, 05 Apr 2006 04:10:09 Z</pubDate>
      <itunes:author>Scott03</itunes:author>
      <author>Scott03</author>
    </item>
    <item>
      <title>SELinux disabled and still won't install</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5?ref=Feed:MaplePrimes:Can't run or install Maple 10 on Linux (Fedora Core 5):Comments#comment86575</link>
      <itunes:summary>Thanks for the tip -- I disabled SELinux by editing /etc/selinux/config  and setting SELINUX=DISABLED and then rebooting.  SELinux isn't running now, but I get the same errors when trying to install 10.03.  For the record, here are the shared library errors:
&lt;!--break--&gt;
&lt;code&gt;
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.3206/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory &lt;/code&gt;</itunes:summary>
      <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
      <guid>86575</guid>
      <pubDate>Wed, 05 Apr 2006 04:28:13 Z</pubDate>
      <itunes:author>Will K</itunes:author>
      <author>Will K</author>
    </item>
    <item>
      <title>Editing the installer</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5?ref=Feed:MaplePrimes:Can't run or install Maple 10 on Linux (Fedora Core 5):Comments#comment79995</link>
      <itunes:summary>The gzip errors you quote seem to indicate that you damaged the installer by editing it. This can happen easily; it is essential that you change neither the total length of the file nor the starting position of the binary part.
Please see the bottom part of &lt;a href="http://www.ces.clemson.edu/linux/maple.shtml"&gt;this page&lt;/a&gt;.
(Adjust the filename if you have the single user version.)
We know from some users that this helped for installing on Fedora Core 4.
Furthermore, try to run the character mode version:
&lt;code&gt;./installMapleLinuxSU -i console&lt;/code&gt;
and ignore all messages on shared libraries for the moment.
If that command finishes (the progress bar might stop for several minutes after one third or so) finally, you might have to fix permissions:
&lt;code&gt;cd (to the target directory)&lt;/code&gt;
&lt;code&gt;chmod -R a+x bin/ bin.IBM_INTEL_LINUX/ jre.IBM_INTEL_LINUX/bin/&lt;/code&gt;

No warranties, however. ;-)</itunes:summary>
      <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
      <guid>79995</guid>
      <pubDate>Wed, 05 Apr 2006 19:19:38 Z</pubDate>
      <itunes:author>Thomas Richard</itunes:author>
      <author>Thomas Richard</author>
    </item>
    <item>
      <title>Success!</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5?ref=Feed:MaplePrimes:Can't run or install Maple 10 on Linux (Fedora Core 5):Comments#comment86570</link>
      <itunes:summary>Thanks -- its working!  The Clemson web page you referenced was very helpful.

The trick is to edit the installer script with binary mode vim 
(using the -b flag:  &lt;i&gt;vim -b Maple1003LinuxUpgrade.bin&lt;/i&gt;

Then &lt;b&gt;scroll down&lt;/b&gt; to the first instance of "export LD_ASSUME_KERNEL" (line 2251) and &lt;b&gt;replace&lt;/b&gt; the 'e' in 'export' with '#'.  This comments out the line and evidently leaves the installer size intact so those compression errors are bypassed.

The console mode suggestion didn't help at all, though.</itunes:summary>
      <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
      <guid>86570</guid>
      <pubDate>Fri, 07 Apr 2006 18:41:59 Z</pubDate>
      <itunes:author>Will K</itunes:author>
      <author>Will K</author>
    </item>
    <item>
      <title>core 5</title>
      <link>http://www.mapleprimes.com/posts/42997-Cant-Run-Or-Install-Maple-10-On-Linux-Fedora-Core-5?ref=Feed:MaplePrimes:Can't run or install Maple 10 on Linux (Fedora Core 5):Comments#comment90650</link>
      <itunes:summary>Hi, I have managed to install maple by commenting out the LD_ASSUME_KERNEL line from the installer script.

Running the maple executable (with LD_ASSUME_KERNEL=2.4.1) causes it to exit with a complaint about libdl.so.2 

"error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory"

I've tried setting LD_LIBRARY_PATH.

Any help would be extremely welcome.</itunes:summary>
      <description>The latest comments added to the Post, Can't run or install Maple 10 on Linux (Fedora Core 5)</description>
      <guid>90650</guid>
      <pubDate>Fri, 21 Apr 2006 17:10:33 Z</pubDate>
      <itunes:author>sdo</itunes:author>
      <author>sdo</author>
    </item>
  </channel>
</rss>