Hello,
I'm attempting to get lyx 1.3.5 up and running on RedHat Enterprise via the source. The problem is that xforms is not installed. I managed to compile xforms, and put the libraries in my network (afs) space. Using the --prefix, --with-extra-inc and --with-extra-lib switches, I managed to tell configure where I wanted to install lyx (also on my network space) and where the xforms libraries were.
The configure, make, and make install all worked fine. However, when I went to run lyx, it couldn't find the files libflimage.so.1 or libflimage.so.1 (I verified this by running > ldd lyx).
the exact when attempting to run lyx is:
lyx: error while loading shared libraries: libflimage.so.1: cannot open shared object file: No such file or directory
Both files are in the path I specified using --with-extra-lib during configuration. I attempted adding them to the LD_LIBRARY_PATH, but lyx still couldn't find them.
Any ideas?
Thanks,
-Bren