Hello! > ../../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
You have a misconfigured installation of glib2. The simplest workaround is to set LD_LIBRARY_PATH environment variable to the path where libglib-2.0.so.0 can be found. pkgconfig should have provided the runtime library path as an option to the linker, but it apparently didn't. -- Regards, Pavel Roskin _______________________________________________ Mc mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/mc
