spadmin

Asked by peter

Hello

Should the command spadmin exist?

If I enter this command in a terminal, I'll get the answer:
root@linux-desktop:~# spadmin
bash: spadmin: command not found
root@linux-desktop:~#

A manual entry does also not exist.

Thanks for your help.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu openoffice.org Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
peter (peter-neuweiler) said :
#1

Hi

I found the file spadmin.bin. It's in the directory
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

But how can I execute it? I tryed the following:

root@linux-desktop:/opt/openoffice.org/basis3.0/program# spadmin.bin
bash: spadmin.bin: command not found
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

root@linux-desktop:/opt/openoffice.org/basis3.0/program# ./spadmin
bash: ./spadmin: No such file or directory
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

root@linux-desktop:/opt/openoffice.org/basis3.0/program# ./spadmin.bin
Segmentation fault
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

Thanks for your help.
Peter

Revision history for this message
Guillermo Belli (glock24) said :
#2

Try with this:

sh /usr/lib/openoffice/program/spadmin

Revision history for this message
peter (peter-neuweiler) said :
#3

Hi Guillermo

It doesn't work. I got the following error:

root@linux-desktop:/opt/openoffice.org/basis3.0/program# sh /usr/lib/openoffice/program/spadmin
sh: Can't open /usr/lib/openoffice/program/spadmin
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

The file does not exist.

I tryed it also in the following directory (there the file exists):

/opt/openoffice.org/basis3.0/program

I got the following error:

root@linux-desktop:/opt/openoffice.org/basis3.0/program# sh spadmin.bin
spadmin.bin: 1: Syntax error: "(" unexpected
root@linux-desktop:/opt/openoffice.org/basis3.0/program#

Thanks for your help.
Peter

Revision history for this message
Guillermo Belli (glock24) said :
#4

Well, I have two files:

gbelli@F8Va:~$ locate spadmin
/usr/lib/openoffice/basis3.0/program/spadmin.bin
/usr/lib/openoffice/program/spadmin

Executing "/usr/lib/openoffice/basis3.0/program/spadmin.bin" gives me a segfault, but "sh /usr/lib/openoffice/program/spadmin" opens the program.

Maybe you have a missing package?

Revision history for this message
peter (peter-neuweiler) said :
#5

It works. I found it. Thanks a lot.
Peter.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#6

In a non standard OpenOffice 3 installation the follow command, work:

sh /opt/openoffice.org3/program/spadmin

Hope this helps

Revision history for this message
peter (peter-neuweiler) said :
#7

Thanks for the answer. And what do you mean with "a non standard installation"? Thanks.
Peter