<?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; linux</title>
	<atom:link href="http://blogs.planetingres.org/grant/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.planetingres.org/grant</link>
	<description>(Other blogs about Ingres are available...)</description>
	<lastBuildDate>Wed, 12 Jan 2011 11:59:00 +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>Install Ingres via openSUSE&#8217;s zypper</title>
		<link>http://blogs.planetingres.org/grant/78-install-ingres-via-opensuses-zypper</link>
		<comments>http://blogs.planetingres.org/grant/78-install-ingres-via-opensuses-zypper#comments</comments>
		<pubDate>Fri, 09 Nov 2007 10:06:12 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[Example]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2007/11/09/install-ingres-via-opensuses-zypper/</guid>
		<description><![CDATA[Ever wanted to install Ingres direct from the package manager of favourite Linux distro? Well now you can, via the command line or the GUI. Bellow are the steps for getting Ingres installed into openSUSE using zypper: There are multiple ways to install software in openSUSE via the command line. Traditionally all software is installed [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to install Ingres direct from the package manager of favourite Linux distro? Well now you can, via the command line or the GUI. Bellow are the steps for getting Ingres installed into openSUSE using zypper:<br />
<span id="more-78"></span><br />
There are multiple ways to install software in openSUSE via the command line. Traditionally all software is installed via YaST (Yet another Setup Tool). In openSUSE 10.2 and 10.3 the underlying install mechanism for YaST is libzypp. In this run through I will show how to install Ingres using the command line interface to libzypp, zypper. The following assumes the root account is to be used:</p>
<ol>
<li>(Optional) Check the current state of your repositories:<br /><code><br />
# zypper sl<br />
#&nbsp;|&nbsp;Enabled&nbsp;|&nbsp;Refresh&nbsp;|&nbsp;Type&nbsp;&nbsp;&nbsp;|&nbsp;Alias&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
--+---------+---------+--------+-----------------------+----------------------<br />
1&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;debug&nbsp;&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;debug&nbsp;&nbsp;<br />
2&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;openSUSE-10.3-Updates&nbsp;|&nbsp;openSUSE-10.3-Updates<br />
3&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;Non-OSS&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;Non-OSS<br />
4&nbsp;|&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;Packman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Packman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
5&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
6&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;VideoLan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;VideoLan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
7&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;SuSE_Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;SuSE&nbsp;Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
</code></li>
<li>Add the Ingres repository:<br /><code># zypper sa http://downloads.ingres.com/Ingres2006/int.lnx Ingres<br />
* Adding repository 'Ingres'<br />
Repository 'Ingres' successfully added:<br />
Enabled: Yes<br />
Autorefresh: Yes<br />
URL: http://downloads.ingres.com/Ingres2006/int.lnx</code></li>
<li>Verify the new repository has been added:<br /><code><br />
# zypper sl<br />
#&nbsp;|&nbsp;Enabled&nbsp;|&nbsp;Refresh&nbsp;|&nbsp;Type&nbsp;&nbsp;&nbsp;|&nbsp;Alias&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
--+---------+---------+--------+-----------------------+----------------------<br />
1&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;debug&nbsp;&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;debug&nbsp;&nbsp;<br />
2&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;openSUSE-10.3-Updates&nbsp;|&nbsp;openSUSE-10.3-Updates<br />
3&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
4&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;Non-OSS&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;Non-OSS<br />
5&nbsp;|&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;No&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;Packman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Packman&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
6&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;yast2&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;OpenSuSE&nbsp;10.3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
7&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;VideoLan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;VideoLan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
8&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;rpm-md&nbsp;|&nbsp;SuSE_Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;SuSE&nbsp;Tools&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
</code></li>
<li>Refresh/download the Ingres repository data:<br /><code><br />
# zypper ref Ingres<br />
Refreshing 'Ingres'<br />
repomd.xml is unsigned, continue? [yes/no]: yes<br />
* Building repository 'Ingres' cache<br />
Specified repositories have been refreshed.</code></li>
<li>Get a listing of the Ingres installables:<br /><code><br />
# zypper se ingres<br />
* Reading installed packages [100%]<br />
&nbsp;<br />
S&nbsp;|&nbsp;Repository&nbsp;|&nbsp;Type&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;Version&nbsp;&nbsp;&nbsp;|&nbsp;Arch<br />
--+------------+---------+-----------------+-----------+-----<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-abf&nbsp;&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-dbms&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-ice&nbsp;&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-net&nbsp;&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-odbc&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2006-rep&nbsp;&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
&nbsp;&nbsp;|&nbsp;Ingres&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;package&nbsp;|&nbsp;ingres2007-star&nbsp;|&nbsp;9.2.0-114&nbsp;|&nbsp;i386<br />
</code></li>
<li>Installed the desired Ingres packages. For instance if you just require the DBMS server, Ingres/NET and ODBC:<br /><code><br />
# zypper install ingres2006-dbms ingres2006-net ingres2006-odbc<br />
* Reading repository 'OpenSuSE 10.3 debug' cache<br />
* Reading repository 'openSUSE-10.3-Updates' cache<br />
* Reading repository 'Ingres' cache<br />
* Reading repository 'OpenSuSE 10.3 Non-OSS' cache<br />
* Reading repository 'OpenSuSE 10.3' cache<br />
* Reading repository 'VideoLan' cache<br />
* Reading repository 'SuSE Tools' cache<br />
* Reading installed packages [100%]<br />
&nbsp;<br />
&nbsp;<br />
The following NEW packages are going to be installed:<br />
  ingres2006-dbms ingres2006 ingres2006-net ingres2006-odbc<br />
&nbsp;<br />
Overall download size: 24.1 M. After the operation, additional 92.4 M will be used.<br />
Continue? [yes/no]: yes<br />
Downloading package ingres2006-9.2.0-114.i386, 14.3 M (61.4 M unpacked)<br />
Downloading: ingres2006-9.2.0-114.i386.rpm<br />
* Downloading<br />
* Installing: ingres2006-9.2.0-114 [100%]<br />
Downloading package ingres2006-dbms-9.2.0-114.i386, 6.8 M (21.8 M unpacked)<br />
Downloading: ingres2006-dbms-9.2.0-114.i386.rpm<br />
* Downloading<br />
* Installing: ingres2006-dbms-9.2.0-114 [100%]<br />
Downloading package ingres2006-net-9.2.0-114.i386, 1.8 M (4.8 M unpacked)<br />
Downloading: ingres2006-net-9.2.0-114.i386.rpm<br />
* Downloading [100%]<br />
* Installing: ingres2006-net-9.2.0-114 [100%]<br />
Downloading package ingres2006-odbc-9.2.0-114.i386, 1.3 M (4.3 M unpacked)<br />
Downloading: ingres2006-odbc-9.2.0-114.i386.rpm<br />
* Downloading [100%]<br />
* Installing: ingres2006-odbc-9.2.0-114 [100%]<br />
</code><br />
The <em>ingres2006</em> package has also been selected for installation since it is a depenency for the other  pacakges being installed.</p>
</li>
<li>Verify Ingres is installed correctly:<code><br />
# /etc/init.d/ingresII start<br />
Starting Ingres, instance II<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;&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;done<br />
# . ~ingres/.ingIIbash<br />
# sql iidbdb<br />
INGRES TERMINAL MONITOR Copyright 2007 Ingres Corporation<br />
Ingres 2006 Release 3 Linux Version II 9.2.0 (int.lnx/114)NPTL login<br />
Fri Nov  9 01:51:02 2007<br />
&nbsp;<br />
continue<br />
* select dbmsinfo('_version')\g<br />
Executing . . .<br />
&nbsp;<br />
&nbsp;<br />
┌────────────────────────────────────────────────────────────────┐<br />
│col1&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;│<br />
├────────────────────────────────────────────────────────────────┤<br />
│II&nbsp;9.2.0&nbsp;(int.lnx/114)NPTL&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 />
└────────────────────────────────────────────────────────────────┘<br />
(1 row)<br />
continue<br />
* \q<br />
Ingres 2006 Release 3 Version II 9.2.0 (int.lnx/114)NPTL logout<br />
Fri Nov  9 01:51:31 2007<br />
</code></li>
<li>That&#8217;s it. Every time a new Ingres release is posted the repository it will be reommended for installation via upgrade. Determine if an update is available using <code>zypper lu -t package</code>.</li>
</ol>
<h2>Preventing upgrades</h2>
<p>If you wish to keep the installed Ingres version at the current level it is possible to prevent updates. The file, <code>/etc/zypp/locks</code> contains a list of packages that zypper is to ignore. To ignore any Ingres update:<br />
<code><br />
# echo ingres* &gt;&gt; /etc/zypp/locks<br />
</code></p>
<p>Add a comment below if you have any questions.</p>
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=78&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F78-install-ingres-via-opensuses-zypper&amp;title=Install%20Ingres%20via%20openSUSE%26%238217%3Bs%20zypper" id="wpa2a_2"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/78-install-ingres-via-opensuses-zypper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F29-installing-ingres-2006-r2-on-ubuntu-610&amp;title=Installing%20Ingres%202006%20r2%20on%20Ubuntu%206.10" id="wpa2a_4"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></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>
		<item>
		<title>Ingres 2006 on Gentoo</title>
		<link>http://blogs.planetingres.org/grant/14-ingres-2006-on-gentoo</link>
		<comments>http://blogs.planetingres.org/grant/14-ingres-2006-on-gentoo#comments</comments>
		<pubDate>Wed, 31 May 2006 08:25:39 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[ingres]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2006/05/31/ingres-2006-on-gentoo/</guid>
		<description><![CDATA[This link was posted to the Ingres Users mailing list &#8211; Should you want to install Ingres on Gentoo check out http://slashdot.org/~toby/journal/136300. Some random posts]]></description>
			<content:encoded><![CDATA[<p>This link was posted to the Ingres Users <a href="http://lists.ingres.com/mailman/listinfo/users">mailing list</a> &#8211; Should you want to install Ingres on Gentoo check out <a href="http://slashdot.org/~toby/journal/136300">http://slashdot.org/~toby/journal/136300</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=14&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F14-ingres-2006-on-gentoo&amp;title=Ingres%202006%20on%20Gentoo" id="wpa2a_6"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/14-ingres-2006-on-gentoo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting access to the Ingres FRS under linux</title>
		<link>http://blogs.planetingres.org/grant/7-getting-access-to-the-ingres-frs-under-linux</link>
		<comments>http://blogs.planetingres.org/grant/7-getting-access-to-the-ingres-frs-under-linux#comments</comments>
		<pubDate>Tue, 29 Nov 2005 10:49:42 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[ingres]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2005/11/29/getting-access-to-the-ingres-frs-under-linux/</guid>
		<description><![CDATA[I personally use xterm with vt100fx or access via putty but if you want to use the native gnome-console or kconsole then this is what you need. Some random posts]]></description>
			<content:encoded><![CDATA[<p>I personally use xterm with vt100fx or access via putty but if you want to use the native gnome-console or kconsole then <a href="http://www.writely.com/Doc.aspx?id=afzv34f7znps">this</a> is what you need.<br />
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=7&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F7-getting-access-to-the-ingres-frs-under-linux&amp;title=Getting%20access%20to%20the%20Ingres%20FRS%20under%20linux" id="wpa2a_8"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/7-getting-access-to-the-ingres-frs-under-linux/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting an Ingres listen address</title>
		<link>http://blogs.planetingres.org/grant/51-converting-an-ingres-listen-address</link>
		<comments>http://blogs.planetingres.org/grant/51-converting-an-ingres-listen-address#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2005/05/31/converting-an-ingres-listen-address/</guid>
		<description><![CDATA[Ever needed to convert an Ingres 2 letter listen address to a TCP socket address? Download and compile CVlisten.c. This should build on Linux without issue (providing you have a C compiler/linker) using the following: cc -o CVlisten CVlisten.c CVlisten usage: cvlisten remote_listen_address (as in II0) for example CVlisten II7 gives GCC Remote listen address [...]]]></description>
			<content:encoded><![CDATA[<div></div>
<p>Ever needed to convert an Ingres 2 letter listen address to a TCP socket address? Download and compile <a href="http://blogs.planetingres.org/grant/files/2007/11/cvlisten.c">CVlisten.c</a>. This should build on Linux without issue (providing you have a C compiler/linker) using the following:</p>
<p>cc -o CVlisten CVlisten.c</p>
<p>CVlisten usage: cvlisten remote_listen_address (as in II0)</p>
<p>for example</p>
<p>CVlisten II7 gives</p>
<p>       GCC Remote listen address resolves to port # 21071
<div></div>
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=51&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F51-converting-an-ingres-listen-address&amp;title=Converting%20an%20Ingres%20listen%20address" id="wpa2a_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"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/51-converting-an-ingres-listen-address/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>how to install the Ingres database  on ubuntu</title>
		<link>http://blogs.planetingres.org/grant/48-how-to-install-the-ingres-database-on-ubuntu</link>
		<comments>http://blogs.planetingres.org/grant/48-how-to-install-the-ingres-database-on-ubuntu#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Grant Croker</dc:creator>
				<category><![CDATA[ingres]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blogs.planetingres.org/grant/2005/04/19/how-to-install-the-ingres-database-on-ubuntu/</guid>
		<description><![CDATA[I guess the following is in Thai? http://pphetra.blogspot.com/2005/04/ingres-r3-ubuntu.html ingres Some random posts]]></description>
			<content:encoded><![CDATA[<div></div>
<p>I guess the following is in Thai?</p>
<p><a href="http://pphetra.blogspot.com/2005/04/ingres-r3-ubuntu.html">http://pphetra.blogspot.com/2005/04/ingres-r3-ubuntu.html</a></p>
<p><a href="http://technorati.com/tag/ingres" rel="tag">ingres</a>
<div></div>
<h3>Some random posts</h3>
<ul class="related_post"></ul>
<img src="http://blogs.planetingres.org/grant/?ak_action=api_record_view&id=48&type=feed" alt="" /><p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblogs.planetingres.org%2Fgrant%2F48-how-to-install-the-ingres-database-on-ubuntu&amp;title=how%20to%20install%20the%20Ingres%20database%20%20on%20ubuntu" id="wpa2a_12"><img src="http://blogs.planetingres.org/grant/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blogs.planetingres.org/grant/48-how-to-install-the-ingres-database-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

