<?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>An Ingres Blog &#187; ubuntu</title>
	<atom:link href="http://blogs.planetingres.org/grant/category/linux/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.planetingres.org/grant</link>
	<description>(Other blogs about Ingres are available...)</description>
	<lastBuildDate>Mon, 05 Jul 2010 12:29:16 +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>Installing Ingres 2006 r2 on Ubuntu 6.10</title>
		<link>http://blogs.planetingres.org/grant/29-installing-ingres-2006-r2-on-ubuntu-610</link>
		<comments>http://blogs.planetingres.org/grant/29-installing-ingres-2006-r2-on-ubuntu-610#comments</comments>
		<pubDate>Thu, 04 Jan 2007 13:22:54 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/01/04/installing-ingres-2006-r2-on-ubuntu-610/</guid>
		<description><![CDATA[I have recently been looking at a problem with Ingres and PHP on Ubuntu. In order to look at the bug I had to get Ingres installed. Normally a simple proposition with RPMs or the older install/ingbuild installation and set-up process. However with Ubuntu 6.10 it was not to be. The following is based on [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been looking at a problem with Ingres and PHP on Ubuntu. In order to look at the bug I had to get Ingres installed. Normally a simple proposition with RPMs or the older <em>install/ingbuild</em> installation and set-up process. However with Ubuntu 6.10 it was not to be.</p>
<p>The following is based on the <em>Non-RPM Build</em> of Ingres 2006 Release 2 beta, downloadable from <a href="http://ingres.com/products/Prod_Comm_Download_Form.html">http://ingres.com/products/Prod_Comm_Download_Form.html</a>.</p>
<p>For some reason, I have yet to work out, Ubuntu have changed <em>/bin/sh</em> to point to <em>/bin/dash</em>, previously it had been linked to <em>/bin/bash</em>. Since dash is supposed to be POSIX compliant there should be no problem however it does not accept the  <em>-p</em> argument pass by <em>ingbuild</em>, resulting in an error:</p>
<p><code>┌───────────────────────────────────────────┐<br />
 │ pax failed with exit code &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;│<br />
 │ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;│<br />
 │ /bin/sh: Illegal option -p &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;│<br />
│ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;│<br />
 └───────────────────────────────────────────┘</code></p>
<p>Until the Ingres installer is fixed to allow for <em>dash</em> the only solution is to re-link <em>/bin/sh</em> to point to <em>/bin/bash</em>:</p>
<p><code>sudo mv /bin/sh /bin/sh.orig<br />
sudo ln -s /bin/bash /bin/sh</code></p>
<p>Should you wish to revert <em>/bin/sh</em> to <em>/bin/dash</em> after the install has completed:</p>
<p><code>sudo mv /bin/sh.orig /bin/sh</code></p>
<p>If you are installing the DBMS server the <em>libc6-dev</em> package is needed. Without this the setup scripts will not be able to link iimerge leaving you without a database server. Install using the following command:</p>
<p><code>sudo apt-get install libc6-dev</code></p>
<p>Technorati Tags: <a href="http://www.technorati.com/tags/ubuntu" rel="tag">ubuntu</a>, <a href="http://www.technorati.com/tags/ingres" rel="tag">ingres</a>, <a href="http://www.technorati.com/tags/dash" rel="tag">dash</a>, <a href="http://www.technorati.com/tags/install" rel="tag">install</a><br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=29&type=feed" alt="" /><p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F29-installing-ingres-2006-r2-on-ubuntu-610&amp;linkname=Installing%20Ingres%202006%20r2%20on%20Ubuntu%206.10"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/29-installing-ingres-2006-r2-on-ubuntu-610/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
