<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>I&#039;m AI.</title>
	<atom:link href="http://www.im-ai.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.im-ai.com/blog</link>
	<description>Software, Programming, Database</description>
	<lastBuildDate>Wed, 21 Sep 2011 14:49:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Error 29506 เมื่อติดตั้ง SQL Server Management Studio บน Windows 7</title>
		<link>http://www.im-ai.com/blog/2011/09/error-29506-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-sql-server-management-studio-%e0%b8%9a%e0%b8%99-windows-7/</link>
		<comments>http://www.im-ai.com/blog/2011/09/error-29506-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-sql-server-management-studio-%e0%b8%9a%e0%b8%99-windows-7/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 14:49:10 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[SQL/Database]]></category>
		<category><![CDATA[Error 29506]]></category>
		<category><![CDATA[install SQL Server]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=321</guid>
		<description><![CDATA[วันนี้ผมเจอปัญหา Error 29506 ตอนที่ติดตั้ง SQL Server Management Studio บน Windows 7 หลังจากหาไป ก็พบว่าต้องรันเป็นแบบ Admin ถึงจะติดตั้งได้ ผมก็ลองคลิดขวาดู ปารกฏว่าตัว Setup (SQLServer2005_SSMSEE_x64.msi) ไม่สามารถ ตั้งค่าให้ รันแบบ Admin ได้ ต้องไปใช้วิธีการเรียกผ่านทาง CMD แทน โดยเรก CMD แบบ Admin 1.คลิกขวาที่ cmd เลือก Run as administrator 2.cd ไปที่ path ที่เก็บไฟล์ setup 3.สั้งรันไฟล์ setup ก็เป็นที่เรียบร้อยครับ]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/09/error-29506-%e0%b9%80%e0%b8%a1%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-sql-server-management-studio-%e0%b8%9a%e0%b8%99-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris Bus Error (core dumped) เหตุจากการ cast ค่าใน Memory ตำแหน่งที่เป็นเลขคี่</title>
		<link>http://www.im-ai.com/blog/2011/09/solaris-bus-error-core-dumped/</link>
		<comments>http://www.im-ai.com/blog/2011/09/solaris-bus-error-core-dumped/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:29:00 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[core dumped]]></category>
		<category><![CDATA[Solaris Bus Error]]></category>
		<category><![CDATA[Solaris Bus Error core dumped]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=313</guid>
		<description><![CDATA[เมื่ออาทิตย์ที่แล้ว ในขณะที่นั่งเขียนโปรแกรมอยุ่เพลิน อยุ่ๆ Terminal ก็ขึ้นว่า Bus Error (core dumped) (ชิกหายแล้วกรู) นั่งหาอยู่พักใหญ่ก็พบ ว่า ปัญหาที่เกิด มาจาก การ cast ค่าจาก Memory Index ที่เป็น เลขคี่ ผมเลยลองเขียน code ตัวอย่าง ขึ้นมา อธิบายดู ตามนี้ครับ #include &#60;stdio.h&#62; #define U8 unsigned char int main() { short sh_1_data; short sh_2_data; short *sh_1_ptr; short *sh_2_ptr; U8 arr_data[10]; int i; for(i = 0; i &#60; 10; i++) { [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/09/solaris-bus-error-core-dumped/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>การติดตั้ง Virtual Box ใน Ubuntu ใน Ubuntu</title>
		<link>http://www.im-ai.com/blog/2011/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-virtual-box-%e0%b9%83%e0%b8%99-ubuntu-%e0%b9%83%e0%b8%99-ubuntu/</link>
		<comments>http://www.im-ai.com/blog/2011/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-virtual-box-%e0%b9%83%e0%b8%99-ubuntu-%e0%b9%83%e0%b8%99-ubuntu/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 18:57:03 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[apt-get install ubuntu]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Virtual Box Ubuntu]]></category>
		<category><![CDATA[Virtual Box ใน Ubuntu]]></category>
		<category><![CDATA[ลง virtual box]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=310</guid>
		<description><![CDATA[วิธีการติดตั้ง Virtual Box 1.Download  Virtual Box &#38;  VirtualBox Extension Pack ที่เว็ปของ Virtual Box ได้เลย 1.1  Virtual Box (http://download.virtualbox.org/virtualbox/4.1.2/virtualbox-4.1_4.1.2-73507~Ubuntu~natty_i386.deb) 1.2  VirtualBox Extension Pack (http://download.virtualbox.org/virtualbox/4.1.2/Oracle_VM_VirtualBox_Extension_Pack-4.1.2-73507.vbox-extpack) &#160; 2. ติดตั้ง package ที่จำเป็นต้องใช้ 2.1 #sudo apt-get install libqt4-network 2.2 #sudo apt-get install libqt4-opengl 2.3 #sudo apt-get install libcurl3 2.4 #sudo apt-get install dkms 3. ติดตั้ง Virtual Box ด้วยคำสั่ง sudo dpkg -i [FILE_NAME] [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/09/%e0%b8%81%e0%b8%b2%e0%b8%a3%e0%b8%95%e0%b8%b4%e0%b8%94%e0%b8%95%e0%b8%b1%e0%b9%89%e0%b8%87-virtual-box-%e0%b9%83%e0%b8%99-ubuntu-%e0%b9%83%e0%b8%99-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>วิธีการ Config IIS ใน Windows 2003 เพื่อรัน ASP.NET</title>
		<link>http://www.im-ai.com/blog/2011/08/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3-config-iis-%e0%b9%83%e0%b8%99-windows-2003-%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a3%e0%b8%b1%e0%b8%99-asp-net/</link>
		<comments>http://www.im-ai.com/blog/2011/08/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3-config-iis-%e0%b9%83%e0%b8%99-windows-2003-%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a3%e0%b8%b1%e0%b8%99-asp-net/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:49:43 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[VB.NET/C#]]></category>
		<category><![CDATA[ASP.NET IIS]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[install ASP.NET]]></category>
		<category><![CDATA[วิธีการ Config ASP.NET ใน Windows 2003]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=299</guid>
		<description><![CDATA[การ Install IIS ไปที่ &#8220;Add or Remove Programs &#62; Add/Remove Windows Components &#8220;   แล้วเลือก check box ที่ Application Server &#160; การ Install ASP.NET ใน IIS Command Line ไปที่ \Windows\Microsoft.NET\Framework\v2.0.5.0727 จากนั้นพิม aspnet_regiis -i   ; for install aspnet_regiis -e จากนั้นไปที่ start &#62; run &#62; open : inetmgr  แล้วไปที่ Folder Web Service Extensions เพื่อ Allow Module ต่างๆ ตามนี้ [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/08/%e0%b8%a7%e0%b8%b4%e0%b8%98%e0%b8%b5%e0%b8%81%e0%b8%b2%e0%b8%a3-config-iis-%e0%b9%83%e0%b8%99-windows-2003-%e0%b9%80%e0%b8%9e%e0%b8%b7%e0%b9%88%e0%b8%ad%e0%b8%a3%e0%b8%b1%e0%b8%99-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>คำสั่งในการ create flash file สำหรับ solaris</title>
		<link>http://www.im-ai.com/blog/2011/05/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b9%83%e0%b8%99%e0%b8%81%e0%b8%b2%e0%b8%a3-create-flash-file-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-solaris/</link>
		<comments>http://www.im-ai.com/blog/2011/05/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b9%83%e0%b8%99%e0%b8%81%e0%b8%b2%e0%b8%a3-create-flash-file-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-solaris/#comments</comments>
		<pubDate>Thu, 19 May 2011 17:00:36 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[flarcreate]]></category>
		<category><![CDATA[flash file solaris]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=296</guid>
		<description><![CDATA[คำสั่งในการ create flash file สำหรับ solaris flarcreate -n [flash_name] [-x exclude-file ..... -x exclude-file]  -c [file_name] ตัวอย่างนะครับ #flarcreate -n solaris_10 -x /store/solaris_10.flar -c /store/solaris_10.flar หลังจากนั้นถ้าเสร็จเราก็จะได้ Flash File มา  1 ก้อน เวลาที่เราจะไป Install ก็ใส่แผ่น Install Solaris ลงไป แล้วขั้นตอนการเลือกวิธีลง ก็ให้เลือก แบบ flash จากนั้น ก็เลือกวิธี stream file โดยจะใช้เป็นแบบ http, ftp, nfs ก็ได้ แล้วแต่สะดวกเลยครับ &#160;]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/05/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b8%b1%e0%b9%88%e0%b8%87%e0%b9%83%e0%b8%99%e0%b8%81%e0%b8%b2%e0%b8%a3-create-flash-file-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-solaris/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Solaris Set System Console to Local Graphics Monitor</title>
		<link>http://www.im-ai.com/blog/2011/04/solaris-set-system-console-to-local-graphics-monitor/</link>
		<comments>http://www.im-ai.com/blog/2011/04/solaris-set-system-console-to-local-graphics-monitor/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 13:49:31 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[ILOM set input output device]]></category>
		<category><![CDATA[Solaris console to vga]]></category>
		<category><![CDATA[solaris set output to monitor]]></category>
		<category><![CDATA[solaris set output to screen]]></category>
		<category><![CDATA[Solaris vga to console]]></category>
		<category><![CDATA[T5120 set input device]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=288</guid>
		<description><![CDATA[Solaris Set System Console to Local Graphics Monitor : วิธีการทำ set ค่า Standard Input &#38; Output ของเครื่อง Server Sun ออกทาง จอมอนิเตอร์ (Card จอ) โดยในเครื่องรุ่งใหม่ ๆ  ที่ออกจากโรงงานส่วนใหญ่จะไม่มี การ์ดจอใส่มาให้ (ต้องซื้อใส่เพิ่ม) และ Default  Standard Input &#38; Output จะออกทาง Console ส่วนวิธีการ Set Output ให้ออก การ์ดจอ และ Input รับทาง Keyboard ก็มีวิธีง่ายๆ  ครับ 1.วิธี set ผ่านทาง Service CPU (ILOM) 1.1 set [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/04/solaris-set-system-console-to-local-graphics-monitor/feed/</wfw:commentRss>
		<slash:comments>56</slash:comments>
		</item>
		<item>
		<title>Message Queue C on Unix/Linux</title>
		<link>http://www.im-ai.com/blog/2011/02/message-queue-c-on-linux-unix/</link>
		<comments>http://www.im-ai.com/blog/2011/02/message-queue-c-on-linux-unix/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 12:11:57 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Message q]]></category>
		<category><![CDATA[Message Queue]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=281</guid>
		<description><![CDATA[วันนี้อยู่บ้านวันอาทิตย์ว่าง ๆ ไม่ได้ทำอะไร ก็เลยมานั่งหาอะไรอ่าน เอาความรู้ใส่สมอง ซักหน่อย ก็เลยมาอ่านเกี่ยวกับเรื่อง Message Queue และก็ลองเขียนเล่นๆ ดู ก็ผมจะสรุปตามความเข้าใจของผม และย่อตัวอย่าง Code ที่ใช้งานดูนะครับ Message Q คืออะไร และใช้ทำอะไร ? ก่อนที่จะมาทำความรู้จักกับ Message Queue เรามาทำความรู้จักกับ IPC กันก่อน IPC หรือ Interprocess Communication มีไว้เพื่อการติดต่อสื่อสาร จะใช้ในการติดต่อสื่อสารระหว่าง Thread ภายใน Process เดียวกันก็ได้ หรือ จะใช้ในการติดต่อสารระหว่าง Process ก็ได้ โดยการสื่อสารของ IPC มีหลายชนิด และแต่ละชนิดมีข้อดีข้อเสียแตกต่างกันไปครับ Pipes Signal Message Queue Shared Memory Socket Semaphores Page จะพูดเรื่อง Message [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2011/02/message-queue-c-on-linux-unix/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>เปิด FTP Server ใน Solaris 10</title>
		<link>http://www.im-ai.com/blog/2010/12/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3-ftp-%e0%b8%9a%e0%b8%99-solaris-10/</link>
		<comments>http://www.im-ai.com/blog/2010/12/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3-ftp-%e0%b8%9a%e0%b8%99-solaris-10/#comments</comments>
		<pubDate>Sun, 26 Dec 2010 14:22:26 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[/etc/ftpd/ftpaccess]]></category>
		<category><![CDATA[/etc/ftpd/ftpusers]]></category>
		<category><![CDATA[FTP Server]]></category>
		<category><![CDATA[FTP Server Solaris 10]]></category>
		<category><![CDATA[FTP Server ใน Solaris 10]]></category>
		<category><![CDATA[ftp solaris]]></category>
		<category><![CDATA[inetadm]]></category>
		<category><![CDATA[network/ftp]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[svcadm]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=238</guid>
		<description><![CDATA[วิธีการเปิด FTP Server ใน Solaris 10 นั้นค่อยข้างง่ายครับ เนื่องจากโดยปกติการติดตั้ง Solaris 10 นั้นจะติดตั้ดตั้งตัว FTP Server มาให้พร้อมอยู่แล้ว 1.ลองใช้คำสั่งในการตรวจสอบ ดูก่อนว่าในเครื่องเรามี FTP Server อยู่หรือไม่ # inetadm -l network/ftp    ซึ่งคำสั่งนี้ใช้ในการตรวจสอบ status ของ service ครับ 2.จากนั้นใช้คำสั่ง svcadm เพื่อจัดการ service ซึ่งมีรูปแบบตามนี้ครับ svcadm [operation] serivce_name เช่น # svcadm enable network/ftp    //คำสั่งในการเปิด service # svcadm restart network/ftp    //คำสั่งในการ restart service 3.ส่วนการจัดการเกี่ยวกับในส่วนของ user ที่จะ login เข้ามานั้นจะใช้ [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2010/12/%e0%b8%84%e0%b8%b3%e0%b8%aa%e0%b9%88%e0%b8%87%e0%b8%88%e0%b8%b1%e0%b8%94%e0%b8%81%e0%b8%b2%e0%b8%a3-ftp-%e0%b8%9a%e0%b8%99-solaris-10/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>install oci8 on RedHat</title>
		<link>http://www.im-ai.com/blog/2010/11/install-linux-and-oci8/</link>
		<comments>http://www.im-ai.com/blog/2010/11/install-linux-and-oci8/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 19:54:03 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[instantclient]]></category>
		<category><![CDATA[oci8]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=235</guid>
		<description><![CDATA[RED HAT ENTERPRISE LINUX 5 ORACLE 10g R2 1.Download 1.1.instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip 1.2.instantclient-sdk-linux-x86-64-10.2.0.3-20070103.zip 1.3 oci8-1.4.4.tgz (http://pecl.php.net/package/oci8) 2.Make Dir #mkdir /opt/oracle 3.unzip all file int /opt/oracle #unzip instantclient-basic-linux-x86-64-10.2.0.3-20070103.zip #unzip instantclient-sdk-linux-x86-64-10.2.0.3-20070103.zip 4.crate symbol links #ln -s libclntsh.so.10.1 libclntsh.so #ln -s libocci.so.10.1 libocci.so 5.add oracle instant client to system id #echo /opt/oracle/instantclient_10_2 &#62; /etc/ld.so.conf.d/oracle-instantclient 6.compile oci   (in section redhat need [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2010/11/install-linux-and-oci8/feed/</wfw:commentRss>
		<slash:comments>153</slash:comments>
		</item>
		<item>
		<title>How to make and install samba server on solaris</title>
		<link>http://www.im-ai.com/blog/2010/11/how-to-make-and-install-samba-server-on-solaris/</link>
		<comments>http://www.im-ai.com/blog/2010/11/how-to-make-and-install-samba-server-on-solaris/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 14:09:47 +0000</pubDate>
		<dc:creator>Ultra MCU</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[line 1396: Extra `:']]></category>
		<category><![CDATA[make: Fatal error in reader: Makefile]]></category>
		<category><![CDATA[or `:=' on dependency line]]></category>
		<category><![CDATA[samba-3.5.6]]></category>
		<category><![CDATA[samba-3.5.6 error]]></category>
		<category><![CDATA[`::']]></category>

		<guid isPermaLink="false">http://www.im-ai.com/blog/?p=224</guid>
		<description><![CDATA[1.Download Soure at : http://www.samba.org/samba/download/ Now(2010-11-09) I get a lasted version &#8220;samba 3.5.6&#8243; (file : samba-3.5.6.tar.gz) 2.Put in your&#8217;s solaris (I put via WinSCP.) 3.Extract gz and tar 3.1 Extract gz via cmd &#8220;gunzip samba-3.5.6.tar.gz &#8221; 3.2 Extract tar via cmd &#8220;gunzip samba-3.5.6.tar&#8221; 4.after step 3 you got a new directory name &#8220;samba-3.5.6&#8243; in samba-3.5.6 [...]]]></description>
		<wfw:commentRss>http://www.im-ai.com/blog/2010/11/how-to-make-and-install-samba-server-on-solaris/feed/</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
	</channel>
</rss>

