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

Re: Testing openoffice



Hi .. 

On Tue, Mar 12, 2002 at 02:30:59PM +0100, Petter Reinholdtsen wrote:
>  % ooffice
>  /usr/lib/openoffice/program/setup.bin: error while loading shared
>    libraries: libstlport_gcc.so: cannot open shared object file: No
>    such file or directory
>  /usr/bin/ooffice: /usit/saruman/bsd-u1/pre/.openoffice/soffice: No
>    such file or directory
>  %

oh .. 

>I had to make a symlink in /usr/lib/ to get the program to run:
>  # cd /usr/lib/
>  # ln -s libstlport_gcc.so.4.0 libstlport_gcc.so
>I tried to run 'ldconfig', but this did not generate the required
>symlink.
>After fixing this symlink, the program starts and seem to run just
>fine.

Yes .. I heard of this! ...
We need to make a new STLPort Package, but I got some patches from the
Mandrake Maintainers and there is a patch for use libstlport 4.5.3,
which is in debian.
But then, if I understand the patch right, we have to switch to gcc-3.0.

I will attache the patch to this mail ... 

But I think, there should be ready packages, before we are working on
tuning .. :)

	Regards
		Jan

-- 
One time, you all will be emulated by linux!

----
Jan- Hendrik Palic
Url:"http://www.billgotchy.de";
E-Mail: "palic@billgotchy.de"

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS d- s: a-- C++ UL++ P+++ L+++ E W++ N+ o+ K- w--- 
O- M- V- PS++ PE Y+ PGP++ t--- 5- X+++ R-- tv- b++ DI-- D+++ 
G+++ e+++ h+ r++ z+ 
------END GEEK CODE BLOCK------
--- STLport-4.5.3/stlport/stdexcept.gcc3stlport	Tue May 22 02:50:22 2001
+++ STLport-4.5.3/stlport/stdexcept	Tue Feb 19 16:02:43 2002
@@ -49,6 +49,10 @@
 
 _STLP_BEGIN_NAMESPACE
 
+#if (__GNUC__ >= 3)
+#define _STLP_NOTHROW_INHERENTLY throw()
+#endif
+
 class _STLP_CLASS_DECLSPEC __Named_exception : public _STLP_EXCEPTION_BASE {
 public:
   __Named_exception(const string& __str) 

Attachment: pgp98J9zQXPWm.pgp
Description: PGP signature


Reply to: