LinuxQuestions.org
Review your favorite Linux distribution.
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 02-21-2002, 05:55 AM   #1
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Rep: Reputation: 15
Question Star Office - bin file - help


I downloaded SO 5.2 today as a bin file. What do I do next to get it up and running? Does it need to be uncompressed? If so, how? I am using RH 7.0.

Last edited by TravisB; 02-21-2002 at 07:09 AM.
 
Old 02-21-2002, 07:44 AM   #2
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
I did a little more research. So i tried this
[root@tbarden so]# ./so-5_2-ga-bin-linux-en.bin
and got this
bash: ./so-5_2-ga-bin-linux-en.bin: Permission denied

I downloaded it as root and am signed in as root, why would permission be denied?
 
Old 02-21-2002, 07:56 AM   #3
justiceisblind
Member
 
Registered: Jan 2002
Location: Stevens Point, WI
Distribution: Mandrake 10.0 (P4 2.8 w/ HT, Radeon 9700 Pro, 80 GB/120GB HDDs)
Posts: 242

Rep: Reputation: 30
it's not an executable... try chmod 755 (filename)
 
Old 02-21-2002, 08:01 AM   #4
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Rep: Reputation: 30
yeah you have to do that chmod 755 before you attempt to run that file. Try to run it as a normal user becuase if you install it as root then sometimes it wont let you open it as a user, been there done that so be careful what you do.
 
Old 02-21-2002, 08:04 AM   #5
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
Edit: Just saw your reply above, I will try it as a normal user.

Ok chmod 755 worked. Then i ./so---.bin and installation begins. It defaults /root/office52 for installation directory. If I put it there will it still be accessable if I am not logged in as root?

Last edited by TravisB; 02-21-2002 at 08:05 AM.
 
Old 02-21-2002, 08:12 AM   #6
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
It tells me java run time is not available. Where and how do I get that? Thanks.
 
Old 02-21-2002, 08:15 AM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
java.sun.com
 
Old 02-21-2002, 09:17 AM   #8
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
Ok, i downloaded j2sdk-1_3_1-src.tar.gz and extracted it to usr/java . I guess the next step is to add that to my path, or so I have heard. But I am not sure how to do that.
 
Old 02-21-2002, 09:20 AM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no, that's the sdk (Standard Delvelopemtn Kit), which IS java, the jre IS included in the sdk tho, but the jre is much smaller, if you don't want to use up all the space.
 
Old 02-21-2002, 09:24 AM   #10
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
Ok, that is fine. I actually plan on do some programming once I learn how to get everything running. Do I need to add it to my path for SO or other applications that may use it? If so, how do I do that? Thanks!
 
Old 02-21-2002, 09:25 AM   #11
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
No, the file ends in src.tar.gz, which shows that it's a compressed file (like Window's .ZIP files), and that it a source file (as they usually are under Linux). You'll need to install it first.

Move to a sensible directory (I use /home/thymox/files) and then unzip/tar it (tar -zxpvf /whereveryoudownloadeditto/something.tar.gz). There will almost definitely be a README file in there, and probably an INSTALL file. Read them.
 
Old 02-21-2002, 10:05 AM   #12
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
The tar extracted about 11,000 files. I read the readme file but that was not helpful. Did not see an intstall file. I found a makefile but I do not know if I am supposed to do anything with that. Please help.
 
Old 02-21-2002, 10:09 AM   #13
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
You probably have to:
./configure
make
su root
(type root's password)
make install


That's the usual method.
 
Old 02-21-2002, 10:28 AM   #14
TravisB
Member
 
Registered: Aug 2001
Location: Richmond, VA
Distribution: Ubuntu
Posts: 104

Original Poster
Rep: Reputation: 15
I went to the directory containing the makefile and this is what I got.
[root@tbarden make]# make install
make: *** No rule to make target `install'. Stop.

Any suggestions? Thanks!
 
Old 02-21-2002, 10:33 AM   #15
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Did you do the ./configure and the make parts first?

The configure script (what you run when you type ./configure) normally makes a new makefile, unless there are errors. This make file is used when you run make, and creates an executable (normally) in the current directory, unless there are errors. Running make install will only work if a) you've not had any errors, and b) there is a need to.

Unfortunately some programs do not include the make install routine, so typing it would not do anything. This is normally because different Linux distros keep their files in different places.

It sounds like it is the latter (no 'make install' routine in the makefile). Look around for docs on where you should copy your JRE files to, and then do so.
 
  


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
Star Office vs. Open Office installation Q viniosity Linux - Software 3 05-21-2006 06:44 AM
Star Office mikedeatworld Linux - Software 6 09-28-2004 02:12 PM
Star office / Open Office on Sony Picturebook kkempter Linux - Laptop and Netbook 4 12-11-2003 01:34 PM
Star Office Pedroski Linux - Software 1 10-12-2003 06:42 AM
Star Office 5.2 Sammy2ooo Linux - Software 2 09-04-2003 07:02 PM

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

All times are GMT -5. The time now is 10:10 AM.

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