<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">These are the package information about GLIB.<br><br>&nbsp; # pkginfo -l SUNWGlib<br>&nbsp;&nbsp;&nbsp;&nbsp; PKGINST:&nbsp; SUNWGlib
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME:&nbsp; GLIB - Library of useful routines for C programming<br>&nbsp;&nbsp;&nbsp; CATEGORY:&nbsp; system<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ARCH:&nbsp; sparc<br>&nbsp;&nbsp;&nbsp;&nbsp; VERSION:&nbsp; 11.9.0,REV=2002.03.02.00.35<br>&nbsp;&nbsp;&nbsp;&nbsp; BASEDIR:&nbsp; /<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VENDOR:&nbsp; Sun Microsystems, Inc.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DESC:&nbsp; GLIB - Library of useful routines for C programming<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PSTAMP:&nbsp; sfw8120020302003551<br>&nbsp;&nbsp;&nbsp; INSTDATE:&nbsp; Aug 27 2004 19:50<br>&nbsp;&nbsp;&nbsp;&nbsp; HOTLINE:&nbsp; Please contact your local service provider<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATUS:&nbsp; completely installed
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FILES:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 33 installed pathnames<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 shared pathnames<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 11 directories<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7 executables<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 779 blocks used (approx)<br><br>&nbsp; # pkginfo -l SMCglib
<br>&nbsp;&nbsp;&nbsp;&nbsp; PKGINST:&nbsp; SMCglib<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME:&nbsp; glib<br>&nbsp;&nbsp;&nbsp; CATEGORY:&nbsp; application<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ARCH:&nbsp; sparc<br>&nbsp;&nbsp;&nbsp;&nbsp; VERSION:&nbsp; 2.6.2<br>&nbsp;&nbsp;&nbsp;&nbsp; BASEDIR:&nbsp; /usr/local<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VENDOR:&nbsp; The GLIB Project<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PSTAMP:&nbsp; Steve Christensen
<br>&nbsp;&nbsp;&nbsp; INSTDATE:&nbsp; 3月 05 2007 15:50<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EMAIL:&nbsp; <a href="mailto:steve@smc.vnet.net">steve@smc.vnet.net</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATUS:&nbsp; completely installed<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FILES:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 780 installed pathnames<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8 shared pathnames
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 163 directories<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17 executables<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 42974 blocks used (approx)<br><br>SUNWGlib is the pre-installed package.<br>SMCglib is that I did pkgadd successfully.<br>&nbsp;&nbsp; file is : 
<a href="ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/glib-2.6.2-sol9-sparc-local.gz">ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/glib-2.6.2-sol9-sparc-local.gz</a><br><br>--------------------------------------------------------------------------------
<br><br>Further information about the package is as,<br><br>&nbsp; # cat /usr/local/lib/pkgconfig/glib-2.0.pc<br>&nbsp; prefix=/usr/local<br>&nbsp; exec_prefix=${prefix}<br>&nbsp; libdir=${exec_prefix}/lib<br>&nbsp; includedir=${prefix}/include<br>
<br>&nbsp; glib_genmarshal=glib-genmarshal<br>&nbsp; gobject_query=gobject-query<br>&nbsp; glib_mkenums=glib-mkenums<br><br>&nbsp; Name: GLib<br>&nbsp; Description: C Utility Library<br>&nbsp; Version: 2.6.2<br>&nbsp; Libs: -L${libdir} -lglib-2.0&nbsp; -liconv<br>
&nbsp; Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include <br><br>and, <br><br>&nbsp; # export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/:/usr/lib/pkgconfig/<br>&nbsp; # pkg-config --cflags glib-2.0<br>&nbsp; -I/usr/local/include/glib-
2.0 -I/usr/local/lib/glib-2.0/include <br><br>but, <br><br>&nbsp; # ls /usr/local/lib/g*<br>&nbsp; /usr/local/lib/g*: No such file or directory<br><br>Therefore, it seems that the installed package does NOT create the directories<br>
which are necessary to compile syslog-ng-2.0.2.<br>Further, the package does NOT create the file &quot;glibconfig.h&quot; which should exist<br>in /usr/local/lib/glib-2.0/include.<br><br>I simply tried to copy the file &quot;/usr/sfw/lib/glib/include/glibconfig.h&quot; into
<br>&quot;/usr/local/lib/glib-2.0/include/&quot; , and done make again.<br>Then, it passes the problem regarding &quot;file does not exist&quot; , although it errors out<br>a lot more elsewhere since the file &quot;glibconfig.h
&quot; belongs to the original package.<br><br>--------------------------------------------------------------------------------<br><br>find /usr/local -name glibconfig.h -ls<br>returns<br>none<br><br>find /usr/local -name 
gtypes.h -ls<br>returns<br>135296&nbsp;&nbsp; 15 -rw-r--r--&nbsp;&nbsp; 1 root&nbsp;&nbsp;&nbsp;&nbsp; bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15241 Mar&nbsp; 1&nbsp; 2005 /usr/local/include/glib-2.0/glib/gtypes.h<br><br>--------------------------------------------------------------------------------
<br><br>About the missing blank space, <br>there IS a space before the second -I.<br>There was a space in the text before sending.<br>It was deleted somehow at the mail archive.<br>I do not know why,,,<br><br>--------------------------------------------------------------------------------
<br><br>Questions are,,,<br>Q1. Is the package I have installed appropriate in order to compile syslog-ng-2.0.2 ?<br>Q2. Are there any package dependencies associated with this package ?<br><br>Please help out.<br><br>Regards,
<br><br>George<br><br>------------------------------<br><br>Message: 4<br>Date: Tue, 27 Mar 2007 03:01:06 -0400<br>From: <a href="mailto:Valdis.Kletnieks@vt.edu">Valdis.Kletnieks@vt.edu</a><br>Subject: Re: [syslog-ng] problem in compiling &quot;
syslog-ng-2.0.2&quot; on<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SunOS 5.9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sparc<br>To: &quot;Syslog-ng users&#39; and developers&#39; mailing list&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:syslog-ng@lists.balabit.hu">syslog-ng@lists.balabit.hu</a>&gt;
<br>Message-ID: &lt;<a href="mailto:200703270701.l2R716nZ014513@turing-police.cc.vt.edu">200703270701.l2R716nZ014513@turing-police.cc.vt.edu</a>&gt;<br>Content-Type: text/plain; charset=&quot;us-ascii&quot;<br><br>On Tue, 27 Mar 2007 11:57:42 +0900, Root Administrator said:
<br><br>&gt; <a href="ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/glib-2.6.2-sol9-sparc-local.gz">ftp://ftp.sunfreeware.com/pub/freeware/sparc/9/glib-2.6.2-sol9-sparc-local.gz</a><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; The package information is ;
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; # pkginfo | grep -i glib<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; application SMCglib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;glib<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; system&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SUNWGlib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; GLIB - Library of<br>&gt; useful routines for C programming
<br><br>Humor me, part one - can you get pkginfo to tell you what release(s) of glib<br>this is?&nbsp;&nbsp;And is the sol9-sparc-local file referenced above actually the<br>one you did a successful pkgadd with? (I&#39;m suspecting that there&#39;s something
<br>wrong here, as later on you look to see what the pkginfo database has in<br>it, and we *don&#39;t* see anything referencing /usr/local, even though:<br><br>&gt;&nbsp;&nbsp; gcc -DHAVE_CONFIG_H -I. -I. -I..<br>&gt; -I/usr/local/include/glib-
2.0-I/usr/local/lib/glib-<br>&gt; 2.0/include&nbsp;&nbsp; -I/usr/local/include/eventlog&nbsp;&nbsp; -D_GNU_SOURCE&nbsp;&nbsp;-g -O2 -Wall -g<br>&gt; -c `test -f &#39;misc.c&#39; || echo &#39;./&#39;`misc.c<br><br>We see a reference to /usr/local/include, and /usr/local/lib/include.
<br><br>Also, please double-check if you had&nbsp;&nbsp;a cut-n-paste error - there&#39;s a<br>missing blank before the second -I.<br><br>What does this command return:<br><br>% pgk-config --cflags glib-2.0<br><br>(If this has 2 -I flags with a missing space, that&#39;s your problem).
<br><br>&gt;&nbsp;&nbsp; In file included from /usr/local/include/glib-2.0/glib/galloca.h:30,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from /usr/local/include/glib-2.0/glib.h:30,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from syslog-ng.h:37,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from 
misc.h:27,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;from misc.c:24:<br><br>OK, here we&#39;ve found a glib include in /usr/local/include, somehow.<br><br>&gt;&nbsp;&nbsp; /usr/local/include/glib-2.0/glib/gtypes.h:30: glibconfig.h: No such file<br>
&gt; or directory<br><br>but something is fishy about it.<br><br>&gt;&nbsp;&nbsp; # find /usr -name glibconfig.h -exec grep {} /var/sadm/install/contents \;<br><br>Humor me, part two:<br><br>What does this return:<br><br># find /usr/local -name 
glibconfig.h -ls<br># find /usr/local -name gtypes.h -ls<br><br>(We skip the grep because I&#39;m curious what&#39;s actually on the system, as<br>opposed to what files pgkadd *thinks* are on the system...)<br><br>-------------- next part --------------
<br>A non-text attachment was scrubbed...<br>Name: not available<br>Type: application/pgp-signature<br>Size: 226 bytes<br>Desc: not available<br>Url : <a href="http://lists.balabit.hu/pipermail/syslog-ng/attachments/20070327/6cbeae45/attachment-0001.pgp">
http://lists.balabit.hu/pipermail/syslog-ng/attachments/20070327/6cbeae45/attachment-0001.pgp</a><br><br>------------------------------<br><br>_______________________________________________<br>syslog-ng maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:syslog-ng@lists.balabit.hu">
syslog-ng@lists.balabit.hu</a><br><a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br><br><br>End of syslog-ng Digest, Vol 23, Issue 29<br>*****************************************
<br></blockquote></div><br>