<?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>ASA Computer Bali &#187; lampp could not running</title>
	<atom:link href="http://blog.asacombali.com/tag/lampp-could-not-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asacombali.com</link>
	<description>Computer Technical Support</description>
	<lastBuildDate>Tue, 12 Jan 2010 01:43:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Resolve Problem Installing XAMPP on PCLINUXOS</title>
		<link>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/</link>
		<comments>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 01:36:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[lampp could not running]]></category>
		<category><![CDATA[problem install XAMPP on Linux]]></category>
		<category><![CDATA[XAMPP linux problem]]></category>

		<guid isPermaLink="false">http://blog.asacombali.com/?p=20</guid>
		<description><![CDATA[After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :

/ opt / lampp / lampp start

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory

/bin/sh: error while loading shared [...]]]></description>
			<content:encoded><![CDATA[<p>After installing version-linux-1.7.3a.tar.gz xampp I have an error appear as :</p>
<pre class="brush: bash">
/ opt / lampp / lampp start

cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory as: error while loading shared libraries: libc.so.6: can not open shared object file: No such file or directory

/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / sh: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

Starting XAMPP for Linux ... Starting XAMPP for Linux ...

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

/bin/bash: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory / bin / bash: error while loading shared libraries: libdl.so.2: can not open shared object file: No such file or directory

XAMPP for Linux started. XAMPP for Linux started.
</pre>
<p>To resolve the problem, I read this article. Then I found XAMPP works fine after.</p>
<p>* Open lampp bash script by using root</p>
<p>* commented (place #) at line &#8220;export LD_ASSUME_KERNEL=2.2.5&#8243; (line 96)</p>
<pre class="brush: bash">
export LD_ASSUME_KERNEL=2.2.5
</pre>
<p>* place code</p>
<pre class="brush: bash">
echo &quot;OK LAMPP&quot;
</pre>
<p>* Open the file / opt / lampp / etc / httpd.conf and adding to the &#8220;LoadModule&#8221; line</p>
<pre class="brush: bash">
LoadModule php5_module modules/libphp5.so
</pre>
<p>* In the &#8220;IfModule mime_module&#8221; add code below</p>
<pre class="brush: bash">
AddType application / x-httpd-php. Php. Php5
</pre>
<p>* Restart your lampp</p>
<p>* Test your server</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.asacombali.com/software/resolve-problem-installing-xampp-on-pclinuxos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
