Re: Compiling Lyx statically against xforms

2000-10-11 Thread Lars Gullik Bjønnes
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 n

Re: Compiling Lyx statically against xforms (fwd)

2000-10-10 Thread Steven Murdoch
Thanks Yann Collete and Michael Hanke, that worked perfectly. You learn something new every day :-) On Tue, 10 Oct 2000, Michael Hanke wrote: > On Die, 10 Okt 2000 you wrote: > > But again xforms was compiled dynamically and I was shown the following > > message: > > src/lyx: error in loading sh

Re: Compiling Lyx statically against xforms

2000-10-10 Thread Yann Collete
Hello, The thing to do is to tune the LD_LIBRARY_PATH environment variable. It tells where to find library fills. under csh: setenv LD_LIBRARY_PATH ~/myapps/lib:~/mypass/X11R6/lib:$PATH under bash export LD_LIBRARY_PATH=~/myapps/lib:~/myapps/X11R^/lib:$LD_LIBRARY_PAPTH your sincerely, YC

Compiling Lyx statically against xforms

2000-10-10 Thread Steven Murdoch
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 surpri