<?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>FreeBSD &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/category/operating-systems/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sat, 28 May 2011 18:51:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Install Cpanel on FreeBSD 8.2</title>
		<link>https://arunns.net/install-cpanel-on-freebsd-8-2/</link>
					<comments>https://arunns.net/install-cpanel-on-freebsd-8-2/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sat, 28 May 2011 18:51:05 +0000</pubDate>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Install Cpanel on Free BSD]]></category>
		<category><![CDATA[pkg_add]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=485</guid>

					<description><![CDATA[&#8211; Install FreeBSD with proper network and file system configuration (Ref:  http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/Quick-StartInstallationGuide) &#8211; Install dependency packages: # pkg_add -r wget # pkg_add -r perl # pkg_add -r rsync (required later for ports sync) # pkg_add -r gmake To Fix: creating glibconfig.h config.status: executing default commands gmake: not found child exited with value 127 Died at [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>&#8211; Install FreeBSD with proper network and file system configuration (Ref:  <a title="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/Quick-StartInstallationGuide" href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/Quick-StartInstallationGuide" target="_blank" rel="noopener">http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/Quick-StartInstallationGuide</a>)</p>
<p>&#8211; Install dependency packages:</p>
<blockquote><p># pkg_add -r wget</p>
<p># pkg_add -r perl</p>
<p># pkg_add -r rsync (required later for ports sync)</p>
<p># pkg_add -r gmake</p></blockquote>
<p><em>To Fix:</em></p>
<p><em>creating glibconfig.h</em><br />
<em> config.status: executing default commands</em><br />
<em> gmake: not found</em><br />
<em> child exited with value 127</em><br />
<em> Died at /usr/local/cpanel/bin/rrdtoolinstall line 109.</em></p>
<blockquote><p># pkg_add -r png <em>// To fix the following error</em></p></blockquote>
<p><em>To Fix : configure: error: requested PNG backend could not be enabled</em></p>
<p>&#8211; Create the following symlinks</p>
<blockquote><p># ln -s /usr/local/bin/wget /usr/bin/wget</p>
<p># ln -s /lib/libcrypt.so.5 /lib/libcrypt.so.2 <em>// To Fix: Shared object &#8220;libcrypt.so.2&#8221; not found,</em></p>
<p># ln -s /lib/libc.so.7 /lib/libc.so.5 <em>// To Fix: Shared object &#8220;libc.so.5&#8221; not found</em></p>
<p>ln -s /lib/libm.so.5 /lib/libm.so.3<em> // To Fix: &#8220;libm.so.3&#8221; not found</em></p></blockquote>
<p>&#8211; Install Cpanel</p>
<blockquote><p>cd /home</p>
<p>wget -N http://httpupdate.cpanel.net/latest</p>
<p>sh latest</p></blockquote>
<p>&#8211; Once installation successful activate the license (make sure the ip is licensed &#8211;  <a title="http://www.cpanel.net/apps/verify/" href="http://www.cpanel.net/apps/verify/" target="_blank" rel="noopener">http://www.cpanel.net/apps/verify/</a>)  :</p>
<blockquote><p>#  /usr/local/cpanel/cpkeyclt</p></blockquote>
<p>&#8211; Start Cpanel</p>
<p>&#8211; Touch the following file</p>
<blockquote><p># touch /etc/rc.d/init.d/function <em>// To fix:  Could not find functions file, your system may be broken</em></p>
<p># /etc/init.d/cpanel start</p></blockquote>
<p>Now you should be able to access Cpanel at https://&lt; yourip &gt;:2087/</p>
<p>Try to upgrade</p>
<p>Exim: /scripts/eximup &#8211;force (this will get the free bsd ports as well)<br />
Cpanel : # /scripts/upcp</p>
<p>./arun</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/install-cpanel-on-freebsd-8-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
