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

Re: Making StarOffice work with glibc-2.1, redhat-digest Digest V99 #956



>
>#!/bin/sh
>LD_LIBRARY_PATH=/usr/local/olib:$LD_LIBRARY_PATH
>export LD_LIBRARY_PATH
>/usr/local/Office50/bin/soffice
>
>No luck.  When I run my script I get:
>

try:
LD_PRELOAD=/usr/local/olib/libc-2.0.7
export LD_PRELOAD

Instead of LD_LIBRARY_PATH in your wrapper scrippt.

--wally.



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