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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-05-2012, 05:30 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Rep: 
|
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.
|
|
|
|
04-05-2012, 05:45 PM
|
#2
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,817
|
What happens when you try and run it?
|
|
|
|
04-05-2012, 05:49 PM
|
#3
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
Basically nothing happens. It just returns to the command prompt ready to take in the next command.
Last edited by macy; 04-05-2012 at 05:53 PM.
|
|
|
|
04-06-2012, 12:12 AM
|
#4
|
|
Guru
Registered: Aug 2005
Posts: 9,555
|
try this
that / in the command is the problem
also from only the 755 you did not make the file an executable
you forgot the " +x "
|
|
|
|
04-06-2012, 01:03 AM
|
#5
|
|
Member
Registered: May 2010
Location: Planet Earth
Distribution: Debian
Posts: 766
Rep: 
|
With:
you will see the file status.
Regards
|
|
|
|
04-06-2012, 02:28 AM
|
#6
|
|
Member
Registered: Feb 2009
Posts: 340
Rep:
|
What is the expected behavior ?
|
|
|
|
04-06-2012, 10:18 AM
|
#7
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
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.
|
|
|
|
04-06-2012, 10:24 AM
|
#8
|
|
Member
Registered: Apr 2007
Location: Upstate NY
Distribution: Xubuntu
Posts: 464
Rep: 
|
Have you tried:
Code:
sh ./xTuple-3.8.0-linux-installer.run
|
|
|
|
04-06-2012, 10:28 AM
|
#9
|
|
Member
Registered: Feb 2010
Location: Chicago, IL
Distribution: Slackware64 14.0
Posts: 742
Rep:
|
It might be that the file was corrupted during download. Have you tried redownloading the file?
|
|
|
|
04-06-2012, 10:33 AM
|
#10
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
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 
|
|
|
|
04-06-2012, 10:44 AM
|
#11
|
|
Member
Registered: Apr 2007
Location: Upstate NY
Distribution: Xubuntu
Posts: 464
Rep: 
|
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.
|
|
|
|
04-06-2012, 10:46 AM
|
#12
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
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.
|
|
|
|
04-06-2012, 11:46 AM
|
#13
|
|
Member
Registered: Apr 2007
Location: Upstate NY
Distribution: Xubuntu
Posts: 464
Rep: 
|
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.
|
04-06-2012, 12:27 PM
|
#14
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
Thanks a lot... That actually helped 
|
|
|
|
04-06-2012, 01:09 PM
|
#15
|
|
LQ Newbie
Registered: Nov 2011
Posts: 12
Original Poster
Rep: 
|
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?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:16 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|