Need help getting OpenOffice to work on FreeBSD 6.0-release

2006-01-16 Thread umagnum338
I installed the package for OpenOffice 2.0 for FreeBSD 6.0 (which needed 
openssl-beta, which I installed).  Now, when trying to run OpenOffice I get:

/libexec/ld-elf.so.1: Shared object libuno_sal.so.3 not found, required by 
javaldx
/libexec/ld-elf.so.1: Shared object libvcl680fi.so not found, required by 
soffice.bin

I put symlinks in /usr/local/lib to these files using their names (i.e. the 
symlinks are the same names as the files), the files were installed to:

/usr/local/openoffice.org2.0.0/program

So, I figured that ldconfig would take care of everything on the next bootup.  
Well, I'm still getting the same problem.  I did ldconfig -r | grep 
for_the_files.  ldconfig knows about libuno_sal.so.3 but not 
libvcl680fi.so.  I suspect it's because libvcl680fi.so doesn't follow the 
libsomething.so.[0-9] convention being looked for (as is spelled out in the 
man page).

So, my question is simple.  Can anyone help me get OpenOffice running?

Thanks,
Andy

__
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need help getting OpenOffice to work on FreeBSD 6.0-release

2006-01-16 Thread chris
Try compiling it from scratch seems to me like you installed the wrong
package doesnt matter what the name of the lib is as long as its in the
path even though it takes hours try compiling it from source

 I installed the package for OpenOffice 2.0 for FreeBSD 6.0 (which needed
 openssl-beta, which I installed).  Now, when trying to run OpenOffice I
 get:

 /libexec/ld-elf.so.1: Shared object libuno_sal.so.3 not found, required
 by javaldx
 /libexec/ld-elf.so.1: Shared object libvcl680fi.so not found, required
 by soffice.bin

 I put symlinks in /usr/local/lib to these files using their names (i.e.
 the symlinks are the same names as the files), the files were installed
 to:

 /usr/local/openoffice.org2.0.0/program

 So, I figured that ldconfig would take care of everything on the next
 bootup.  Well, I'm still getting the same problem.  I did ldconfig -r |
 grep for_the_files.  ldconfig knows about libuno_sal.so.3 but not
 libvcl680fi.so.  I suspect it's because libvcl680fi.so doesn't follow
 the libsomething.so.[0-9] convention being looked for (as is spelled out
 in the man page).

 So, my question is simple.  Can anyone help me get OpenOffice running?

 Thanks,
 Andy

 __
 Switch to Netscape Internet Service.
 As low as $9.95 a month -- Sign up today at
 http://isp.netscape.com/register

 Netscape. Just the Net You Need.

 New! Netscape Toolbar for Internet Explorer
 Search from anywhere on the Web and block those annoying pop-ups.
 Download now at http://channels.netscape.com/ns/search/install.jsp
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]





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