Re: open office install fails after two days of installing

2004-01-27 Thread Dinesh Nair

On Sun, 25 Jan 2004, chip wrote:

 Okay, I downloaded and installed the .tbz file, moved it to /usr/local
 and ran pkg_add. It finished, and the instructions on the screen say to
 just run openoffice on the command line and answer a few questions. When
 I run the command I get command not found, as user and as root. What did
 I do wrong? -- Chip

hehehe, the docs are a little erred there. you should be running
/usr/local/OpenOffice.org1.1.0/program/soffice instead.

Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-27 Thread chip
Dinesh Nair wrote:
On Sun, 25 Jan 2004, chip wrote:


Okay, I downloaded and installed the .tbz file, moved it to /usr/local
and ran pkg_add. It finished, and the instructions on the screen say to
just run openoffice on the command line and answer a few questions. When
I run the command I get command not found, as user and as root. What did
I do wrong? -- Chip


hehehe, the docs are a little erred there. you should be running
/usr/local/OpenOffice.org1.1.0/program/soffice instead.
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
Regardless of where the start up file is, or what it is, none of them work.
I have since posted followup messages with errors regarding elf files 
not being located.
-
Chip


+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-26 Thread chip
Chris Pressey wrote:
On Sun, 25 Jan 2004 22:32:27 -0800
chip [EMAIL PROTECTED] wrote:

Okay, I downloaded and installed the .tbz file, moved it to /usr/local 
and ran pkg_add. It finished, and the instructions on the screen say to 
just run openoffice on the command line and answer a few questions. When 
I run the command I get command not found, as user and as root. What did 
I do wrong?


You may have to type 'rehash' first.

-Chris
I have done that and still no good.
--
Chip
_
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-26 Thread Nathan Kinkade
On Mon, Jan 26, 2004 at 06:29:44AM -0800, chip wrote:
 Chris Pressey wrote:
 On Sun, 25 Jan 2004 22:32:27 -0800
 chip [EMAIL PROTECTED] wrote:
 
 
 Okay, I downloaded and installed the .tbz file, moved it to /usr/local 
 and ran pkg_add. It finished, and the instructions on the screen say to 
 just run openoffice on the command line and answer a few questions. When 
 I run the command I get command not found, as user and as root. What did 
 I do wrong?
 
 
 You may have to type 'rehash' first.
 
 -Chris
 
 I have done that and still no good.
 --
 Chip

Try taking a look at what/where the package installed files using
pkg_add.  On my machine there is no binary or symlink called
'openoffice' either.  However, I can do this to find it:

$ pkg_info -L openoffice* | grep 'bin/openoffice'

... and found that it's actually at /usr/local/bin/openoffice_1.1

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Re: open office install fails after two days of installing

2004-01-26 Thread Yuri GV
On Mon, 26 Jan 2004 06:29:44 -0800, chip [EMAIL PROTECTED] wrote:

Chris Pressey wrote:
On Sun, 25 Jan 2004 22:32:27 -0800
chip [EMAIL PROTECTED] wrote:

Okay, I downloaded and installed the .tbz file, moved it to /usr/local 
and ran pkg_add. It finished, and the instructions on the screen say 
to just run openoffice on the command line and answer a few questions. 
When I run the command I get command not found, as user and as root. 
What did I do wrong?


You may have to type 'rehash' first.

-Chris
I have done that and still no good.
--
Chip
Try 'locate openoffice' on the command line to ensure that it's installed 
somewhere.
Find openoffice binary. Probably it resides in one of /bin subdirs.

Hope it was useful,
breath
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-26 Thread chip
Nathan Kinkade wrote:

You may have to type 'rehash' first.

-Chris
I have done that and still no good.
--
Chip


Try taking a look at what/where the package installed files using
pkg_add.  On my machine there is no binary or symlink called
'openoffice' either.  However, I can do this to find it:
$ pkg_info -L openoffice* | grep 'bin/openoffice'

... and found that it's actually at /usr/local/bin/openoffice_1.1

Nathan
Thanks, you're right, it's there. Now I have a problem with the elf 
interpreter - not found -

Elf interpreter /libexec/ld-elf.so.1 not found
Abort trap
I installed the package libelf-0.8.5 but I still get the same error.
Any ideas?
--
Chip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-26 Thread T Kellers
Open Office should be in /usr/local  e. g.
 /usr/local/OpenOffice.org1.0/
Try
cd /usr/local/OpenOffice.org1.0/
and 
./setup

(You have to have X running)

Tim

On Monday 26 January 2004 01:28 pm, Yuri GV wrote:
 On Mon, 26 Jan 2004 06:29:44 -0800, chip [EMAIL PROTECTED] wrote:
  Chris Pressey wrote:
  On Sun, 25 Jan 2004 22:32:27 -0800
 
  chip [EMAIL PROTECTED] wrote:
  Okay, I downloaded and installed the .tbz file, moved it to /usr/local
  and ran pkg_add. It finished, and the instructions on the screen say
  to just run openoffice on the command line and answer a few questions.
  When I run the command I get command not found, as user and as root.
  What did I do wrong?
 
  You may have to type 'rehash' first.
 
  -Chris
 
  I have done that and still no good.
  --
  Chip

 Try 'locate openoffice' on the command line to ensure that it's installed
 somewhere.
 Find openoffice binary. Probably it resides in one of /bin subdirs.

 Hope it was useful,
 breath

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-25 Thread Chris
On Sunday 25 January 2004 03:15 pm, chip wrote:
 I am trying to install OpenOffice on a PII-350 and it has been running
 make install clean for two days now. It just failed with this messages -


 In file included from
 /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell/do
cshell.cxx:138: ../../../inc/schview.hxx:110: syntax error before `*' token
 ../../../inc/schview.hxx:128: syntax error before `*' token
 ../../../inc/schview.hxx:192: syntax error before `*' token
 ../../../inc/schview.hxx:195: syntax error before `(' token
 ../../../inc/schview.hxx:196: vitual outside class declaration
 ../../../inc/schview.hxx:198: non-member function `window* GetWindow()'
 cannot have `const' method qualifier
 ../../../inc/schview.hxx:200: vitual outside class declaration
 ../../../inc/schview.hxx:201: syntax error before '}' token
 ../../../inc/schview.hxx:62:1 unterminated #ifndef
 dmake: error code 1, while making '../../../unxfbsd.pro/slo/docshell.obj'
 ---* TG_SLO.MK *---

 ERROR: error 65280 occured while making
 /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell
 dmake: error code 1, while making 'build_all'
 ---* TG_SLO.MK *---
 *** Error code 255
 Stop in /usr/ports/editors/openoffice-1.1.

 I hope there is a fix for this, crap two days of waiting for this to
 finish installing, what a drag. :(

 --
 Chip

Dude,

OpenOffice now has a binary install on thier site. Go for it!

-- 
Best regards,
Chris

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-25 Thread peter lageotakes

--- chip [EMAIL PROTECTED] wrote:
 I am trying to install OpenOffice on a PII-350 and
 it has been running 
 make install clean for two days now. It just failed
 with this messages -
 
 
 In file included from 

/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell/docshell.cxx:138:
 ../../../inc/schview.hxx:110: syntax error before
 `*' token
 ../../../inc/schview.hxx:128: syntax error before
 `*' token
 ../../../inc/schview.hxx:192: syntax error before
 `*' token
 ../../../inc/schview.hxx:195: syntax error before
 `(' token
 ../../../inc/schview.hxx:196: vitual outside class
 declaration
 ../../../inc/schview.hxx:198: non-member function
 `window* GetWindow()' 
 cannot have `const' method qualifier
 ../../../inc/schview.hxx:200: vitual outside class
 declaration
 ../../../inc/schview.hxx:201: syntax error before
 '}' token
 ../../../inc/schview.hxx:62:1 unterminated #ifndef
 dmake: error code 1, while making
 '../../../unxfbsd.pro/slo/docshell.obj'
 ---* TG_SLO.MK *---
 
 ERROR: error 65280 occured while making 

/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell
 dmake: error code 1, while making 'build_all'
 ---* TG_SLO.MK *---
 *** Error code 255
 Stop in /usr/ports/editors/openoffice-1.1.
 
 I hope there is a fix for this, crap two days of
 waiting for this to 
 finish installing, what a drag. :(
 
 --
 Chip
 
 ___
 [EMAIL PROTECTED] mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

Binary package is availabe at:
http://projects.imp.ch/openoffice/



=
ESCape with VI. Cheese A La mode.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-25 Thread chip
Okay, I downloaded and installed the .tbz file, moved it to /usr/local 
and ran pkg_add. It finished, and the instructions on the screen say to 
just run openoffice on the command line and answer a few questions. When 
I run the command I get command not found, as user and as root. What did 
I do wrong?
--
Chip

peter lageotakes wrote:
--- chip [EMAIL PROTECTED] wrote:

I am trying to install OpenOffice on a PII-350 and
it has been running 
make install clean for two days now. It just failed
with this messages -

In file included from 

/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell/docshell.cxx:138:

../../../inc/schview.hxx:110: syntax error before
`*' token
../../../inc/schview.hxx:128: syntax error before
`*' token
../../../inc/schview.hxx:192: syntax error before
`*' token
../../../inc/schview.hxx:195: syntax error before
`(' token
../../../inc/schview.hxx:196: vitual outside class
declaration
../../../inc/schview.hxx:198: non-member function
`window* GetWindow()' 
cannot have `const' method qualifier
../../../inc/schview.hxx:200: vitual outside class
declaration
../../../inc/schview.hxx:201: syntax error before
'}' token
../../../inc/schview.hxx:62:1 unterminated #ifndef
dmake: error code 1, while making
'../../../unxfbsd.pro/slo/docshell.obj'
---* TG_SLO.MK *---

ERROR: error 65280 occured while making 

/usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell

dmake: error code 1, while making 'build_all'
---* TG_SLO.MK *---
*** Error code 255
Stop in /usr/ports/editors/openoffice-1.1.
I hope there is a fix for this, crap two days of
waiting for this to 
finish installing, what a drag. :(

--
Chip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
[EMAIL PROTECTED]

Binary package is availabe at:
http://projects.imp.ch/openoffice/


=
ESCape with VI. Cheese A La mode.
__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: open office install fails after two days of installing

2004-01-25 Thread Chris Pressey
On Sun, 25 Jan 2004 22:32:27 -0800
chip [EMAIL PROTECTED] wrote:

 Okay, I downloaded and installed the .tbz file, moved it to /usr/local 
 and ran pkg_add. It finished, and the instructions on the screen say to 
 just run openoffice on the command line and answer a few questions. When 
 I run the command I get command not found, as user and as root. What did 
 I do wrong?

You may have to type 'rehash' first.

-Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]