Hi,
We want to install the wireshark development kit, and we have successfully installed autoconf, automake and libtool. But when we tried to install the wireshark, it gave the dependency error on gpk, and gpk had a dependency on glib. We are getting the following error when we try to install glib. Python 2.75 is installed. Please let us know.
[[email protected] glib-2.36.4]# python --version
Python 2.7.5
/usr/bin/msgfmt -o test.mo ./de.po;
/bin/mkdir -p de/LC_MESSAGES;
cp -f test.mo de/LC_MESSAGES
./de.po:15: keyword "msgctxt" unknown
./de.po:15:8: parse error
/usr/bin/msgfmt: found 2 fatal errors
cp: cannot stat test.mo': No such file or directory make[5]: *** [test.mo] Error 1 make[5]: Leaving directory
/root/gpalanka/glib-2.36.4/gio/tests'
make[4]: *** [install-recursive] Error 1
make[4]: Leaving directory /root/gpalanka/glib-2.36.4/gio/tests' make[3]: *** [install] Error 2 make[3]: Leaving directory
/root/gpalanka/glib-2.36.4/gio/tests'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory /root/gpalanka/glib-2.36.4/gio' make[1]: *** [install] Error 2 make[1]: Leaving directory
/root/gpalanka/glib-2.36.4/gio'
make: *** [install-recursive] Error 1
[[email protected] glib-2.36.4]# pwd
/root/gpalanka/glib-2.36.4
[[email protected] glib-2.36.4]#
[[email protected] gpalanka]# autoconf –version
autoconf (GNU Autoconf) 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
[[email protected] gpalanka]# automake –version
automake (GNU automake) 1.11
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Tom Tromey <[email protected]>
and Alexandre Duret-Lutz <[email protected]>.
[[email protected] gpalanka]# libtool –version
ltmain.sh (GNU libtool) 2.2.6
Written by Gordon Matzigkeit <[email protected]>, 1996
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[[email protected] gpalanka]#
asked 18 Sep ‘13, 20:45
Sahana
1●1●1●1
accept rate: 0%
closed 19 Sep ‘13, 07:12
JeffMorriss ♦
6.2k●5●72
This isn’t the place to ask for help installing glib–there are many other places for that type of question.