hello,
I have RHEL4 64bit. I am installing gimageviewer but while make i got following error
Code:
make[3]: Leaving directory `/home/user/Desktop/gimageview-0.2.25/src/pixmaps'
make[2]: Leaving directory `/home/user/Desktop/gimageview-0.2.25/src/pixmaps'
Making install in prefs_ui
make[2]: Entering directory `/home/user/Desktop/gimageview-0.2.25/src/prefs_ui'
/bin/sh ../../libtool --mode=link gcc -g -O2 -Wall -o libgimv_prefs_ui.la prefs_ui_common.lo prefs_ui_etc.lo prefs_ui_imagewin.lo prefs_ui_movie.lo prefs_ui_progs.lo prefs_ui_thumbalbum.lo prefs_ui_thumbwin.lo prefs_ui_plugin.lo -L/usr/lib64 -L/usr/X11R6/lib64 -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
grep: /usr/lib64/libgmodule.la: No such file or directory
sed: can't read /usr/lib64/libgmodule.la: No such file or directory
libtool: link: `/usr/lib64/libgmodule.la' is not a valid libtool archive
make[2]: *** [libgimv_prefs_ui.la] Error 1
make[2]: Leaving directory `/home/user/Desktop/gimageview-0.2.25/src/prefs_ui'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/user/Desktop/gimageview-0.2.25/src'
make: *** [install-recursive] Error 1
then i search for libgmodule library and i found following
Code:
[root@localhost gimageview-0.2.25]# locate libgmodule
/usr/lib64/libgmodule-2.0.so.0.400.7
/usr/lib64/libgmodule-2.0.so.0
/usr/lib64/libgmodule-1.2.so.0
/usr/lib64/libgmodule-2.0.a
/usr/lib64/libgmodule-1.2.so.0.0.10
/usr/lib64/libgmodule.so
/usr/lib64/libgmodule-2.0.so
/usr/lib/libgmodule-2.0.so.0.400.7
/usr/lib/libgmodule-2.0.so.0
/usr/lib/libgmodule-1.2.so.0
/usr/lib/libgmodule-1.2.so.0.0.10
what can i do now?
Also how to solve following problem
Code:
Perhaps you should add the directory containing `gstreamer-0.8.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.8' found
i mean what is .pc files and what to do when i come across such errors?