On Wed, 3 Jul 2002, Tzafrir Cohen wrote: > On Wed, 3 Jul 2002, Jonathan Ben-Avraham wrote: > > > On Wed, 3 Jul 2002, Tzafrir Cohen wrote: > > > > > On Wed, 3 Jul 2002, Jonathan Ben-Avraham wrote:
[snip] > > The problem here is that "beginners" do not know how to installthe > > libstdc++ libraries required. The simplest way for them is to install > > IBM's rpm with --nodeps and then to ldconfig the libs in from the standard > > beta version of OpenOffice. > > Regards, > > an extra libstdc++ in ld's cache sounds to me like a sure source for > strange troubles which those "beginners" will have no idea how to handle. In fact it is not a problem because the machines either do not have libstdc++.so at all or they have an older version. Remember that the libstdc++.so that OpenOffice needs is newer than the libstdc++ that installed out-of-the-box with RedHat 7.3, the preferred beginners distro. > > If you want to install extra libraries, do that in a directory outside the > cache (that is: not listed in /etc/ld.so.conf) and create a script to run > OO: As I said above, there is no problem using ld.so.conf because there is no library redundancy. The problem with your method is that is assumes that the beginner knows what script to write, or for that matter, knows how to write a script, chmod +x and test it. My method doesn't require that level of competence (like knowing what LD_LIBRARY_PATH is) from someone who just wants to try out IBM's bidi openoffice. Regards, - yba > > #!/bin/sh > LD_LIBRARY_PATH=/path/to/new/libs exec /path/to/openoffice > > -- EE 77 7F 30 4A 64 2E C5 83 5F E7 49 A6 82 29 BA ~. .~ Tk Open Systems =}------------------------------------------------ooO--U--Ooo------------{= - [EMAIL PROTECTED] - tel: +972.2.679.5364, http://www.tkos.co.il - ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]