View previous topic :: View next topic |
Author |
Message |
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:31 am Post subject: [XIMIAN-OPENOFFICE] not working |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 4:09 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 6:09 pm Post subject: |
|
|
which are the "related files" you're speaking of?
let me know and 'I'll try it in a bit! |
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 7:36 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 7:54 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:02 pm Post subject: |
|
|
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:
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:03 pm Post subject: |
|
|
didl how do i change permissions to /opt/Ximian-openoffice ??? |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 8:14 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 8:24 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:45 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:49 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:51 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 8:56 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 9:10 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:11 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:13 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 9:14 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 9:27 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:33 pm Post subject: |
|
|
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:34 pm Post subject: |
|
|
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 |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 9:37 pm Post subject: [XIMIAN-OPENOFFICE] not working |
|
|
Can your user read it ?
What does ls -la setup.bin give? |
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:39 pm Post subject: |
|
|
i posted the output anyweay the user can't read it! |
|
Back to top |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:42 pm Post subject: |
|
|
uhm, if you have icq it would be easyer mine is 157886812 |
|
Back to top |
|
|
didl Retired Dev
Joined: 09 Sep 2003 Posts: 1106 Location: Pittsburgh, PA
|
Posted: Wed Dec 08, 2004 9:47 pm Post subject: |
|
|
01arena wrote: | uhm, if you have icq it would be easyer mine is 157886812 |
Unfortunately I don't
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 |
|
|
01arena n00b
Joined: 08 Dec 2004 Posts: 21
|
Posted: Wed Dec 08, 2004 9:58 pm Post subject: |
|
|
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 |
|
|
|