Angus Leeming wrote:
>
> On Saturday 06 April 2002 10:05 pm, Garst R. Reese wrote:
> > It now makes .so stuff, but lyx says it cannot find it.
> > I can create a symlink libxforms.a to libforms.a and it will statically
> > link, but doing the same with libforms.so does not work. Looks like
> > either the .so stuff is not complete or configure is doing not the right
> > test.
> > No big deal here. Just FYI.
> > Garst
>
> Can you run any of the xforms demo packages?
Yes
> Have you run ldconfig (I think that's what it's called on Linux boxes).
Yes
> Alternatively, from the console type
>
> export LD_LIBRARY_PATH=/path/to/xforms.so/lib
> lyx
xforms installed in /usr/local/lib
Changing that to /usr/lib had no effect.
It finds the .88 and .89 versions in /usr/lib fine.
I'm currently running .89 ok.
Garst