LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2012, 05:30 PM   #1
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Rep: Reputation: Disabled
Executing a .run file


Hi, I have an xTuple-3.8.0-linux-installer.run file which I want to run in Centos 6.2. I have changed the mode to execute the file i.e.

chmod 755 xTuple-3.8.0-linux-installer.run

and executed it using,

./xTuple-3.8.0-linux-installer.run

But to no avail. I am logging into the server using VNC viewer. Does it have to do anything with the installer not working? I have tried all that is possible but nothing is working. Please Help!!!!
I appreciate an early response. Thanks in advance.
 
Old 04-05-2012, 05:45 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
What happens when you try and run it?
 
Old 04-05-2012, 05:49 PM   #3
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Basically nothing happens. It just returns to the command prompt ready to take in the next command.
Attached Thumbnails
Click image for larger version

Name:	linux forum.PNG
Views:	1330
Size:	12.0 KB
ID:	9393  

Last edited by macy; 04-05-2012 at 05:53 PM.
 
Old 04-06-2012, 12:12 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
try this
Code:
sh *.run
that / in the command is the problem
also from only the 755 you did not make the file an executable
you forgot the " +x "
 
Old 04-06-2012, 01:03 AM   #5
ukiuki
Senior Member
 
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 1,030

Rep: Reputation: 385Reputation: 385Reputation: 385Reputation: 385
With:
Code:
ls -la *.run
you will see the file status.

Regards
 
Old 04-06-2012, 02:28 AM   #6
bsat
Member
 
Registered: Feb 2009
Posts: 347

Rep: Reputation: 72
What is the expected behavior ?
 
Old 04-06-2012, 10:18 AM   #7
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks for the support guys.

Quote:
try this

Code:
sh *.runthat / in the command is the problem
also from only the 755 you did not make the file an executable
you forgot the " +x "

I made it an executable by giving "+x"
I got result as:
xTuple-3.8.0-linux-installer.run: xTuple-3.8.0-linux-installer.run: cannot execute binary file

Code:
ls -la xTuple-3.8.0-linux-installer.run
gave me

Code:
-rwxr-xr-x. 1 xtuple xtuple 86928270 Apr 5 13:30 xTuple-3.8.0-linux-installer.run

Quote:
What is the expected behavior ?
Expexted result is a GUI is supposed to open where I can install xtuple.
 
Old 04-06-2012, 10:24 AM   #8
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Have you tried:

Code:
sh ./xTuple-3.8.0-linux-installer.run
 
Old 04-06-2012, 10:28 AM   #9
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
It might be that the file was corrupted during download. Have you tried redownloading the file?
 
Old 04-06-2012, 10:33 AM   #10
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Code:
sh ./xTuple-3.8.0-linux-installer.run
gave me
Code:
./xTuple-3.8.0-linux-installer.run: xTuple-3.8.0-linux-installer.run: cannot execute binary file
And I did try redownloading it again many times to check the same. But still not working
 
Old 04-06-2012, 10:44 AM   #11
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
Do you need to run it as root? Have you tried that? Some installs require root access. Do an su - and enter the password when prompted then do the command.
 
Old 04-06-2012, 10:46 AM   #12
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Quote:
Do you need to run it as root? Have you tried that? Some installs require root access. Do an su - and enter the password when prompted then do the command.
I am running it as root only.
 
Old 04-06-2012, 11:46 AM   #13
jkirchner
Member
 
Registered: Apr 2007
Location: West Virginia
Distribution: Pop!_OS
Posts: 945

Rep: Reputation: 297Reputation: 297Reputation: 297
You might want to look over here at the xTuple site. There are a few issues I saw that can make the installer not appear. It may be faster to get help there as they are more familiar.
 
1 members found this post helpful.
Old 04-06-2012, 12:27 PM   #14
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
Thanks a lot... That actually helped
 
Old 04-06-2012, 01:09 PM   #15
macy
LQ Newbie
 
Registered: Nov 2011
Posts: 12

Original Poster
Rep: Reputation: Disabled
I was able to run the installer after installing some 32 bit libraries. But now I am not able to open the xtuple executable

Code:
cd /opt/xTuple-3.8.0/xTupleERP
./xtuple
/opt/xTuple-3.8.0/xTupleERP/xtuple.bin: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
Now what should I do?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Run a USB application while booting the system, before GRUB starts executing dgauri Linux - General 6 02-13-2010 04:13 AM
Bash script run via cron not executing MYSQL command mackstar Linux - Server 4 04-23-2009 05:01 AM
Problem in executing .run file (updating PB) art.love Linux - Software 6 02-01-2008 01:48 PM
executing a file pantera Programming 1 05-25-2004 01:06 AM
Running/Executing .run files BigEast55 Linux - Newbie 1 01-08-2004 05:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration