<?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>Unix Sysadmin &#187; sunfreeware</title>
	<atom:link href="http://www.sysadmindayph.com/blog/category/sunfreeware/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sysadmindayph.com/blog</link>
	<description>SysAdmin Blog, TechTips and Reviews</description>
	<lastBuildDate>Fri, 27 Jan 2012 04:36:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenLDAP Installation Using Packages (pkgadd)</title>
		<link>http://www.sysadmindayph.com/blog/openldap-installation-using-packages-pkgadd/</link>
		<comments>http://www.sysadmindayph.com/blog/openldap-installation-using-packages-pkgadd/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 09:56:01 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[LDAP Installation]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sunfreeware]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=28</guid>
		<description><![CDATA[I would like to post an update on our previous OpenLDAP source installation, but I encountered an error so, enough with the source thing and let&#8217;s install one from packages which is available on Sunfreeware. OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol. These build packages installs in /usr/local/ Requirements and &#8230; <a href="http://www.sysadmindayph.com/blog/openldap-installation-using-packages-pkgadd/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>I would like to post an update on our <a href="http://www.sysadmindayph.com/blog/?p=19">previous</a> OpenLDAP <a href="http://www.sysadmindayph.com/blog/?p=17">source installation</a>, but I encountered an error so, enough with the source thing and let&#8217;s install one from packages which is available on <a href="http://www.sunfreeware.com">Sunfreeware</a>.</p>
<p>OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol. These build packages installs in /usr/local/</p>
<p><strong>Requirements and Dependencies</strong></p>
<p>Here&#8217;s what packages you&#8217;ll need:</p>
<ul>
<li><a href="http://www.sunfreeware.com/programlistsparc8.html#openldap">openldap-2.3.35</a></li>
</ul>
<p>Dependencies are:</p>
<ul>
<li><a href="http://www.sunfreeware.com/programlistsparc8.html#openssl098">openssl-0.9.8e</a></li>
<li><a href="http://www.sunfreeware.com/programlistsparc8.html#sasl">sasl-2.1.21</a></li>
<li><a href="http://www.sunfreeware.com/programlistsparc8.html#libiconv">libiconv</a>,</li>
<li><a href="http://www.sunfreeware.com/programlistsparc8.html#db4">db-4.2.52.NC</a></li>
<li>libgcc_s.so.1 which you can get on <a href="http://www.sunfreeware.com/programlistsparc8.html#libgcc34">libgcc-3.4.6</a> or <a href="http://www.sunfreeware.com/programlistsparc8.html#gcc34">gcc-3.4.6</a></li>
</ul>
<p>This implementation of OpenLDAP was build on a  sparc machine Sun Blade 100 workstation running Solaris 8.</p>
<p><strong>Installing Packages</strong></p>
<p>You can go ahead and refer to this post in using the <a href="http://www.sysadmindayph.com/blog/?p=18">pkgadd</a>  .</p>
<p>Once all the packages are installed above, the binary can be found in /usr/local/bin , /usr/local/sbin and config files are in /usr/local/etc.</p>
<p>There are some more setup and configuration to setup (like setting of variables) but as far as installation is concern, we&#8217;re done.</p>
<p>See you on the next post about configuration for OpenLDAP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/openldap-installation-using-packages-pkgadd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Package Installation on Solaris UNIX</title>
		<link>http://www.sysadmindayph.com/blog/package-installation-on-solaris-unix/</link>
		<comments>http://www.sysadmindayph.com/blog/package-installation-on-solaris-unix/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 01:36:25 +0000</pubDate>
		<dc:creator>elizar</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sunfreeware]]></category>

		<guid isPermaLink="false">http://www.sysadmindayph.com/blog/?p=18</guid>
		<description><![CDATA[We&#8217;re trying to install OpenLDAP ver 2.3.38 on a Sun-Blade-100 (UltraSPARC-IIe) but the stupid workstation&#8217;s OS installation is so bare that it doesn&#8217;t even have packages for CC or GCC (I&#8217;m sure there&#8217;s a lot more). So, before we could do the OpenLDAP compilation, we need to install first GCC and other prerequisite apps. Here&#8217;s &#8230; <a href="http://www.sysadmindayph.com/blog/package-installation-on-solaris-unix/">Continue reading</a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re trying to <a href="http://www.sysadmindayph.com/blog/?p=17">install OpenLDAP</a> ver 2.3.38 on a Sun-Blade-100 (UltraSPARC-IIe) but the stupid workstation&#8217;s OS installation is so bare that it doesn&#8217;t even have packages for CC or GCC (I&#8217;m sure there&#8217;s a lot more).</p>
<p>So, before we could do the <a href="http://www.openldap.org">OpenLDAP</a> compilation, we need to install first GCC and other prerequisite apps.</p>
<p>Here&#8217;s what I need to install on the box:</p>
<p>Need to install the following:</p>
<ul>
<li>gcc,</li>
<li>ar (binutils)</li>
<li><a href="ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/libiconv-1.11-sol8-sparc-local.gz"> libiconv</a></li>
<li><a href="ftp://ftp.sunfreeware.com/pub/freeware/sparc/8/libintl-3.4.0-sol8-sparc-local.gz"> libintl</a></li>
<li>Berkeley DB (db)</li>
</ul>
<p><a href="http://elizar.palad.info/blog/how-to-search-and-donwload-mp3-for-free/">Donwload all packages</a> on Sunfreeware and install.</p>
<blockquote><p><em>change to the directory where the packages are located</em></p>
<p># pkgadd -d &lt;package name&gt;</p>
<p><em>answer promp question (usually change of permission)</em></p></blockquote>
<p>If all has been installed, we can proceed and compile OpenLDAP. Of course if that don&#8217;t work out, we could always installed it&#8217;s packaged version on <a href="http://www.sunfreeware.com">Sunfreeware</a>! <img src='http://www.sysadmindayph.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sysadmindayph.com/blog/package-installation-on-solaris-unix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

