I am trying to install Lyx on a RedHat Linux machine.
[root@cbe207 xforms]# make install
cp FORMS/libforms.a /usr/lib;chmod 644 /usr/lib/libforms.a
cp DESIGN/fdesign /usr/local/bin; chmod 711 /usr/local/bin/fdesign
cp fd2ps/fd2ps /usr/local/bin; chmod 711 /usr/local/bin/fd2ps
cp FORMS/forms.h /usr/include;\
chmod 644 /usr/include/forms.h
cp FORMS/xforms.5 /usr/man/man5; chmod 644 /usr/man/man5/xforms.5
cp DESIGN/fdesign.1 /usr/man/man1; chmod 644 /usr/man/man1/fdesign.1
cp fd2ps/fd2ps.1 /usr/man/man1; chmod 644 /usr/man/man1/fd2ps.1
seemed to go OK.
[root@cbe207 FORMS]# find / -name "libforms*"
find: /proc/6/fd: Permission denied
/usr/lib/libforms.a
/usr/lib/libforms.so.0.88
/usr/lib/libforms.so
ldconfig -v
BUT now when I try to compile Lyx, in the configuration phase I get
message:
** Can't find libforms or libxforms. Please check that the xforms library
is correctly installed on your system.
Any ideas what is wrong, and how to fix?
Thanks very much for any help!
Bill