LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 06-19-2006, 10:39 PM   #1
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Rep: Reputation: 15
StarOffice8 Install problem with Suse 10


I've been searching the net for a couple hours now trying to find SOMETHING that will give me a clue as to what I'm CERTAIN I'm doing wrong here...

Here are the instructions...

1. Open a shell or terminal window
(No problem there)
2. Enable graphics display for the superuser.
As a normal user, enter the following command:
"xhost +"
(I don't THINK I screwed that up but I've never done it before so ...who knows...in any case, no errors)
3. Become superuser.
enter su - to become superuser
(I usually just type su and hit enter not sure what the dash is for but I tried it both ways and it didn't seem to make a difference)
4. Set the DISPLAY variable to point to your machine.
"export DISPLAY=your_machine_name:0.0"
or enter the equivalent commands for your shell environment.
(I think this is where I screwed the pooch...I'm not even 100% sure what my machine name is nor am I certain where to find it. As for the :0.0 <shrug>)
5. Change to the directory that contains the StarOffice 8 installation program.
(not a problem)
6. Start the setup script
"./setup"

and here's where I run into problems...

I get the following and have no idea how to fix it. I'm a newbie (I've been playing with different distros but I'm still pretty green so I'd appreciate not getting flamed for not doing my "research" when I have no idea what other research I can do besides googling the error message and searching for it on here)

linux:/var/tmp/unpack_staroffice # ./setup
Unpacking...
Checksumming...
Extracting...
Done.
Running installer

The Installation Wizard can't run in GUI mode.
Maybe the DISPLAY environment variable isn't set correctly.

linux:/var/tmp/unpack_staroffice #

I'm tired and ticked...anybody think they have the answer? (Just so long as it doesn't include slapping me upside the head with a dead fish that's been laying in the hot sun all day)

I'd REALLY appreciate it!

-Ryan
 
Old 06-20-2006, 12:40 PM   #2
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Anyone....anyone....Bueller? Bueller? Bueller?
 
Old 06-20-2006, 03:48 PM   #3
TuxSurfer
Member
 
Registered: May 2004
Location: NC USA
Distribution: Fedora 30 - Xfce Spin
Posts: 272

Rep: Reputation: Disabled
Have you tried to install without X running? I do not know anything about StarOffice I use OpenOffice but your error says it can't run in a GUI. You can kill X with Ctrl-Alt-F1 then command "etc/init.d/kdm stop" without the quotations and assuming if you are in SuSE you are probably using KDE. Alternately you can just reboot in safe mode. Once you have killed X and logged in as root navigate to the file and run setup again. If install goes then either reboot or "etc/init.d/kdm start" then "startx". Again, without the quotation marks.

Hope this helps.
 
Old 06-25-2006, 12:06 AM   #4
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Nope...no love. Same error as before. Thanks though.

anybody else know what it is I might be doing wrong? (and actually I'm running gnome if that makes a difference)

Quote:
Originally Posted by TuxSurfer
Have you tried to install without X running? I do not know anything about StarOffice I use OpenOffice but your error says it can't run in a GUI. You can kill X with Ctrl-Alt-F1 then command "etc/init.d/kdm stop" without the quotations and assuming if you are in SuSE you are probably using KDE. Alternately you can just reboot in safe mode. Once you have killed X and logged in as root navigate to the file and run setup again. If install goes then either reboot or "etc/init.d/kdm start" then "startx". Again, without the quotation marks.

Hope this helps.

Last edited by ryanbelv; 06-25-2006 at 12:07 AM.
 
Old 06-25-2006, 01:38 AM   #5
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Quote:
4. Set the DISPLAY variable to point to your machine.
"export DISPLAY=your_machine_name:0.0"
or enter the equivalent commands for your shell environment.
I've always used "xhost local:0" but that's a side note

try not doing step 4 and seeing what you get.
 
Old 06-25-2006, 01:51 PM   #6
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
FWIW, I recently installed an evaluation version of StarOffice in SUSE 10.0 (using KDE) and did not follow the instructions. (They look as though they were written for a network setup, not a local setup.) It still worked though. Here are the steps (as I recall).

1. Open a terminal window.
2. Become superuser by entering
su
and then entering your password when prompted. You should get the # prompt.
3. Move to the directory that included the installation shell script, which was so-8-pp2-eval-bin-linux-en-US.sh in my case.
4. Enter
sh so-8-pp2-eval-bin-linux-en-US.sh
the system will run.
5. Move to the directory created (/opt/staroffice8) and run the setup script by entering
./setup
6. Follow the instructions.

Good luck in any case.

Last edited by Cogar; 06-25-2006 at 01:58 PM.
 
Old 06-25-2006, 04:01 PM   #7
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Cogar
FWIW, I recently installed an evaluation version of StarOffice in SUSE 10.0 (using KDE) and did not follow the instructions. (They look as though they were written for a network setup, not a local setup.) It still worked though. Here are the steps (as I recall).

1. Open a terminal window.
2. Become superuser by entering
su
and then entering your password when prompted. You should get the # prompt.
3. Move to the directory that included the installation shell script, which was so-8-pp2-eval-bin-linux-en-US.sh in my case.
4. Enter
sh so-8-pp2-eval-bin-linux-en-US.sh
the system will run.
5. Move to the directory created (/opt/staroffice8) and run the setup script by entering
./setup
6. Follow the instructions.

Good luck in any case.
OH MY GOD!!!!

THOSE PEOPLE SHOULD BE HUNG BY THEIR F*CKING TOES!!!

THAT WORKED!!!! I CAN HARDLY BELIEVE THAT ALL MY TROUBLE AND FRUSTRATION WAS DUE TO THE FACT THAT I WAS FOLLOWING THE DIRECTIONS!!!!

OH MY GOD!!!

THANK YOU THANK YOU THANK YOU!!!
 
Old 06-25-2006, 06:00 PM   #8
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
For some people, in order to run anything as root in X, you have to enter the xhost local command.

That's why that step is included. I don't really see the point of pointing it to a specific screen though, unless you're on a server or have multiple screens set up...

Glad you got it working though!
 
Old 06-25-2006, 11:48 PM   #9
Cogar
Senior Member
 
Registered: Oct 2005
Location: It varies, but usually within 100 feet of a keyboard.
Distribution: Fedora 10, Kubuntu 8.04, Puppy 4.1.2, openSUSE 11.2
Posts: 1,126

Rep: Reputation: 52
Quote:
Originally Posted by ryanbelv
OH MY GOD!!!!

THOSE PEOPLE SHOULD BE HUNG BY THEIR F*CKING TOES!!!

THAT WORKED!!!! I CAN HARDLY BELIEVE THAT ALL MY TROUBLE AND FRUSTRATION WAS DUE TO THE FACT THAT I WAS FOLLOWING THE DIRECTIONS!!!!

OH MY GOD!!!

THANK YOU THANK YOU THANK YOU!!!
You are welcome.


PS: Following the directions is good, but if they don't work you can always come to LQ for the real information.
 
Old 06-26-2006, 10:03 PM   #10
ryanbelv
Member
 
Registered: May 2006
Location: Illinois
Distribution: Slackware & Ubuntu
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Cogar
You are welcome.


PS: Following the directions is good, but if they don't work you can always come to LQ for the real information.
haha yeah, no kidding

Thanks again!
 
  


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
suse 10 install problem linux major SUSE / openSUSE 20 10-17-2005 04:53 PM
Suse 10.0 install problem david0321 SUSE / openSUSE 1 10-08-2005 08:04 AM
suse 9.3 install problem gokulagiridaran SUSE / openSUSE 1 05-19-2005 03:36 AM
suse 8.2 install problem [c0ld~fusi0n] Linux - Newbie 4 08-25-2003 05:41 PM
SUSE Install Problem soundprizm Linux - Newbie 17 05-10-2003 01:04 AM

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

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