[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lyx compilation



Maybe you can help.
I downloaded lyx-1.1.5fix2.tar.gz and tried to build the program. After
unpacking, ./configure and make I tried src/lyx. Got the error message:
error in loading shared libraries: libc.so.5: cannot open shared object
file: No such file or directory.
In my installation (Slakware 7.0 - kernel 2.2.13) libc.so.5 is in the
directory /usr/i386-slackware-linux-gnulibc1/lib. I checked the
libraries an directories in the file config.status. The line is:
s%@LIBS@% -lSM -lICE -liberty -lc -lm -L/usr/X11R6/lib -lX11 %g
Thinking that the problem was there, I tried to add the missing directory
with an editor: s%@LIBS@% -lSM -lICE -liberty -lc -lm
-L/usr/i386-slackware-linux-gnulibc1/lib -L/usr/X11R6/lib -lX11 %g
and made a make clean, make and src/lynx => same error message.
Any suggestions ? Thanks, Avraham (prog%agri.huji.ac.il)



=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il