<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Linc is not Cyberoam</title>
	<atom:link href="http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/feed/" rel="self" type="application/rss+xml" />
	<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/</link>
	<description>Notes on statistical issues and linux. Also, teaching resources for courses at CESP</description>
	<lastBuildDate>Wed, 23 Sep 2009 21:20:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: J.Bakshi</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-356</link>
		<dc:creator>J.Bakshi</dc:creator>
		<pubDate>Sat, 27 Dec 2008 10:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-356</guid>
		<description>Yes that would be very helpful to work with the latest gcc</description>
		<content:encoded><![CDATA[<p>Yes that would be very helpful to work with the latest gcc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vikas Rawal</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-352</link>
		<dc:creator>Vikas Rawal</dc:creator>
		<pubDate>Mon, 17 Nov 2008 05:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-352</guid>
		<description>Debjit,

Thanks for the very helpful comment. Would it be possible for you to post a fixed code somewhere and provide a link? That would indeed be useful.

Can one post a fix at sourceforge itself?

Vikas</description>
		<content:encoded><![CDATA[<p>Debjit,</p>
<p>Thanks for the very helpful comment. Would it be possible for you to post a fixed code somewhere and provide a link? That would indeed be useful.</p>
<p>Can one post a fix at sourceforge itself?</p>
<p>Vikas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debjit</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-351</link>
		<dc:creator>Debjit</dc:creator>
		<pubDate>Sat, 15 Nov 2008 13:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-351</guid>
		<description>Sorry missed the header part. The header missing is 
cstdlib. To include this header add this line where files have been included (usually at the top) &lt;code&gt; #include  &lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Sorry missed the header part. The header missing is<br />
cstdlib. To include this header add this line where files have been included (usually at the top) <code> #include  </code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Debjit</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-350</link>
		<dc:creator>Debjit</dc:creator>
		<pubDate>Sat, 15 Nov 2008 13:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-350</guid>
		<description>I successfully compiled linc with gcc 4.3.2. Several files were missing the header . Add this to files whichever show error during compilation. Also the encrypt.cpp file had used the data type u_int16_t and u_int32_t, they should be uint16_t and uint32_t respectively.</description>
		<content:encoded><![CDATA[<p>I successfully compiled linc with gcc 4.3.2. Several files were missing the header . Add this to files whichever show error during compilation. Also the encrypt.cpp file had used the data type u_int16_t and u_int32_t, they should be uint16_t and uint32_t respectively.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Bakshi</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-343</link>
		<dc:creator>J.Bakshi</dc:creator>
		<pubDate>Thu, 02 Oct 2008 09:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-343</guid>
		<description>Hello,

I have successfully compiled the linc. but it was little tricky. I downgraded cpp and gcc to 4.1 and no problem to compile.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have successfully compiled the linc. but it was little tricky. I downgraded cpp and gcc to 4.1 and no problem to compile.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Bakshi</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-342</link>
		<dc:creator>J.Bakshi</dc:creator>
		<pubDate>Wed, 01 Oct 2008 16:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-342</guid>
		<description>Thanks for your response. If you found that gcc-4.3 can compile it then pls let me know. Do you know any other tool like linc which don&#039;t have any such problem with gcc-4.3 and also work as deamon like linc ?

thanks</description>
		<content:encoded><![CDATA[<p>Thanks for your response. If you found that gcc-4.3 can compile it then pls let me know. Do you know any other tool like linc which don&#8217;t have any such problem with gcc-4.3 and also work as deamon like linc ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikasrawal</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-341</link>
		<dc:creator>vikasrawal</dc:creator>
		<pubDate>Sun, 28 Sep 2008 23:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-341</guid>
		<description>I have compiled it without any problems on ubuntu hardy and debian sid. My ubuntu system runs gcc 4.2.3. I am afraid I am not a hacker and would not be able to help you with the error.

You may want to try tracking down the package maintainer and asking for help. I am, however, not too sure how actively is this maintained. The second option would be to raise it on the mailing lists (seen you on ilugd/ilug-cal-discuss) and see if someone there could help.

V.</description>
		<content:encoded><![CDATA[<p>I have compiled it without any problems on ubuntu hardy and debian sid. My ubuntu system runs gcc 4.2.3. I am afraid I am not a hacker and would not be able to help you with the error.</p>
<p>You may want to try tracking down the package maintainer and asking for help. I am, however, not too sure how actively is this maintained. The second option would be to raise it on the mailing lists (seen you on ilugd/ilug-cal-discuss) and see if someone there could help.</p>
<p>V.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Bakshi</title>
		<link>http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-340</link>
		<dc:creator>J.Bakshi</dc:creator>
		<pubDate>Sat, 27 Sep 2008 16:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://vikasrawal.wordpress.com/2008/08/10/linc-is-not-cyberoam/#comment-340</guid>
		<description>In debian lenny I can&#039;t configure linc.
I&#039;m using gcc-4.3; c++-4.3; cpp-4.3

make command  shows as below

gcc -DPACKAGE=\&quot;linc-daemon\&quot; -DVERSION=\&quot;1.2\&quot; -DHAVE_SYSLOG_H=1  -I. -I.  -O2 -cMsg.cpp In file included from /usr/include/c++/4.3/backward/strstream:51,                from Msg.cpp:33:  usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This 
file includes at least one deprecated or antiquated header which may be 
removed without further notice at a future date. Please use a non-deprecated 
interface with equivalent functionality instead. For a listing of replacement 
headers and interfaces, consult the file backward_warning.h. To disable this 
warning use -Wno-deprecated.
Msg.cpp: In constructor âMsg::Msg(MSGTYPE_en, int32_t)â:
Msg.cpp:146: error: âbzeroâ was not declared in this scope
 make: *** [Msg.o] Error 1

Plese suggest me how to fix it ?</description>
		<content:encoded><![CDATA[<p>In debian lenny I can&#8217;t configure linc.<br />
I&#8217;m using gcc-4.3; c++-4.3; cpp-4.3</p>
<p>make command  shows as below</p>
<p>gcc -DPACKAGE=\&#8221;linc-daemon\&#8221; -DVERSION=\&#8221;1.2\&#8221; -DHAVE_SYSLOG_H=1  -I. -I.  -O2 -cMsg.cpp In file included from /usr/include/c++/4.3/backward/strstream:51,                from Msg.cpp:33:  usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This<br />
file includes at least one deprecated or antiquated header which may be<br />
removed without further notice at a future date. Please use a non-deprecated<br />
interface with equivalent functionality instead. For a listing of replacement<br />
headers and interfaces, consult the file backward_warning.h. To disable this<br />
warning use -Wno-deprecated.<br />
Msg.cpp: In constructor âMsg::Msg(MSGTYPE_en, int32_t)â:<br />
Msg.cpp:146: error: âbzeroâ was not declared in this scope<br />
 make: *** [Msg.o] Error 1</p>
<p>Plese suggest me how to fix it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
