"Rupesh kumar" <[EMAIL PROTECTED]> writes:
| ./lyx: error in loading shared libraries: libforms.so.0.88: cannot open
| shared object file: No such file or directory
|
|
|
| Although I have Xforms installed on my system and correctly gave the =
| path at
| configuration time..
|
| It might be of help to u that I am running Red Hat 6.0 ..But I DONOT =
| have
| root privileges on my system..Xforms and LyX are installed in my home
| directory..
You need to either set LD_LIBRARYPATH(?) to also point to the dir
where libxforms is located. _OR_ you can add -Wl,-rpath <xformsdir> to
the linking stage when compiling LyX. Read you compilers and linkers
documentation for correct syntax.
Lgb