LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-20-2002, 09:06 PM   #1
PenguinMan
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Rep: Reputation: 0
Talking Noob Question on OpenOffice Install


Hi there people. Sorry for my ness but here is my question

I downloaded OpenOffice, I did tar xvzf.filename.tar.gaz everything went well.
I cd to [root@localhost oo_1.0.1_src]# that went well too.


Here is though what i dont get. When I do make install i get

make: *** No rule to make target `install'. Stop.

Am Assuming that i need to run the ./configure command but the instructions i read so far are kinda confusing me on what to type next to ./configure.


thank you.

Last edited by PenguinMan; 08-20-2002 at 09:08 PM.
 
Old 08-21-2002, 12:09 AM   #2
TlitJ
Member
 
Registered: Mar 2002
Location: Montana
Distribution: Mandrake 9.1
Posts: 40

Rep: Reputation: 15
I think it makes an INSTALL directory when you untar it. cd to that and then type:

./install --prefix=/opt

In this case it installs to /opt, you can change it to whatever. Or just leave off the --prefix part to install in where you are at.

I don't think you have to do a make or a make install to install OO.

Just follow the instructions on the website and it should all go OK.

Linux install



I have a new question:

I didn't have my Java runtime environment installed before I installed OO. Is there anyway to add this to the OO environment without reinstalling? You know that part where it searched for java in the setup? I tried a "repair" but I'm not sure if it worked.
 
Old 08-21-2002, 05:30 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
PenguinMan, if you're going to use OOo, not edit its code, it's much better idea to get the binary version. OOo compilation is really long.
BTW if you're not sure what to write with ./configure, use
./configure --help
It'll give you a list of possible options.
 
Old 08-21-2002, 05:46 PM   #4
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Remember to untar and configure it in your own directory or change permissions on the directories to your own or it won't run properly.

Bert
 
Old 10-20-2002, 03:01 AM   #5
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
you need to cd to the /oo_1.0.1_src/config_office directory and then run ./configure

when i run ./configure i get an error saying (warning: correct jdk not found) and a
checking for GPC files... configure: error: GPC files not found. then it stops dead and doesn't generate a make file. how can i fix this ( i dont think the jdk thing is a big prob because it posts the warning and keeps going but i would like to know if and how i should fix that too).


i also tried to use the binary but no dice, something about obsolete 64 bit headers or something.

Last edited by Goatdemon; 10-20-2002 at 03:04 AM.
 
Old 10-22-2002, 01:59 PM   #6
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Compiling OpenOffice from source is a big project.

The final make will take around 15 hours to compile on your current system. If you're sure that this is the route for you, then you need to append the following:

./configure --with-jdk-home=/usr/local/jdk1.3.x --with-gpc-home=/usr/src/gpc

but of course this won't work unless these files are already on your system. Go to the OpenOffice.org website and follow the instructions.

You will also need to recompile gcc.

I've compiled OO for proprietary OSs and believe me, it's not a small undertaking.

If you can find binaries for your system and solve any associated dependencies / conflicts there, that's the easier way by far.

Bert
 
Old 10-22-2002, 05:53 PM   #7
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I think the problem here is that there are two different types of install... there's the binary install, where a directory called install would be created, and you'd need to simply do a ./instlal --prefix=/opt (or something, as root) and then /opt/OpenOfficeX.XX/setup as a normal user to get it going. There's also the source install, where you'd need to do the whole configuring, making and make installing. Which method you use depends on which download you chose.
 
Old 10-22-2002, 07:22 PM   #8
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Thanks for the clarification Thymox! I was reading this, as I just ran through it last night in a zip, and it was nothing. I got the binary version I guess? I simply untarred, entered the "install" directory and "./install" and that's it for root. Switched to user and did the setup, and BAM, it's good to go.

Rockin!

Cool
 
Old 10-22-2002, 10:16 PM   #9
Goatdemon
Member
 
Registered: May 2002
Location: The good 'ol USofA
Distribution: ArchLinux - Slackware 8.1
Posts: 398

Rep: Reputation: 30
ok i got the binary to work and am ./setup ing right now. i guess i got a bad binary the first time i downloaded it.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
very Noob install question (S.W. 10) newtoitall Linux - Newbie 10 10-06-2004 01:40 AM
Uber-noob question about deleting install files R00ts Linux - Newbie 8 04-01-2004 09:41 AM
Openoffice 1.1 install question rje_NC Red Hat 4 11-02-2003 03:28 PM
noob install question mxlegend99 Linux - General 3 06-21-2003 02:19 AM
nOOb install question Lugh Slackware 4 05-12-2003 06:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:11 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