Ethereal-users: [Ethereal-users] Using Ethereal Source Code

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Jonty Ray" <jonty_11@xxxxxxxxxxxxxx>
Date: Thu, 09 Oct 2003 23:54:57 -0000
HI 

 I wanna use Ehtereal source code and add a dissector. I want tried to build GTK and GLIB on a Solaris 2.8 box.

I am following steps in the Ethereal user guide on how to build GTK and Libcap.

I have unzipped & untarred the GLIB but there is no make file in that. HOw do I build that?

 

 I unzipped the GTK and ran "./configure" & then "make" which ran fine with few warnings.

when i run "make install" i get this error
cp: cannot create /usr/local/lib/locale/sv/LC_MESSAGES/#inst.8741#: Permission denied
installing sv.mo as /usr/local/lib/locale/sv/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/tr/LC_MESSAGES/#inst.8758#: Permission denied
installing tr.mo as /usr/local/lib/locale/tr/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/uk/LC_MESSAGES/#inst.8775#: Permission denied
installing uk.mo as /usr/local/lib/locale/uk/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/vi/LC_MESSAGES/#inst.8792#: Permission denied
installing vi.mo as /usr/local/lib/locale/vi/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/wa/LC_MESSAGES/#inst.8809#: Permission denied
installing wa.mo as /usr/local/lib/locale/wa/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/zh_CN.GB2312/LC_MESSAGES/#inst.8826#: Permission denied
installing zh_CN.GB2312.mo as /usr/local/lib/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo
cp: cannot create /usr/local/lib/locale/zh_TW.Big5/LC_MESSAGES/#inst.8843#: Permission denied
installing zh_TW.Big5.mo as /usr/local/lib/locale/zh_TW.Big5/LC_MESSAGES/gtk+.mo
if test "gtk+" = "gettext"; then \
  if test -r ".././mkinstalldirs"; then \
    .././mkinstalldirs /usr/local/share/gettext/po; \
  else \
    /bin/sh ../mkinstalldirs /usr/local/share/gettext/po; \
  fi; \
  .././install-sh -c -m 644 ./Makefile.in.in \
                  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
gmake[1]: warning:  Clock skew detected.  Your build may be incomplete.
gmake[1]: Leaving directory `/users1/ukoul/ethereal/gtk+-1.2.10/po'
Making install in gdk
gmake[1]: Entering directory `/users1/ukoul/ethereal/gtk+-1.2.10/gdk'
gmake[1]: *** Warning: File `Makefile' has modification time in the future (2003-10-09 22:42:31.938001 > 2003-10-09 17:37:37.284196832)
gmake[2]: Entering directory `/users1/ukoul/ethereal/gtk+-1.2.10/gdk'
gmake[2]: *** Warning: File `Makefile' has modification time in the future (2003-10-09 22:42:31.938001 > 2003-10-09 17:37:37.39814111)
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool  --mode=install .././install-sh -c libgdk.la /usr/local/lib/libgdk.la
.././install-sh -c .libs/libgdk-1.2.so.0.9.1 /usr/local/lib/libgdk-1.2.so.0.9.1
cp: cannot create /usr/local/lib/#inst.8882#: Permission denied
gmake[2]: *** [install-libLTLIBRARIES] Error 2
gmake[2]: Leaving directory `/users1/ukoul/ethereal/gtk+-1.2.10/gdk'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/users1/ukoul/ethereal/gtk+-1.2.10/gdk'
gmake: *** [install-recursive] Error 1


Please help
Thx in advance,