<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-10013783-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<meta name="description" content="ervanmardianto.com is personal blog from Ervan Mardianto"/>
<meta name="keywords" content="linux, sms gateway, mysql ,php, apache, web server, database, bash, shell, linux command, mail"/>
<meta http-equiv="CHARSET" content="ISO-8859-1"/>
<meta http-equiv="AUTHOR" content="Ervan Mardianto"/>
<meta http-equiv="CLASSIFICATION" content="Linux Tutorial"/>
<meta http-equiv="CONTENT-LANGUAGE" content="english"/>
<meta http-equiv="VW96.OBJECT TYPE" content="Document"/>
<meta name="RATING" content="General"/>
<meta name="ROBOTS" content="index,follow"/>
<meta name="REVISIT-AFTER" content="2 days"/>

<script type='text/javascript'>
	(function(){
		var corecss = document.createElement('link');
		var themecss = document.createElement('link');
		if ( themecss.setAttribute ) {
				themecss.setAttribute( "rel", "stylesheet" );
				themecss.setAttribute( "type", "text/css" );
				themecss.setAttribute( "href", themecssurl );
		} else {
				themecss.rel = "stylesheet";
				themecss.href = themecssurl;
		}
		document.getElementsByTagName("head")[0].appendChild(themecss);
	})();
	SyntaxHighlighter.config.clipboardSwf = 'wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/clipboard.swf?m=1253219630g';
	SyntaxHighlighter.config.strings.expandSource = 'show source';
	SyntaxHighlighter.config.strings.viewSource = 'view source';
	SyntaxHighlighter.config.strings.copyToClipboard = 'copy to clipboard';
	SyntaxHighlighter.config.strings.copyToClipboardConfirmation = 'The code is in your clipboard now';
	SyntaxHighlighter.config.strings.print = 'print';
	SyntaxHighlighter.config.strings.help = '?';
	SyntaxHighlighter.config.strings.alert = 'SyntaxHighlighter\n\n';
	SyntaxHighlighter.config.strings.noBrush = 'Can\'t find brush for: ';
	SyntaxHighlighter.config.strings.brushNotHtmlScript = 'Brush wasn\'t configured for html-script option: ';
	SyntaxHighlighter.all();
</script>

<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shCore.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushJScript.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushBash.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushPhp.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushPowerShell.js"></script>
<script type="text/javascript" src="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/scripts/shBrushSql.js"></script>
<link href="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/styles/shCore.css" rel="stylesheet" type="text/css" />
<link href="http://ervanmardianto.com/wp-content/plugins/syntaxhighlighter/syntaxhighlighter/styles/shThemeEmacs.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
     SyntaxHighlighter.all()
</script>
<?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>ervan:~# tail -f /var/log/blog &#187; php</title>
	<atom:link href="http://ervanmardianto.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://ervanmardianto.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 09:24:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to install PHP @ Debian 5.0 i686</title>
		<link>http://ervanmardianto.com/how-to-install-php-debian-5-0-i686?source=rss</link>
		<comments>http://ervanmardianto.com/how-to-install-php-debian-5-0-i686#comments</comments>
		<pubDate>Tue, 16 Mar 2010 20:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[compile php]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[debian 5.0]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://ervanmardianto.com/?p=304</guid>
		<description><![CDATA[Requirement *GNU C Compiler and other small packages required debian:~# apt-get install gcc build-essential automake autoconf autoreconf libncurses5-dev debian:~# apt-get install libpam-doc libpam-modules libpam-runtime libpam0g libpam0g-dev *OpenSSL *Apache2 Web Server *Mysql Package debian:~# wget http://zlib.net/zlib-1.2.4.tar.gz debian:~# wget http://ftp.twaren.net/Unix/NonGNU/freetype/freetype-2.3.12.tar.gz debian:~# wget http://www.ijg.org/files/jpegsrc.v8a.tar.gz debian:~# wget http://curl.haxx.se/download/curl-7.20.0.tar.gz debian:~# wget ftp://xmlsoft.org/libxml2/libxml2-2.7.7.tar.gz debian:~# wget http://www.libgd.org/releases/gd-2.0.35.tar.gz debian:~# wget ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng-1.2.43.tar.gz debian:~# wget [...]]]></description>
		<wfw:commentRss>http://ervanmardianto.com/how-to-install-php-debian-5-0-i686/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Fix Error &#8216;aclocal&#8217; and &#8216;libtool&#8217; when installing gd-2.0.35</title>
		<link>http://ervanmardianto.com/how-to-fix-error-aclocal-and-libtool-when-installing-gd-2-0-35?source=rss</link>
		<comments>http://ervanmardianto.com/how-to-fix-error-aclocal-and-libtool-when-installing-gd-2-0-35#comments</comments>
		<pubDate>Sat, 13 Mar 2010 17:42:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aclocal]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[libtool]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://ervanmardianto.com/?p=269</guid>
		<description><![CDATA[I&#8217;ve got a several error message when installing gd-2.0.35 on Suse 11.1 x86_64.Here is the error after ./configure command : 1st Error ervan:~/gd-2.0.35 #aclocal configure.ac:64: warning: macro `AM_ICONV' not found in library How to Fix ervan:~/gd-2.0.35 #yast -i gettext-tools 2nd Error ervan:~/gd-2.0.35 #make &#38;&#38; make install ../libtool: line 841: X--tag=CC: command not found ../libtool: line [...]]]></description>
		<wfw:commentRss>http://ervanmardianto.com/how-to-fix-error-aclocal-and-libtool-when-installing-gd-2-0-35/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

