[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

some comments on the package




* NOT subscribed, use CC *

Hello!

I've been playing with the package, and found the following problems:


* /usr/lib/openoffice/program/setup.bin: error while loading shared libraries: libstlport_gcc.so: cannot open shared object file: No such file or directory

There's a missing simlink: ln -s libstlport_gcc.so.4.0 /usr/lib/libstlport_gcc.so


* Loader script doesn't check for setup errors, this ought to fix it:

--- ooffice.old Tue Feb  5 12:30:31 2002
+++ ooffice     Tue Feb  5 12:33:47 2002
@@ -23,7 +23,7 @@
   /usr/lib/openoffice/program/setup -R:/etc/openoffice/autoresponse.conf
 fi
 -~/.openoffice/soffice
+if [ $? = "0" ]; then ~/.openoffice/soffice; else echo; echo "Setup failed!"; fi


* Errors displayed on runtime:

an error occurred while copying a file
ExitCode: 0

An error occurred while copying the file README to /home/rmh/.openoffice
an error occurred while copying a file
ExitCode: 0

An error occurred while copying the file LICENSE to /home/rmh/.openoffice

* Errors on closing:

/usr/sbin/lpc: not found
lpc: not found
lpstat: not found

Missing dependencies on lpr and lprng.

Cheers,

--
----------------------------------------------------
Robert Millan          Debian/GNU user
zeratul2 wanadoo es    http://getyouriso.dyndns.org/
----------------------------------------------------



Reply to: