Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[XIMIAN-OPENOFFICE] not working
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:31 am    Post subject: [XIMIAN-OPENOFFICE] not working Reply with quote

I in trouble i

emerge ximian-openoffice (it took 1days and a half of compiling) and then all i got when trying to star office is this:

Code:

Gnome session manager detected - session management disabled
running openoffice.org setup...
/usr/bin/xoowriter: line 172: 16582 Segmentation fault      /opt/Ximian-OpenOffice/program/setup ${UPDATEFLAG} -R:/etc/ximian-openoffice/autoresponse-1.1.2.conf 1>&/dev/null
setup failed.. abort


pls help me!!!

Same error even with normal openoffice.org (emerged from opneoffice-bin)

hope you can find a solution!

Cloud
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 4:09 pm    Post subject: Reply with quote

Please try to move all your existing openoffice related files in
your home directory and then run the setup program manually

Code:

/opt/Ximian-OpenOffice/program/setup.bin


(the path might depend on where your install lives)
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 6:09 pm    Post subject: Reply with quote

which are the "related files" you're speaking of?

let me know and 'I'll try it in a bit!
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 7:36 pm    Post subject: Reply with quote

ok, i can enter it as ROOT and do whatever I want, but not as normal user i'll copy all the Ximian-openoffice dir (located in /opt/Ximian-openoffice) to /home/xxx/.Ximian-Openoffice and see what'll happen!

CLoud
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 7:54 pm    Post subject: Reply with quote

01arena wrote:
ok, i can enter it as ROOT and do whatever I want, but not as normal user i'll copy all the Ximian-openoffice dir (located in /opt/Ximian-openoffice) to /home/xxx/.Ximian-Openoffice and see what'll happen!

CLoud


What are the permissions for setup.bin? Your user should have read
and executable permissions. The same hold for soffice.bin in the
same directory.

By "related files" I mean things like .Openoffice or sth similar.
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:02 pm    Post subject: Reply with quote

all right:

as root everything is working great but as user I cannot run the setup program

my dir now is:

/home/xxx/Ximian-Openoffice

if i run:

/home/xxx/Ximian-Openoffice/program/setup all i get is:
Code:

Segemntation Fault

if i run:

/home/xxx/Ximian-Openoffice/program/setup.bin i get:
Code:

setup.bin: error whilke loading shared libraries: libsb645li.so: cannot open shared object file: No such file or directory


the library exist and is in the same ./program direcorty.

What should I do then? not a great thing to start office eache time as user!

Cloud
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:03 pm    Post subject: Reply with quote

didl how do i change permissions to /opt/Ximian-openoffice ???
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 8:14 pm    Post subject: Reply with quote

01arena wrote:
all right:
as root everything is working great but as user I cannot run the setup program


Hmmm, this likely means that it is a permission problem.
I just skimmed through the setup shell script and there's not
too much going on there.
Could you check if the following files exist in your
/opt/Ximian-OpenOffice/program directory

Code:

javaldx
sopatchlevel.sh


Did you compile OO with java support? If yes, does java work properly
for your user?
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 8:24 pm    Post subject: Reply with quote

Please try the following short script:

newsetup.sh
Code:

#!/bin/sh

export LD_LIBRARY_PATH=/opt/Ximian-OpenOffice/program:$LD_LIBRARY_PATH

/opt/Ximian-OpenOffice/program/setup.bin


Then make it executable via

Code:

chmod u+x newsetup.sh


Then run it via ./newsetup.sh.
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:45 pm    Post subject: Reply with quote

didl wrote:
01arena wrote:
all right:
as root everything is working great but as user I cannot run the setup program


Hmmm, this likely means that it is a permission problem.
I just skimmed through the setup shell script and there's not
too much going on there.
Could you check if the following files exist in your
/opt/Ximian-OpenOffice/program directory

Code:

javaldx
sopatchlevel.sh


Did you compile OO with java support? If yes, does java work properly
for your user?


javascript is working with normal user (on internet fe) and there is javaldx but not soparchlevel.sh
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:49 pm    Post subject: Reply with quote

didl wrote:
Please try the following short script:

newsetup.sh
Code:

#!/bin/sh

export LD_LIBRARY_PATH=/opt/Ximian-OpenOffice/program:$LD_LIBRARY_PATH

/opt/Ximian-OpenOffice/program/setup.bin


Then make it executable via

Code:

chmod u+x newsetup.sh


Then run it via ./newsetup.sh.


i'm trying this and let you know!
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:51 pm    Post subject: Reply with quote

ok:

if i run it as root it's working but not if i'll run it as normal user

what should i do just repair the actual openoffice installation as root and watch what this does?
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 8:56 pm    Post subject: Reply with quote

ok here is the problem i think:

if i do repair it would try to repair this folder:

/root/.xopenoffice/1.1.2

and there is no folder like this:

/home/xxx/.xopenoffice/1.1.2 so the normal user has no configuration but how can i make normal user to have a configuration?
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 9:10 pm    Post subject: Reply with quote

Since it also doesn't work for the binary openoffice it is likely not
a problem with openoffice itself, but rather involves some location
OO tries to access but can't as regular user.

Check the file

Code:

/etc/ximian-openoffice/autoresponse-1.1.2.conf


and make sure that the directory DESTINATIONPATH does not
exist.
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:11 pm    Post subject: Reply with quote

NO WAY!

Ok, i'm bak to the first installation:

the only folders existing are:

/opt/Ximian-OpenOffice/*

and

/root/.xopenoffice.org/1.1.2/*

nothing else

Openoffice is working great with ROOT but with no other normal user!!!
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:13 pm    Post subject: Reply with quote

didl wrote:
Since it also doesn't work for the binary openoffice it is likely not
a problem with openoffice itself, but rather involves some location
OO tries to access but can't as regular user.

Check the file

Code:

/etc/ximian-openoffice/autoresponse-1.1.2.conf


and make sure that the directory DESTINATIONPATH does not
exist.



ehm, I have no file named like that!
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 9:14 pm    Post subject: Reply with quote

Can your user read

Code:

/etc/ximian-openoffice/autoresponse-1.1.2.conf


and please tell me the output of

Code:

ls -la /opt/Ximian-OpenOffice/program/setup.bin
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 9:27 pm    Post subject: Reply with quote

01arena wrote:
ehm, I have no file named like that!


What files do you have in /etc/ximian-openoffice/ ??

If you use Openoffice-1.2.0 there should be a file


Code:

[markus@biohazard] cat /etc/ximian-openoffice/autoresponse-1.1.2.conf
[ENVIRONMENT]
INSTALLATIONMODE=INSTALL_WORKSTATION
INSTALLATIONTYPE=WORKSTATION
DESTINATIONPATH=<home>/.xopenoffice/1.1.2

[JAVA]
JavaSupport=none


Try creating it, maybe that's the culprit. If you look at the ebuild
file than you'll notice that this file should be created.
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:33 pm    Post subject: Reply with quote

ok i've found it in /etc/ximian-openoffice

[ENVIROMENT]
INSTALLATIONMODE=INSTALL_WORKSTATION
INSTALLATIONTYPE=WORKSTATION
DESTINATIONPATH=<home>/.xopenoffice/1.1.2

[JAVA]
JavSupport=none


now?
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:34 pm    Post subject: Reply with quote

and this is the output:

-r-xr-xr-x 1 root root 266640 Dec 8 05:43 /opt/Ximian-OpenOffice/program/setup.bin
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 9:37 pm    Post subject: [XIMIAN-OPENOFFICE] not working Reply with quote

Can your user read it ?
What does ls -la setup.bin give?
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:39 pm    Post subject: Reply with quote

i posted the output anyweay the user can't read it!
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:42 pm    Post subject: Reply with quote

uhm, if you have icq it would be easyer :P mine is 157886812 :P
Back to top
View user's profile Send private message
didl
Retired Dev
Retired Dev


Joined: 09 Sep 2003
Posts: 1106
Location: Pittsburgh, PA

PostPosted: Wed Dec 08, 2004 9:47 pm    Post subject: Reply with quote

01arena wrote:
uhm, if you have icq it would be easyer :P mine is 157886812 :P


Unfortunately I don't :oops:

Please post

Code:

ls -la /etc/ximian-openoffice/autoresponse-1.1.2.conf
ls -la /opt/Ximian-OpenOffice/program/setup.bin


Thanks!
Back to top
View user's profile Send private message
01arena
n00b
n00b


Joined: 08 Dec 2004
Posts: 21

PostPosted: Wed Dec 08, 2004 9:58 pm    Post subject: Reply with quote

autoresponse:

4 -rw-r--r-- 1 root root 147 Dec 8 05:43

setup.bin:

-r-xr-xr-x 1 root root 266640 Dec 8 05:43

any suggestion?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum