Thanks markus
after running ldconfig it worked
bye
Markus Mohr wrote:
>
> > root@minduin:/home/rod > ldd /usr/X11R6/bin/lyx
> > libforms.so.0.89 => not found
> > libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4002)
> [..]
> > how can I do to add this lib to my path, it is in
> root@minduin:/home/rod > ldd /usr/X11R6/bin/lyx
> libforms.so.0.89 => not found
> libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4002)
[..]
> how can I do to add this lib to my path, it is installed at
> /usr/X11R6/lib/libforms.so.0.89
Since it finds libXpm which is in the sam
Rod Lima-Lopes writes:
root@minduin:/home/rod > ldd /usr/X11R6/bin/lyx
libforms.so.0.89 => not found
[...]
how can I do to add this lib to my path, it is installed at
/usr/X11R6/lib/libforms.so.0.89
I don't know about Linux, but on Unix you have three choices:
1. includ
hi markus
it really does not find the path to the library,
root@minduin:/home/rod > ldd /usr/X11R6/bin/lyx
libforms.so.0.89 => not found
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x4002)
libpthread.so.0 => /lib/libpthread.so.0 (0x4003)
libSM.so.6 => /usr/
> lyx: error while loading shared libraries: libforms.so.0.89: cannot load
> shared object file: No such file or directory
>
> but xforms-0.89-302 are already installed on my computer
Do an 'ldd /lyx' to see which libraries are found and which not.
You probably lack a library path.
ciao
marksu
Hi
I Installed lyx-1.1.6fix1-29 and everything went pretty well. When I try
to run it, I have the following message:
lyx: error while loading shared libraries: libforms.so.0.89: cannot load
shared object file: No such file or directory
but xforms-0.89-302 are already installed on my computer
I