Re: Failing make install



Hi,

Roger Cooreman wrote:

What did I do wrong?
If more info, like the output of configure and/or make, is requiered I
would be pleased to send it to you.
Many thanks in advance from
Roger Cooreman
Sint-Guduladreef 25
B-1785 Hamme-Merchtem


Linux distro: SuSE 8.0, locale=nl_BE
glib-2.2.1 installed


output of make install

. . .

Making install in doc
make[1]: Entering directory `/home/ikke/ZPKG/mc-4.6.0/doc'
Making install in es
make[2]: Entering directory `/home/ikke/ZPKG/mc-4.6.0/doc/es'
../../src/man2hlp mc.1 ./xnc.hlp mc.hlp.es
../../src/man2hlp: error while loading shared libraries:
libglib-2.0.so.0: cannot open shared object file: No such file or
directory
make[2]: [mc.hlp.es] Error 127 (ignored)
make[3]: Entering directory `/home/ikke/ZPKG/mc-4.6.0/doc/es'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../config/mkinstalldirs /usr/local/man/es/man1
 /usr/bin/install -c -m 644 ./mc.1 /usr/local/man/es/man1/mc.1
../../src/man2hlp mc.1 ./xnc.hlp mc.hlp.es
../../src/man2hlp: error while loading shared libraries:
libglib-2.0.so.0: cannot open shared object file: No such file or

mc and man2hlp use shared glib library, so this library must be present in your system (locate libglib-2.0.so can help) and also directory where this shared library is located must be in the LD_LIBRARY_PATH environment variable or in the /etc/ld.so.conf. If you preffer second way and there was no such directory in your /etc/ld.so.conf, you should run ldconfig after adding this one.

In common case this library should be in /usr/lib, so you don't need this moves.


--
Regards,
Andrew V. Samoilov






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