Get an error when trying to install Matlab 2014a on Debian
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0; 0 I'm trying to install Matlab 2014a on Debian Testing. When I run the install script with sudo ./install -javadir /usr/lib/jvm/java-7-openjdk-amd64/jre/ I get this output Preparing installation files ... Installing ... Error: dl failure on line 894 Error: failed /tmp/mathworks_11967/sys/java/jre/glnxa64/jre/lib/amd64/server/libjvm.so, because /tmp/mathworks_11967/bin/glnxa64/libstdc++.so.6: invalid ELF header Finished I'm installing from an .iso, running this script from it's root directory (matlab). libstdc++.so.6 is in matlab/bin/glnxa64/libstdc++.so.6 . Here's my java version: $java -version java version "1.7.0_85" OpenJDK Runtime Environment (IcedTea 2.6.1) (7u85-2.6.1-3) OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode) Does anyone have any ideas? I have been pulling my ...