"Garst R. Reese" <[EMAIL PROTECTED]> writes:
| This is an old problem and probably not LyX, but maybe someone else has
| figured it out.
| My system is hacked from an old slackware linux 3.5. converted to
| glibc2.1
| If I complile the sources for xpm from the slackware CD LyX works, but
| wp8 cannot find xpm. If I install the binaries for xpm from the same CD,
| wp8 works, but lyx can't find XpmCreateBufferFromImage, but does find
| xpm and the headers.
| It would not be problem, except that some cretins send me wp6.1 files.
| libXpm.so.4.11 in both cases, and the xpm.h file matches.
| Before reinstalling the xpm binary to run wp8, I moved the libXpm
| files to another location. Moving them back does not help, but I can run
| both wp8 and LyX-1.0.3pre2, but cannot compile LyX-1.0.3pre4. Any
| ideas?
Compile xpm statically into LyX.
or use LD_LIBRARY_PATH in a wrapper script for wp or lyx to make them
find the correct xpm.
Lgb