Steven Murdoch <[EMAIL PROTECTED]> writes:
| I am on a shared Redhat 6.2 machine and I do not have root privilages to
| it (nor am I likely to get them)
|
| I tried installing xforms and lyx from RPM setting the prefix to my home
| folder and all seemed to go well until I tried to run it could not find
| the xforms shared library, this was not surprising as I am not allowed to
| add new shared libraries.
Sure you are :-) You just ave to compile to location of the shared lib
into LyX.
Something like -Wl,rpath <dirofdynlib> have to be added to the ling
line. (man gcc, man ld)
You can probalby also use LD_LIBRARY_PATH (man ld.so)
Lgb