I am trying to install Matlab 7.02 on a SUN workstation (Opteron
x86_64). It currently runs Fedora Core 3 running on kernel
2.6.11-1.27_FC3.
When I try to install (install -t) I get this error:
/tmp/4864tmwinstall/update/bin/glnxa64/xsetup: error while loading
shared libraries: libXp.so.6: cannot open shared object file: No such
file or directory
I suspect this is an error with my nvidia drivers being 32 bits
instead of 64.
If anyone has a solution I would be glad to know it. :)
cheers,
Etienne
I am getting the same error message on Dell Precision 380 with FC4
X86_64. Any solutions?
Thanks,
Ravi
In short just type the following:
# setenforce 0
This will disable SELinux. But will allow installation of Matlab.
Resume your Matlab installation.
Thanks,
Ravi
I really have no idea what to do so even a suggestion as to where
to look would really help.
Greg Hines
School of CS
University of Waterloo
I installed a fresh copy of Ubuntu Breezy (pre-release).
Uname says:
sh-3.00# uname -a
Linux tequelech 2.6.12-8-386 #1 Tue Aug 30 22:41:30 BST 2005 i686 GNU/Linux
My machine is an AMD Duron @ 950 Mhz with 192 MB RAM and 512 MB Swap. Lots of Gigs in my hard drives.
The installation script for MATLAB 7 says:
sh-3.00# sh /media/cdrom0/install
/media/cdrom0/install: line 697: /lib/libc.so.6: Access denied
/tmp/32050tmwinstall/install: line 697: /lib/libc.so.6: Access denied
-------------------------------------------------------------------
An error status was returned by the program 'xsetup',
the X Window System version of 'install'. The following
messages were written to standard error:
/tmp/32050tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
Attempt to fix the problem and try again. If X is not available
or 'xsetup' cannot be made to work then try the terminal
version of 'install' using the command:
install* -t or INSTALL* -t
-------------------------------------------------------------------
/tmp/32050tmwinstall/update/install/abort.sh: line 15: /tmp/32050tmwinstall/update/install/cleanup.sh: No such file or directory
As the Install script suggest I try the following:
sh-3.00# sh /media/cdrom0/install -t
/media/cdrom0/install: line 697: /lib/libc.so.6: Permiso denegado
/tmp/32176tmwinstall/install: line 697: /lib/libc.so.6: Permiso denegado
The it displays the license Agreement. When you agree: this happens:
/tmp/32176tmwinstall/update/bin/glnx86/xsetup: error while loading shared libraries: libXp.so.6: cannot open shared object file: No such file or directory
/tmp/32176tmwinstall/update/install/main.sh: /media/cdrom0/install: /bin/sh: bad interpreter: Permiso denegado
/tmp/32176tmwinstall/update/install/main.sh: line 300: /media/cdrom0/install: Conseguido
Hope anybody can help!!!
# apt-get install libxp6
solved the problem, now MATLAB 7 and 6.5 will install smoothly. Let's see if it runs well after install.
apt-get install libxpc (X print extension)
and using ./install -t (uses the terminal)
Gentoo Linux amd64, Intel Core Duo 2.
Workaround:
./install -t -glnx86
this will try to install Matlab for 32 bits, but in the section for choosing the packages, it will let you install the 64 bits version as well. Specifically the problem is that libXp.so.6 is a 32-bits library and Matlab installer have some problems trying to finding it for 32-bits compatibility mode.
Hope this helps somebody.
"Etienne Ringuet" <ring...@TAKETHISOUTete.inrs.ca> wrote in message <ef0a8...@webx.raydaftYaTP>...
"David Romero-Antequera" <dromero...@yahoo.es> wrote in message <i02p3g$l2b$1...@fred.mathworks.com>...
emerge libXp
Hope this help somebody. Sorry if I misguided someone.
"David Romero-Antequera" <dromero...@yahoo.es> wrote in message <i0b0fa$1tf$1...@fred.mathworks.com>...
I've got the same error
( shared libraries: libXp.so.6: cannot open shared object file: No such)
OS: debian ( lenny amd 64)
version of matlab : R2010b lnx64
I just added ( apt-get install libxp6 ) the "X Printing Extension package client library"
and everything is ok
cheers,
Philippe
I confirmed Philippe Marion's approach. Under Linux Mint LMDE (which is also Debian based), libxp6 also fixed the installation problem. Thanks.
"Philippe Marion" <marion-...@lmpa-dot-univ-littoral.fr> wrote in message <ic02db$3r5$1...@fred.mathworks.com>...