SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-09-22 10:07:46

dilch
#! Member
Registered: 2009-08-13
Posts: 63

installing a programm from cd

hi, i try to isntall matlab.

under gnome, i just made cd laufwerk and then sudo ./install (of course, their is the installfile)

under crunchbang i have the following failure

michael@michael-laptop:/media/MATHWORKS_R2008B$ sudo ./install
-------------------------------------------------------------------

    An error status was returned by the program 'xsetup',
    the X Window System version of 'install'. The following
    messages were written to standard error:

        /media/MATHWORKS_R2008B/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

-------------------------------------------------------------------

    Sorry! Setup aborted . . .

i'm a noob, so what should i do now? the tip didn't work (for me, perhaps another mistake)

thx for helping

Offline

Be excellent to each other!

#2 2009-09-22 10:27:28

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: installing a programm from cd

Please open a terminal and type:

sudo updatedb
locate libXp.so.6

(alternatively: sudo find / -name libXp.so.6)

Provide the output.

Are you trying to run it on a 64bit linux? If so, please install ia32-libs, since I bet there is no 64bit matlab.


I'm so meta, even this acronym

Offline

#3 2009-09-22 19:27:31

dilch
#! Member
Registered: 2009-08-13
Posts: 63

Re: installing a programm from cd

where's my answer?

ok, here again:

michael@michael-laptop:~$ sudo updatedb
[sudo] password for michael: 
michael@michael-laptop:~$ sudo find / -name libXp.so.6
/media/ubuntu/usr/lib/libXp.so.6
michael@michael-laptop:~$ 

Offline

#4 2009-09-22 20:59:38

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: installing a programm from cd

Sorry, in order to provide an adequate anser, I needed some information wink

From the output you provided we can see that you don't have a libXp.so.6 installed on your system. It's present, but it looks like you have your ubuntu-cd inserted and it's just there.

Try to install libxp6 and if you're running a 64bit OS, additionally install ia32-libs via apt/synaptic.

sudo apt-get install libxp6 ia32-libs

Just in case smile

Last edited by Awebb (2009-09-22 20:59:56)


I'm so meta, even this acronym

Offline

#5 2009-09-23 00:15:06

dilch
#! Member
Registered: 2009-08-13
Posts: 63

Re: installing a programm from cd

Awebb wrote:

It's present, but it looks like you have your ubuntu-cd inserted and it's just there.

sounds weird^^

(perhaps because of a dualboot with another ubuntu-gnome, but sounds not logic)

but worked;)

thx
(i'm using 32bit)

Offline

#6 2009-09-23 07:04:29

Awebb
The Singularity
Registered: 2009-07-23
Posts: 2,812

Re: installing a programm from cd

Oh that makes sense. /media is the place where partitions are mounted wich you can't find in the fstab... "external drives" if you like. So your /media/ubuntu could indeed be your other ubuntu.

Matlab summons memories...


I'm so meta, even this acronym

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo