<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-776</id>
	<title>Nabble - PostgreSQL - ports</title>
	<updated>2008-09-29T02:09:13Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/PostgreSQL---ports-f776.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PostgreSQL---ports-f776.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-19720502</id>
	<title>libpq windows 64bit support</title>
	<published>2008-09-29T02:09:13Z</published>
	<updated>2008-09-29T02:09:13Z</updated>
	<author>
		<name>Pierre Joye</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;Is there any plan to support windows 64bit? I tested the latest stable
&lt;br&gt;release but it fails to build (I created my own configuration using
&lt;br&gt;the existing sln).
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.thepimp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.thepimp.net&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://www.libgd.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libgd.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19720502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/libpq-windows-64bit-support-tp19720502p19720502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18621055</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-07-23T14:29:27Z</published>
	<updated>2008-07-23T14:29:27Z</updated>
	<author>
		<name>Pierre Joye</name>
	</author>
	<content type="html">hi Magnus!
&lt;br&gt;&lt;br&gt;On Tue, May 6, 2008 at 8:01 PM, Magnus Hagander &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18621055&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;magnus@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Pierre Joye wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; We use the last SDK working with VC6 (2003/02). That's sadly a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; requirement for php 5.x. We are working on supporting &amp;nbsp;2k5 and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; the latest SDK for 5.3+. However VC6 support has to be kept for
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; the 5.x branches (at least).
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;There's your problem, really. 8.3+ does not support VC6 anymore. We
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &amp;nbsp;need 7.1 or newer.
&lt;br&gt;&lt;br&gt;Ok, time for some news :)
&lt;br&gt;&lt;br&gt;We have finally decide of a death sentence for VC6 (php 5.3.x is the
&lt;br&gt;last release to support it). Then only VC9 binaries will be provided
&lt;br&gt;(be 5.4 or 6).
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; I was suspecting this problem. Do you have any experiences of using
&lt;br&gt;&amp;gt;&amp;gt; these 2k5 binaries with VC6 (especially in threaded environment)? We
&lt;br&gt;&amp;gt;&amp;gt; may give it a try in the next weeks and update it again in 5.2.7 and
&lt;br&gt;&amp;gt;&amp;gt; 5.3 if it works well.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It shouldn't be a problem, other than requiring both runtimes to be
&lt;br&gt;&amp;gt; present. Unless you use PQtrace() in which case it will be a big
&lt;br&gt;&amp;gt; problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Basically, as long as you don't free() something in one runtime that
&lt;br&gt;&amp;gt; was malloced():d in a nother one, and as long as you don't pass &amp;quot;CRT
&lt;br&gt;&amp;gt; pointers&amp;quot; between the two runtimes, you are fine. And we do pass a CRT
&lt;br&gt;&amp;gt; pointer around in PQtrace, but that's the only case. We used to have a
&lt;br&gt;&amp;gt; problem with some Kerberos structure that was malloced in one place and
&lt;br&gt;&amp;gt; free()d in another, but that has been fixed.
&lt;/div&gt;&lt;br&gt;I managed to compile the latest libpq with VC6, it requires only some
&lt;br&gt;minor changes. I describe the procedure here (not asking to merge the
&lt;br&gt;changes but it may help someone reading this list or the archive):
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://wiki.php.net/internals/windows/libs/libpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.php.net/internals/windows/libs/libpg&lt;/a&gt;&amp;nbsp;(should be pq =)
&lt;br&gt;&lt;br&gt;VC8 and VC9 works out of the box except that the command line options
&lt;br&gt;are ignored (I will try to find the cause and report a bug for it).
&lt;br&gt;You made a great work :)
&lt;br&gt;&lt;br&gt;I'm about to update the PHP Snapbox with the new versions, if you know
&lt;br&gt;some pgsql+php Windows users, it would be the right time to test
&lt;br&gt;(online on Monday 28th of July).
&lt;br&gt;&lt;br&gt;Thanks for your fantastic work and help :)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;--
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.thepimp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.thepimp.net&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://www.libgd.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libgd.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18621055&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p18621055.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18338712</id>
	<title>this mailing list is proposed to be retired</title>
	<published>2008-07-08T06:01:42Z</published>
	<updated>2008-07-08T06:01:42Z</updated>
	<author>
		<name>Peter Eisentraut-2</name>
	</author>
	<content type="html">Some PostgreSQL mailing lists, including the one you are reading now, are 
&lt;br&gt;proposed to be retired, because they receive very little or mostly off-topic 
&lt;br&gt;traffic.
&lt;br&gt;&lt;br&gt;If you disagree with this proposal, please make your objections known before 
&lt;br&gt;the end of the month. &amp;nbsp;Otherwise we will proceed with this plan.
&lt;br&gt;&lt;br&gt;The current first stage of retirement proposals affects the following lists:
&lt;br&gt;&lt;br&gt;* pgsql-ports
&lt;br&gt;&lt;br&gt;In the future, please post issues to one of the following mailing lists:
&lt;br&gt;&lt;br&gt;- Questions on compiling PostgreSQL to pgsql-general
&lt;br&gt;- Complaints if PostgreSQL does not compile to pgsql-bugs
&lt;br&gt;- Porting PostgreSQL to new platforms to pgsql-hackers
&lt;br&gt;&lt;br&gt;* pgsql-cygwin
&lt;br&gt;&lt;br&gt;In the future, please post issues to another mailing list, as described above 
&lt;br&gt;for pgsql-ports.
&lt;br&gt;&lt;br&gt;* pgsql-interfaces
&lt;br&gt;&lt;br&gt;Many PostgreSQL interfaces have their own mailing lists. &amp;nbsp;Posts that don't fit 
&lt;br&gt;anywhere else could go to pgsql-general.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18338712&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/this-mailing-list-is-proposed-to-be-retired-tp18338712p18338712.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18306670</id>
	<title>Re: contrib - fuzzystrmatch installation issue</title>
	<published>2008-07-06T14:16:06Z</published>
	<updated>2008-07-06T14:16:06Z</updated>
	<author>
		<name>Joe Conway</name>
	</author>
	<content type="html">Tom Lane wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; psql:fuzzystrmatch.sql:32: ERROR: &amp;nbsp;could not find function &amp;quot;dmetaphone_alt&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; in file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm suspicious that /usr/lib/pgsql/fuzzystrmatch.so is actually the 7.4
&lt;br&gt;&amp;gt; version of that module (which is what shipped in RHEL4 to begin with,
&lt;br&gt;&amp;gt; and which would've lacked exactly those three functions). &amp;nbsp;However a
&lt;br&gt;&amp;gt; hole in this theory is that an 8.3 server should've refused to load
&lt;br&gt;&amp;gt; a 7.4 extension module at all. &amp;nbsp;Anyway, double check versions,
&lt;br&gt;&amp;gt; installation locations, etc. &amp;nbsp;A self-configured Postgres installation
&lt;br&gt;&amp;gt; would not default to installing into /usr/lib/pgsql, so it certainly
&lt;br&gt;&amp;gt; seems possible that that file isn't your newly built version.
&lt;/div&gt;&lt;br&gt;He had also written me directly off list -- version mismatch it was. See 
&lt;br&gt;below. I should have thought to copy the list on my reply -- sorry about 
&lt;br&gt;that.
&lt;br&gt;&lt;br&gt;Joe
&lt;br&gt;&lt;br&gt;----------------------
&lt;br&gt;Kenaniah Cerny wrote:
&lt;br&gt;&amp;nbsp;&amp;gt; Joe,
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; You hit the nail right on the head. Apparently, I was trying to use
&lt;br&gt;&amp;nbsp;&amp;gt; Postgres 7.4.x with the 8.1.11 contrib version. Upgrading Postgres to
&lt;br&gt;&amp;nbsp;&amp;gt; 8.1 solved the issue. Can't believe I did that.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; Thanks for pointing it out. It would be a great addition to the
&lt;br&gt;&amp;nbsp;&amp;gt; documentation if the contrib functions were labeled with the versions
&lt;br&gt;&amp;nbsp;&amp;gt; that they first appear in the stable distro. It would most definitely
&lt;br&gt;&amp;nbsp;&amp;gt; help out people like me :-/
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; And sorry for the double-email.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; Thanks,
&lt;br&gt;&amp;nbsp;&amp;gt; Kenaniah
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; On Sat, Jul 5, 2008 at 4:10 PM, Joe Conway &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18306670&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18306670&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; Kenaniah Cerny wrote:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The compiler didn't return any errors during the build process,
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; leaving me clueless as to why it's not working correctly.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; If you have any insight, please feel free to shoot me back an
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; email or to call me at (951) 385-9506, as it is slightly urgent.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; I see that you simultaneously wrote to the list, but please do that
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; first next time.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; You haven't provided enough information to be sure, but it sounds to
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; me like you have at least two different versions of Postgres
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; installed -- probably both 8.3.3 and 7.4.x. Try doing:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;locate fuzzystrmatch.so
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; In 7.4.x the functions being complained about did not exist. You
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; could also try doing:
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;psql -d template1 -U postgres
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;template1=# select version();
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; and see what version of postgres you wind up attached to.
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt; &amp;nbsp; &amp;nbsp; Joe
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18306670&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/contrib---fuzzystrmatch-installation-issue-tp18288199p18306670.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18306631</id>
	<title>Re: contrib - fuzzystrmatch installation issue</title>
	<published>2008-07-06T14:12:11Z</published>
	<updated>2008-07-06T14:12:11Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Kenaniah Cerny&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18306631&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kenaniah@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; I am running Postgres 8.3.3 on a CentOS box and I had a few issues when
&lt;br&gt;&amp;gt; trying to install the fuzzystrmatch library. The library seemed to compile
&lt;br&gt;&amp;gt; and make install correctly, but when I ran the sql scripts to add the
&lt;br&gt;&amp;gt; functions to a database, I came up with this issue:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; # psql -d template1 -U postgres -f fuzzystrmatch.sql
&lt;br&gt;&amp;gt; SET
&lt;br&gt;&amp;gt; CREATE FUNCTION
&lt;br&gt;&amp;gt; CREATE FUNCTION
&lt;br&gt;&amp;gt; CREATE FUNCTION
&lt;br&gt;&amp;gt; CREATE FUNCTION
&lt;br&gt;&amp;gt; psql:fuzzystrmatch.sql:24: ERROR: &amp;nbsp;could not find function &amp;quot;difference&amp;quot; in
&lt;br&gt;&amp;gt; file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;
&lt;br&gt;&amp;gt; psql:fuzzystrmatch.sql:28: ERROR: &amp;nbsp;could not find function &amp;quot;dmetaphone&amp;quot; in
&lt;br&gt;&amp;gt; file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;
&lt;br&gt;&amp;gt; psql:fuzzystrmatch.sql:32: ERROR: &amp;nbsp;could not find function &amp;quot;dmetaphone_alt&amp;quot;
&lt;br&gt;&amp;gt; in file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;
&lt;/div&gt;&lt;br&gt;I'm suspicious that /usr/lib/pgsql/fuzzystrmatch.so is actually the 7.4
&lt;br&gt;version of that module (which is what shipped in RHEL4 to begin with,
&lt;br&gt;and which would've lacked exactly those three functions). &amp;nbsp;However a
&lt;br&gt;hole in this theory is that an 8.3 server should've refused to load
&lt;br&gt;a 7.4 extension module at all. &amp;nbsp;Anyway, double check versions,
&lt;br&gt;installation locations, etc. &amp;nbsp;A self-configured Postgres installation
&lt;br&gt;would not default to installing into /usr/lib/pgsql, so it certainly
&lt;br&gt;seems possible that that file isn't your newly built version.
&lt;br&gt;&lt;br&gt;Another thing that seems pretty odd is that the above complains about
&lt;br&gt;difference(), which *is* present in the .so according to nm.
&lt;br&gt;&lt;br&gt;BTW, why are you compiling fuzzystrmatch for yourself at all, instead
&lt;br&gt;of just installing the postgresql-contrib RPM?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18306631&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/contrib---fuzzystrmatch-installation-issue-tp18288199p18306631.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18288579</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-07-04T19:56:46Z</published>
	<updated>2008-07-04T19:56:46Z</updated>
	<author>
		<name>Bruce Momjian-5</name>
	</author>
	<content type="html">Tom Lane wrote:
&lt;br&gt;&amp;gt; &amp;gt; When I blow away /sw/bin/awk, so that make uses /usr/bin/awk instead,
&lt;br&gt;&amp;gt; &amp;gt; I get a make that executes perfectly and a make check with &amp;quot;All 114
&lt;br&gt;&amp;gt; &amp;gt; tests passed.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;lt;spock&amp;gt;Fascinating.&amp;lt;/spock&amp;gt;
&lt;br&gt;&lt;br&gt;OK, that wins the most creative tag award from me.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp; Bruce Momjian &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18288579&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bruce@...&lt;/a&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://momjian.us&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://momjian.us&lt;/a&gt;&lt;br&gt;&amp;nbsp; EnterpriseDB &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://enterprisedb.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enterprisedb.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; + If your life is a hard drive, Christ can be your backup. +
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18288579&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18288579.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18288199</id>
	<title>contrib - fuzzystrmatch installation issue</title>
	<published>2008-07-04T18:31:49Z</published>
	<updated>2008-07-04T18:31:49Z</updated>
	<author>
		<name>Kenaniah Cerny</name>
	</author>
	<content type="html">Hi everyone,&lt;br&gt;&lt;br&gt;I am running Postgres 8.3.3 on a CentOS box and I had a few issues when
trying to install the fuzzystrmatch library. The library seemed to
compile and make install correctly, but when I ran the sql scripts to add
the functions to a database, I came up with this issue:&lt;br&gt;
&lt;br&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;# psql -d template1 -U postgres -f fuzzystrmatch.sql&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;SET&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;CREATE FUNCTION&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;CREATE FUNCTION&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;CREATE FUNCTION&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;CREATE FUNCTION&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;psql:fuzzystrmatch.sql:24: ERROR:&amp;nbsp; could not find function &amp;quot;difference&amp;quot; in file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;psql:fuzzystrmatch.sql:28: ERROR:&amp;nbsp; could not find function &amp;quot;dmetaphone&amp;quot; in file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;psql:fuzzystrmatch.sql:32: ERROR:&amp;nbsp; could not find function &amp;quot;dmetaphone_alt&amp;quot; in file &amp;quot;/usr/lib/pgsql/fuzzystrmatch.so&amp;quot;&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;br&gt;Apparently, these three functions did not compile into the module.
I&amp;#39;m not much of a C/C++ programmer, but according to the Makefile, both
object files were included in the resulting fuzzystrmatch shared
object, and the three functions in question where definitely present in
fuzzystrmatch.c to begin with. &lt;br&gt;
&lt;br&gt;The following is a list of symbols inside the shared object:&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;/span&gt;&lt;br&gt;&lt;br&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;# nm libfuzzystrmatch.so&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ee4 A __bss_start&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;
&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000938 t call_gmon_start&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ec4 D _codes&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ee4 b completed.1&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d7c d __CTOR_END__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d78 d __CTOR_LIST__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U __ctype_b_loc@@GLIBC_2.3&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U __ctype_toupper_loc@@GLIBC_2.3&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U CurrentMemoryContext&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w __cxa_finalize@@GLIBC_2.1.3&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001a64 T difference&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U DirectFunctionCall1&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001ae8 t __do_global_ctors_aux&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;0000095c t __do_global_dtors_aux&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ebc d __dso_handle&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d84 d __DTOR_END__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d80 d __DTOR_LIST__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d8c A _DYNAMIC&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ee4 A _edata&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U elog_finish&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U elog_start&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ee8 A _end&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U errcode&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U errfinish&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U errmsg&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U errstart&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001b18 T _fini&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000009b8 t frame_dummy&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001d74 r __FRAME_END__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001bd4 r __func__.2&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001ca4 r __func__.3&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001bc4 r __func__.5&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002e78 A _GLOBAL_OFFSET_TABLE_&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w __gmon_start__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000830 T _init&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d88 d __JCR_END__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002d88 d __JCR_LIST__&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; w _Jv_RegisterClasses&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000f7e t .L1027&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000011d7 t .L1034&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001340 t .L110&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000012f5 t .L180&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000013a8 t .L185&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000d8f t .L208&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000eac t .L253&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001132 t .L254&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001096 t .L266&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;0000102d t .L392&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000e27 t .L487&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000f90 t .L667&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000f1d t .L760&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;0000105e t .L774&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000f40 t .L785&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;0000117f t .L789&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000d55 t .L83&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000012a4 t .L874&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;0000116a t .L930&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000011fe t .L932&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000f5c t .L977&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000013c7 t .L98&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001251 t .L982&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000a24 T levenshtein&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000bf4 T Lookahead&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U MemoryContextAlloc&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000016ac T metaphone&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000c24 T _metaphone&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001cb4 r my_finfo.0&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001cb0 r my_finfo.1&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001bd0 r my_finfo.4&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001bc0 r my_finfo.6&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ec0 d p.0&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U pg_detoast_datum&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001a4c T pg_finfo_difference&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000a0c T pg_finfo_levenshtein&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00000bdc T pg_finfo_metaphone&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000018f8 T pg_finfo_soundex&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001bac r Pg_magic_data.7&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;000009f4 T Pg_magic_func&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001a00 T soundex&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00001910 t _soundex&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;00002ee0 d soundex_table&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U textin&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;&lt;span style=&quot;font-family: courier new,monospace;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; U textout&lt;/span&gt;&lt;br style=&quot;font-family: courier new,monospace;&quot;&gt;

&lt;br&gt;The compiler didn&amp;#39;t return any errors during the build process, leaving me clueless as to why it&amp;#39;s not working correctly. Any help would be greatly appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Kenaniah Cerny&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/contrib---fuzzystrmatch-installation-issue-tp18288199p18288199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18262781</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-07-03T08:56:44Z</published>
	<updated>2008-07-03T08:56:44Z</updated>
	<author>
		<name>Randall Lucas</name>
	</author>
	<content type="html">On Wed, Jul 2, 2008 at 10:11 AM, Randall Lucas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18262781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Jul 1, 2008 at 7:50 PM, Tom Lane &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18262781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgl@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I believe the most likely theory is that your copy of /sw/bin/awk
&lt;br&gt;&amp;gt;&amp;gt; got corrupted during the transfer from your old machine, and the
&lt;br&gt;&amp;gt;&amp;gt; second most likely theory is that the executable is bitwise the same
&lt;br&gt;&amp;gt;&amp;gt; but it doesn't play nice with the system libraries on your new box,
&lt;br&gt;&amp;gt;&amp;gt; and the third is that there was something wrong with that specific
&lt;br&gt;&amp;gt;&amp;gt; Fink-port build (though if so, it should have failed on your old
&lt;br&gt;&amp;gt;&amp;gt; machine too). &amp;nbsp;In any case it sounds like a very local problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will try compiling 8.3.3 (and testing gawk) on my old 10.4 Intel Mac
&lt;br&gt;&amp;gt; which was the source of the gawk binary. &amp;nbsp;I'll also report if the
&lt;br&gt;&amp;gt; binary is bitwise identical. &amp;nbsp;No reply solicited for that; I just want
&lt;br&gt;&amp;gt; to keep it all in the same thread for archival / search engine
&lt;br&gt;&amp;gt; purposes.
&lt;/div&gt;&lt;br&gt;$ /sw/bin/awk -W version
&lt;br&gt;GNU Awk 3.1.5
&lt;br&gt;&lt;br&gt;Confirming that reinstalling Fink de novo on OS X 10.5 gives me a
&lt;br&gt;properly working gawk.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18262781&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18262781.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18242481</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-07-02T10:11:18Z</published>
	<updated>2008-07-02T10:11:18Z</updated>
	<author>
		<name>Randall Lucas</name>
	</author>
	<content type="html">On Tue, Jul 1, 2008 at 7:50 PM, Tom Lane &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18242481&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgl@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;quot;Randall Lucas&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18242481&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt;&amp;gt; I dug in a bit more. &amp;nbsp;It turns out that the Apple process of
&lt;br&gt;&amp;gt;&amp;gt; transferring my data over from my old box transferred my
&lt;br&gt;&amp;gt;&amp;gt; Fink-installed UNIX apps, including PostgreSQL 8.1.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And the contents of /sw/bin, no doubt?
&lt;br&gt;&lt;br&gt;Yes. &amp;nbsp;Although, I'd been doing UNIX-y things for the past couple weeks
&lt;br&gt;and nothing seemed broken, which makes this problem more pernicious.
&lt;br&gt;&lt;br&gt;&amp;gt; Given that we've never heard the like from anyone else, I think that
&lt;br&gt;&amp;gt; (1) accusations against the upstream gawk maintainers seem misplaced,
&lt;br&gt;&lt;br&gt;Naturally; my incredulity at the brokenness of gawk didn't come
&lt;br&gt;through, I guess ;)
&lt;br&gt;&lt;br&gt;&amp;gt; I believe the most likely theory is that your copy of /sw/bin/awk
&lt;br&gt;&amp;gt; got corrupted during the transfer from your old machine, and the
&lt;br&gt;&amp;gt; second most likely theory is that the executable is bitwise the same
&lt;br&gt;&amp;gt; but it doesn't play nice with the system libraries on your new box,
&lt;br&gt;&amp;gt; and the third is that there was something wrong with that specific
&lt;br&gt;&amp;gt; Fink-port build (though if so, it should have failed on your old
&lt;br&gt;&amp;gt; machine too). &amp;nbsp;In any case it sounds like a very local problem.
&lt;br&gt;&lt;br&gt;I like this last theory best. &amp;nbsp;It is somewhat surprising to me that
&lt;br&gt;more folks haven't hollered about it, given the ubiquity (?) of
&lt;br&gt;upgrades to 10.5 from people who had installed Fink on 10.4.
&lt;br&gt;&lt;br&gt;I will try compiling 8.3.3 (and testing gawk) on my old 10.4 Intel Mac
&lt;br&gt;which was the source of the gawk binary. &amp;nbsp;I'll also report if the
&lt;br&gt;binary is bitwise identical. &amp;nbsp;No reply solicited for that; I just want
&lt;br&gt;to keep it all in the same thread for archival / search engine
&lt;br&gt;purposes.
&lt;br&gt;&lt;br&gt;Thanks again,
&lt;br&gt;&lt;br&gt;Randall
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18242481&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18242481.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18229319</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-07-01T19:50:36Z</published>
	<updated>2008-07-01T19:50:36Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Randall Lucas&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18229319&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; I dug in a bit more. &amp;nbsp;It turns out that the Apple process of
&lt;br&gt;&amp;gt; transferring my data over from my old box transferred my
&lt;br&gt;&amp;gt; Fink-installed UNIX apps, including PostgreSQL 8.1.
&lt;br&gt;&lt;br&gt;And the contents of /sw/bin, no doubt?
&lt;br&gt;&lt;br&gt;&amp;gt; When I blow away /sw/bin/awk, so that make uses /usr/bin/awk instead,
&lt;br&gt;&amp;gt; I get a make that executes perfectly and a make check with &amp;quot;All 114
&lt;br&gt;&amp;gt; tests passed.&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;lt;spock&amp;gt;Fascinating.&amp;lt;/spock&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; Comments are most welcome here before I move over to the GNU awk list
&lt;br&gt;&amp;gt; and start accusing pretty much the oldest program in existence of
&lt;br&gt;&amp;gt; being broken ...
&lt;br&gt;&lt;br&gt;Given that we've never heard the like from anyone else, I think that
&lt;br&gt;(1) accusations against the upstream gawk maintainers seem misplaced,
&lt;br&gt;and (2) there's not anything wrong with that Makefile item either.
&lt;br&gt;&lt;br&gt;I believe the most likely theory is that your copy of /sw/bin/awk
&lt;br&gt;got corrupted during the transfer from your old machine, and the
&lt;br&gt;second most likely theory is that the executable is bitwise the same
&lt;br&gt;but it doesn't play nice with the system libraries on your new box,
&lt;br&gt;and the third is that there was something wrong with that specific
&lt;br&gt;Fink-port build (though if so, it should have failed on your old
&lt;br&gt;machine too). &amp;nbsp;In any case it sounds like a very local problem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18229319&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18229319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18226869</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-07-01T15:36:12Z</published>
	<updated>2008-07-01T15:36:12Z</updated>
	<author>
		<name>Randall Lucas</name>
	</author>
	<content type="html">On Fri, Jun 27, 2008 at 7:58 PM, Tom Lane &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18226869&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgl@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm thinking maybe you have old or broken PG shared libraries
&lt;br&gt;&amp;gt; in that directory that're messing up the link.
&lt;br&gt;&lt;br&gt;Thanks for having a look. &amp;nbsp;As you'll see below, that was a red
&lt;br&gt;herring. &amp;nbsp;Apologies for the long email, but I want to include as much
&lt;br&gt;search-engine bait as possible for folks with the same problem.
&lt;br&gt;&lt;br&gt;I dug in a bit more. &amp;nbsp;It turns out that the Apple process of
&lt;br&gt;transferring my data over from my old box transferred my
&lt;br&gt;Fink-installed UNIX apps, including PostgreSQL 8.1. &amp;nbsp;So I *do* have an
&lt;br&gt;old set of libraries installed in /sw/lib/postgresql-8.1
&lt;br&gt;&lt;br&gt;I manually went into src/Makefile.global and changed LDFLAGS (the
&lt;br&gt;source of the duplicate &amp;quot;-L/sw/lib&amp;quot; entry) to blank. &amp;nbsp;(I couldn't seem
&lt;br&gt;to get configure to do so.)
&lt;br&gt;&lt;br&gt;The result is below. &amp;nbsp;No more -L/sw/lib in the gcc command line that
&lt;br&gt;barfs, but the same error message comes out:
&lt;br&gt;&lt;br&gt;gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
&lt;br&gt;-Winline -Wdeclaration-after-statement -Wendif-labels
&lt;br&gt;-fno-strict-aliasing -fwrapv &amp;nbsp; -dynamiclib -install_name
&lt;br&gt;/usr/local/pgsql-8.3/lib/libecpg.6.dylib -compatibility_version 6
&lt;br&gt;-current_version 6.0 -exported_symbols_list exports.list
&lt;br&gt;-multiply_defined suppress &amp;nbsp;execute.o typename.o descriptor.o data.o
&lt;br&gt;error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o
&lt;br&gt;thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq
&lt;br&gt;-L../../../../src/port -lpgtypes -lpq -lm &amp;nbsp;-o libecpg.6.0.dylib
&lt;br&gt;Undefined symbols:
&lt;br&gt;&amp;nbsp; &amp;quot;_PGTYPESdate_from_asc&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _ecpg_get_data in data.o
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _ecpg_get_data in data.o
&lt;br&gt;&amp;nbsp; &amp;quot;_PQfinish&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _ecpg_finish in connect.o
&lt;br&gt;&amp;nbsp; &amp;quot;_PQsetdbLogin&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; _ECPGconnect in connect.o
&lt;br&gt;ld: symbol(s) not found
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[4]: *** [libecpg.6.0.dylib] Error 1
&lt;br&gt;make[3]: *** [all] Error 2
&lt;br&gt;make[2]: *** [all] Error 2
&lt;br&gt;make[1]: *** [all] Error 2
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;So then I started digging in and poking around the actual makefiles.
&lt;br&gt;It looks like the symbols that data.c is referencing come from
&lt;br&gt;src/interfaces/ecpg/pgtypeslib
&lt;br&gt;&lt;br&gt;The file exports.list in src/interfaces/ecpg/pgtypeslib does NOT
&lt;br&gt;contain the missing symbol _PGTYPESdate_from_asc
&lt;br&gt;&lt;br&gt;I checked the output of make, and this line caught my eye:
&lt;br&gt;&lt;br&gt;awk '/^[^#]/ {printf &amp;quot;_%s\n&amp;quot;,$1}' exports.txt &amp;gt;exports.list
&lt;br&gt;&lt;br&gt;This should be dumping out any the first word of any line that doesn't
&lt;br&gt;start with a # to exports.list, prepended with &amp;quot;_&amp;quot;, right?
&lt;br&gt;&lt;br&gt;Well, as it turns out, lines 1-2 of exports.txt are comments, and
&lt;br&gt;lines 3-11 look like:
&lt;br&gt;&lt;br&gt;PGTYPESdate_dayofweek &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1
&lt;br&gt;PGTYPESdate_defmt_asc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2
&lt;br&gt;PGTYPESdate_fmt_asc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3
&lt;br&gt;PGTYPESdate_free &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4
&lt;br&gt;PGTYPESdate_from_asc &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5
&lt;br&gt;PGTYPESdate_from_timestamp &amp;nbsp; &amp;nbsp; &amp;nbsp;6
&lt;br&gt;PGTYPESdate_julmdy &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7
&lt;br&gt;PGTYPESdate_mdyjul &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8
&lt;br&gt;PGTYPESdate_new &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 9
&lt;br&gt;&lt;br&gt;(Note the presence of our missing symbol, date_from_asc)
&lt;br&gt;&lt;br&gt;All of these first nine symbols are missing from my copy of
&lt;br&gt;exports.list! &amp;nbsp;(The rest of the symbols, 10-n, appear fine.)
&lt;br&gt;&lt;br&gt;Sure enough, one of the other offenders -- PQfinish -- is present in
&lt;br&gt;the first nine symbols in src/interfaces/libpq/exports.txt but missing
&lt;br&gt;from src/interfaces/libpq/exports.list
&lt;br&gt;&lt;br&gt;Could it be that my awk is buggy or not playing nice?
&lt;br&gt;&lt;br&gt;$ which awk
&lt;br&gt;/sw/bin/awk
&lt;br&gt;$ ls -al /sw/bin/awk
&lt;br&gt;lrwxr-xr-x &amp;nbsp;1 root &amp;nbsp;admin &amp;nbsp;4 Jun 19 18:50 /sw/bin/awk -&amp;gt; gawk
&lt;br&gt;$ awk -W version
&lt;br&gt;GNU Awk 3.1.4
&lt;br&gt;&lt;br&gt;I also have a system awk in /usr/bin/awk, but my $PATH (using standard
&lt;br&gt;Fink init.sh practice of prepending) puts /sw/bin first.
&lt;br&gt;&lt;br&gt;It appears that PG knows that I have gawk:
&lt;br&gt;&lt;br&gt;$ grep 'awk' config.log
&lt;br&gt;configure:5084: checking for gawk
&lt;br&gt;configure:5100: found /sw/bin/gawk
&lt;br&gt;configure:5110: result: gawk
&lt;br&gt;ac_cv_prog_AWK=gawk
&lt;br&gt;AWK='gawk'
&lt;br&gt;&lt;br&gt;When I blow away /sw/bin/awk, so that make uses /usr/bin/awk instead,
&lt;br&gt;I get a make that executes perfectly and a make check with &amp;quot;All 114
&lt;br&gt;tests passed.&amp;quot;
&lt;br&gt;&lt;br&gt;So, at least for now, my problem is solved. &amp;nbsp;But I remain very much
&lt;br&gt;puzzled. &amp;nbsp;Does anyone here know if my gawk is behaving properly? &amp;nbsp;(I
&lt;br&gt;tried it with both --compat and --posix flags to see if that fixed the
&lt;br&gt;behavior; no effect.) &amp;nbsp;And if it is, and PG knows that gawk behaves
&lt;br&gt;that way and detected it, shouldn't the PG makefile have adapted its
&lt;br&gt;awk invocation to use the gawk syntax?
&lt;br&gt;&lt;br&gt;Comments are most welcome here before I move over to the GNU awk list
&lt;br&gt;and start accusing pretty much the oldest program in existence of
&lt;br&gt;being broken ...
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18226869&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18226869.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18166920</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-06-27T19:58:04Z</published>
	<updated>2008-06-27T19:58:04Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Randall Lucas&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166920&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; writes:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
&lt;br&gt;&amp;gt; -Winline -Wdeclaration-after-statement -Wendif-labels
&lt;br&gt;&amp;gt; -fno-strict-aliasing -fwrapv &amp;nbsp; -dynamiclib -install_name
&lt;br&gt;&amp;gt; /usr/local/pgsql-8.3/lib/libecpg.6.dylib -compatibility_version 6
&lt;br&gt;&amp;gt; -current_version 6.0 -exported_symbols_list exports.list
&lt;br&gt;&amp;gt; -multiply_defined suppress &amp;nbsp;execute.o typename.o descriptor.o data.o
&lt;br&gt;&amp;gt; error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o
&lt;br&gt;&amp;gt; thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq
&lt;br&gt;&amp;gt; -L../../../../src/port -L/sw/lib -L/sw/lib -lpgtypes -lpq -lm &amp;nbsp;-o
&lt;br&gt;&amp;gt; libecpg.6.0.dylib
&lt;br&gt;&amp;gt; Undefined symbols:
&lt;/div&gt;&lt;br&gt;Comparing this to a fresh build log on my own machine, the only obvious
&lt;br&gt;difference is the (duplicated) -L/sw/lib that your log has and mine
&lt;br&gt;doesn't. &amp;nbsp;I'm thinking maybe you have old or broken PG shared libraries
&lt;br&gt;in that directory that're messing up the link. &amp;nbsp;I'm not convinced of
&lt;br&gt;that, because these -L switches are last in the command and so really
&lt;br&gt;shouldn't be determining anything; but it's a place to start looking.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166920&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18166920.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18166874</id>
	<title>Re: Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-06-27T19:45:50Z</published>
	<updated>2008-06-27T19:45:50Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Randall Lucas&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166874&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; Compiling of PostgreSQL 8.3.3 on Mac OS X 10.5.2 (9C2031) fails with
&lt;br&gt;&amp;gt; the following error.
&lt;br&gt;&lt;br&gt;Weird. &amp;nbsp;It works on the laptop I'm typing on, and there are several OSX
&lt;br&gt;buildfarm machines that aren't complaining either. &amp;nbsp;Are you sure you're
&lt;br&gt;using an up-to-date install of the developer tools? &amp;nbsp;I seem to recall
&lt;br&gt;that it's possible to update, eg, 10.4 to 10.5 without updating your
&lt;br&gt;developer tools, but the tools don't actually work thereafter ...
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166874&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18166874.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18166255</id>
	<title>Re: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-06-27T17:00:25Z</published>
	<updated>2008-06-27T17:00:25Z</updated>
	<author>
		<name>Randall Lucas</name>
	</author>
	<content type="html">Just confirmed after make distclean and ./configure that the same
&lt;br&gt;error persists in Mac OS X 10.5.3 (9D34).
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;Randall
&lt;br&gt;&lt;br&gt;On Fri, Jun 27, 2008 at 4:08 PM, Randall Lucas &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rlucas@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Compiling of PostgreSQL 8.3.3 on Mac OS X 10.5.2 (9C2031) fails with
&lt;br&gt;&amp;gt; the following error. &amp;nbsp;I got the same error whether I did a &amp;quot;vanilla&amp;quot;
&lt;br&gt;&amp;gt; ./configure or whether I used a variety of --with-X flags (e.g. perl,
&lt;br&gt;&amp;gt; libxslt). &amp;nbsp;The use or non-use of --with-libedit-preferred does not
&lt;br&gt;&amp;gt; change the outcome (as suggested in this blog post:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.stereoplex.com/two-voices/error-compiling-postgresql-8.3-on-leopard-rl_completion_matches&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stereoplex.com/two-voices/error-compiling-postgresql-8.3-on-leopard-rl_completion_matches&lt;/a&gt;&lt;br&gt;&amp;gt; )
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is a fairly stock 10.5 machine (quad-core Mac Pro) that I just
&lt;br&gt;&amp;gt; got last week, but I do have developer tools installed on it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Also, a pending software update is about to require me to reboot. &amp;nbsp;(I
&lt;br&gt;&amp;gt; will post again if the update fixes the issue).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any suggestions? &amp;nbsp;More info needed?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Error:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
&lt;br&gt;&amp;gt; -Winline -Wdeclaration-after-statement -Wendif-labels
&lt;br&gt;&amp;gt; -fno-strict-aliasing -fwrapv &amp;nbsp; -dynamiclib -install_name
&lt;br&gt;&amp;gt; /usr/local/pgsql-8.3/lib/libecpg.6.dylib -compatibility_version 6
&lt;br&gt;&amp;gt; -current_version 6.0 -exported_symbols_list exports.list
&lt;br&gt;&amp;gt; -multiply_defined suppress &amp;nbsp;execute.o typename.o descriptor.o data.o
&lt;br&gt;&amp;gt; error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o
&lt;br&gt;&amp;gt; thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq
&lt;br&gt;&amp;gt; -L../../../../src/port -L/sw/lib -L/sw/lib -lpgtypes -lpq -lm &amp;nbsp;-o
&lt;br&gt;&amp;gt; libecpg.6.0.dylib
&lt;br&gt;&amp;gt; Undefined symbols:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;_PGTYPESdate_from_asc&amp;quot;, referenced from:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _ecpg_get_data in data.o
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _ecpg_get_data in data.o
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;_PQfinish&amp;quot;, referenced from:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _ecpg_finish in connect.o
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;quot;_PQsetdbLogin&amp;quot;, referenced from:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; _ECPGconnect in connect.o
&lt;br&gt;&amp;gt; ld: symbol(s) not found
&lt;br&gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt; make[4]: *** [libecpg.6.0.dylib] Error 1
&lt;br&gt;&amp;gt; make[3]: *** [all] Error 2
&lt;br&gt;&amp;gt; make[2]: *** [all] Error 2
&lt;br&gt;&amp;gt; make[1]: *** [all] Error 2
&lt;br&gt;&amp;gt; make: *** [all] Error 2
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18166255&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18166255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18165602</id>
	<title>Fwd: 8.3.3 compile fails on Mac OS X 10.5.2</title>
	<published>2008-06-27T16:08:44Z</published>
	<updated>2008-06-27T16:08:44Z</updated>
	<author>
		<name>Randall Lucas</name>
	</author>
	<content type="html">Compiling of PostgreSQL 8.3.3 on Mac OS X 10.5.2 (9C2031) fails with
&lt;br&gt;the following error. &amp;nbsp;I got the same error whether I did a &amp;quot;vanilla&amp;quot;
&lt;br&gt;./configure or whether I used a variety of --with-X flags (e.g. perl,
&lt;br&gt;libxslt). &amp;nbsp;The use or non-use of --with-libedit-preferred does not
&lt;br&gt;change the outcome (as suggested in this blog post:
&lt;br&gt;&lt;a href=&quot;http://www.stereoplex.com/two-voices/error-compiling-postgresql-8.3-on-leopard-rl_completion_matches&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.stereoplex.com/two-voices/error-compiling-postgresql-8.3-on-leopard-rl_completion_matches&lt;/a&gt;&lt;br&gt;)
&lt;br&gt;&lt;br&gt;This is a fairly stock 10.5 machine (quad-core Mac Pro) that I just
&lt;br&gt;got last week, but I do have developer tools installed on it.
&lt;br&gt;&lt;br&gt;Also, a pending software update is about to require me to reboot. &amp;nbsp;(I
&lt;br&gt;will post again if the update fixes the issue).
&lt;br&gt;&lt;br&gt;Any suggestions? &amp;nbsp;More info needed?
&lt;br&gt;&lt;br&gt;Error:
&lt;br&gt;&lt;br&gt;gcc -no-cpp-precomp -O2 -Wall -Wmissing-prototypes -Wpointer-arith
&lt;br&gt;-Winline -Wdeclaration-after-statement -Wendif-labels
&lt;br&gt;-fno-strict-aliasing -fwrapv &amp;nbsp; -dynamiclib -install_name
&lt;br&gt;/usr/local/pgsql-8.3/lib/libecpg.6.dylib -compatibility_version 6
&lt;br&gt;-current_version 6.0 -exported_symbols_list exports.list
&lt;br&gt;-multiply_defined suppress &amp;nbsp;execute.o typename.o descriptor.o data.o
&lt;br&gt;error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o
&lt;br&gt;thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq
&lt;br&gt;-L../../../../src/port -L/sw/lib -L/sw/lib -lpgtypes -lpq -lm &amp;nbsp;-o
&lt;br&gt;libecpg.6.0.dylib
&lt;br&gt;Undefined symbols:
&lt;br&gt;&amp;nbsp;&amp;quot;_PGTYPESdate_from_asc&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_ecpg_get_data in data.o
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_ecpg_get_data in data.o
&lt;br&gt;&amp;nbsp;&amp;quot;_PQfinish&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_ecpg_finish in connect.o
&lt;br&gt;&amp;nbsp;&amp;quot;_PQsetdbLogin&amp;quot;, referenced from:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;_ECPGconnect in connect.o
&lt;br&gt;ld: symbol(s) not found
&lt;br&gt;collect2: ld returned 1 exit status
&lt;br&gt;make[4]: *** [libecpg.6.0.dylib] Error 1
&lt;br&gt;make[3]: *** [all] Error 2
&lt;br&gt;make[2]: *** [all] Error 2
&lt;br&gt;make[1]: *** [all] Error 2
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18165602&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-8.3.3-compile-fails-on-Mac-OS-X-10.5.2-tp18165602p18165602.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18035450</id>
	<title>Re: PGSQL non installer for linux</title>
	<published>2008-06-20T11:52:39Z</published>
	<updated>2008-06-20T11:52:39Z</updated>
	<author>
		<name>Robert Treat</name>
	</author>
	<content type="html">On Friday 20 June 2008 10:05:54 Tom Lane wrote:
&lt;br&gt;&amp;gt; &amp;quot;Sivaramakrishnan Nageswaran&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18035450&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sivaramakrishnan.nageswaran@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;writes:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; Does pgsql have anything like non-installer for linux i.e tar-gzipped
&lt;br&gt;&amp;gt; &amp;gt; bundle (as is available for linux in the form of zip file) which I can
&lt;br&gt;&amp;gt; &amp;gt; untar /unzip in the target machine? Basically I do not want to use rpm to
&lt;br&gt;&amp;gt; &amp;gt; install as it might fail due to dependency issues.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To be blunt, you're out of your mind. &amp;nbsp;You're going to end up
&lt;br&gt;&amp;gt; reinventing rpm, badly. &amp;nbsp;If an rpm install fails due to dependencies
&lt;br&gt;&amp;gt; it's a good indication that the software wouldn't have worked when
&lt;br&gt;&amp;gt; installed.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;That said, I believe postgres plus will do this for you. See 
&lt;br&gt;&lt;a href=&quot;http://www.postgresrocks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresrocks.com&lt;/a&gt;&amp;nbsp;for download options. 
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Robert Treat
&lt;br&gt;Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18035450&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PGSQL-non-installer-for-linux-tp18025610p18035450.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18030304</id>
	<title>Re: PGSQL non installer for linux</title>
	<published>2008-06-20T07:05:54Z</published>
	<updated>2008-06-20T07:05:54Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Sivaramakrishnan Nageswaran&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18030304&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sivaramakrishnan.nageswaran@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; Does pgsql have anything like non-installer for linux i.e tar-gzipped bundle
&lt;br&gt;&amp;gt; (as is available for linux in the form of zip file) which I can untar /unzip
&lt;br&gt;&amp;gt; in the target machine? Basically I do not want to use rpm to install as it
&lt;br&gt;&amp;gt; might fail due to dependency issues.
&lt;br&gt;&lt;br&gt;To be blunt, you're out of your mind. &amp;nbsp;You're going to end up
&lt;br&gt;reinventing rpm, badly. &amp;nbsp;If an rpm install fails due to dependencies
&lt;br&gt;it's a good indication that the software wouldn't have worked when
&lt;br&gt;installed.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18030304&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PGSQL-non-installer-for-linux-tp18025610p18030304.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18025610</id>
	<title>PGSQL non installer for linux</title>
	<published>2008-06-20T01:52:24Z</published>
	<updated>2008-06-20T01:52:24Z</updated>
	<author>
		<name>Sivaramakrishnan Nageswaran</name>
	</author>
	<content type="html">Hi,&lt;br&gt;&lt;br&gt;Does pgsql have anything like non-installer for linux i.e tar-gzipped bundle (as is available for linux in the form of zip file) which I can untar /unzip in the target machine? Basically I do not want to use rpm to install as it might fail due to dependency issues. So, if I have a custom built (for various flavours and versions of linux) bundle, I can just unbundle the same in a specified directory and start using it. Right now, if I use rpm for installing pgsql, it installs the files in various directories (like in /usr/bin, /var/lib/pgsql etc). Basically I wanted all the libraries, binaries and the database to come under a common parent directory.&lt;br&gt;
&lt;br&gt;Hope I have made sense. Any help is highly appreciated.&lt;br&gt;Thanks for any help.&lt;br&gt;Regards&lt;br&gt;- Siva&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;Always do right. This will gratify some people and astonish the rest.&lt;br&gt;- Mark Twain&lt;br&gt;(Home page: &lt;a href=&quot;http://rushto_siva.tripod.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://rushto_siva.tripod.com&lt;/a&gt;)
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/PGSQL-non-installer-for-linux-tp18025610p18025610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17748789</id>
	<title>Compiling table_log and other C-functions on the windows port of 8.3</title>
	<published>2008-06-09T23:44:15Z</published>
	<updated>2008-06-09T23:44:15Z</updated>
	<author>
		<name>Knut P. Lehre</name>
	</author>
	<content type="html">&lt;font face=&quot;'PrimaSans BT,Verdana,sans-serif'&quot;&gt;Can the C-functions oftable_log (http://pgfoundry.org/projects/tablelog/) and/or the exampleC-functions in the postgresql docs be compiled for the windows port ofpg 8.3 using Visual C++ (preferentially VC++ 2008) with the header and library files supplied withthe binary installer? If so, which Visual C++ compiler/linkersettings/switches are needed to produce a dll that can be successfullyloaded by postgresql? It would be good to have this information in thesection on compiler settings for compilation of C-functions in docs 34.9, like there is for othercompilers in 34.9.6.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;KP&lt;/font&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compiling-table_log-and-other-C-functions-on-the-windows-port-of-8.3-tp17748789p17748789.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17740214</id>
	<title>Re: porting postgrers 8.3 on SCO 5.0.7</title>
	<published>2008-06-09T12:43:55Z</published>
	<updated>2008-06-09T12:43:55Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Edmundo Robles L.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17740214&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erobles@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; gmake[4]: Entering directory `/u/erobles/postgresql-8.3.1/src/backend/utils/adt'
&lt;br&gt;&amp;gt; cc -b elf -O -I../../../../src/include -I/usr/local/include &amp;nbsp;-c -o cash.o cash.c
&lt;br&gt;&amp;gt; &amp;quot;cash.c&amp;quot;, line 814: error: invalid token: 100ll
&lt;br&gt;&amp;gt; &amp;quot;cash.c&amp;quot;, line 814: error: Syntax error before or at: ;
&lt;br&gt;&lt;br&gt;Hmm, seems our buildfarm is lacking machines that won't take that
&lt;br&gt;construct, else we'd have noticed this long ago. &amp;nbsp;These should all
&lt;br&gt;be using the INT64CONST() macro.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17740214&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/porting--postgrers-8.3-on-SCO-5.0.7-tp17739720p17740214.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17739720</id>
	<title>porting  postgrers 8.3 on SCO 5.0.7</title>
	<published>2008-06-09T11:55:58Z</published>
	<updated>2008-06-09T11:55:58Z</updated>
	<author>
		<name>erobles</name>
	</author>
	<content type="html">Hello there!
&lt;br&gt;&lt;br&gt;I trying &amp;nbsp;to compile postgres 8.3 on SCO Open Server 5.0.7 but &amp;nbsp;i got an error to compile &amp;nbsp;cash.o:
&lt;br&gt;&lt;br&gt;gmake[4]: Entering directory `/u/erobles/postgresql-8.3.1/src/backend/utils/adt'
&lt;br&gt;cc -b elf -O -I../../../../src/include -I/usr/local/include &amp;nbsp;-c -o cash.o cash.c
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 814: error: invalid token: 100ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 814: error: Syntax error before or at: ;
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 815: error: invalid token: 100ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 815: error: Syntax error before or at: )
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 816: error: invalid token: 100000ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 816: error: Syntax error before or at: )
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 817: error: invalid token: 100000000ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 817: error: Syntax error before or at: %
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 818: error: invalid token: 100000000000ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 818: error: Syntax error before or at: %
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 819: error: invalid token: 100000000000000ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 819: error: Syntax error before or at: %
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 820: error: invalid token: 100000000000000000ll
&lt;br&gt;&amp;quot;cash.c&amp;quot;, line 820: error: Syntax error before or at: %
&lt;br&gt;gmake[4]: *** [cash.o] Error 1
&lt;br&gt;&lt;br&gt;i image &amp;nbsp;the cause that is because the cast to long long doesn't exist on cc from SCO.
&lt;br&gt;i'll be glad if you could help with that issue.
&lt;br&gt;&lt;br&gt;Regards from MEXICO!!
&lt;br&gt;&lt;br&gt;Ing. Edmundo Robles Lopez.
&lt;br&gt;Analista Programador.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Di &amp;nbsp;NO a la pirateria, usa software &amp;nbsp;libre.
&lt;br&gt;Say NO to piracy, use free(dom) software.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17739720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/porting--postgrers-8.3-on-SCO-5.0.7-tp17739720p17739720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17266229</id>
	<title>Re: [DOCS] problem in installing pgsql-8.3.1</title>
	<published>2008-05-15T18:49:21Z</published>
	<updated>2008-05-15T18:49:21Z</updated>
	<author>
		<name>shohorab hossain</name>
	</author>
	<content type="html">Problem is solved.
&lt;br&gt;Problem was in my system clock setting.
&lt;br&gt;Make get into a loop like this when the source files all appeared to have timestamps in the future.
&lt;br&gt; 
&lt;br&gt;Thank you all very much.
&lt;br&gt; 
&lt;br&gt; 
&lt;br&gt;With regards:
&lt;br&gt;Shohorab Hossain
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----
&lt;br&gt;From: shohorab hossain &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shohorab23@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-docs@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-bugs@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-admin@...&lt;/a&gt;
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shohorab23@...&lt;/a&gt;
&lt;br&gt;Sent: Thursday, May 15, 2008 17:21:30
&lt;br&gt;Subject: [DOCS] problem in installing pgsql-8.3.1
&lt;br&gt;&lt;br&gt;Dear sir/madam,
&lt;br&gt;&lt;br&gt;This is to inform you that I am an oracle database user/administrator. But I am going to join in a company where I have to administrate postgresql database. I am new to this database system.  For few days I am trying to install postgresql-8.3.1 in RHEL4. My machine configuration is Intel Pentium IV. I have followed the installation document of postgresql that was included with source distribution.
&lt;br&gt;&lt;br&gt;I am facing the problem during the building step of source. The problem is that when I start building with gmake command, it continuously shows messages in console like ‘checking for …………. yes / no’ and I have waited approximately for 3 hours but it continues.  At last I have cancelled the building process.
&lt;br&gt;&lt;br&gt;Please give me your appropriate and valuable solution in this regard. I am eagerly looking forward for your quick reply.
&lt;br&gt;&lt;br&gt;Thanks in advance:
&lt;br&gt;---------------------------
&lt;br&gt;Hopeless 
&lt;br&gt;Shohorab
&lt;br&gt;&lt;br&gt;Send instant messages to your online friends &lt;a href=&quot;http://uk.messenger.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.messenger.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Send instant messages to your online friends &lt;a href=&quot;http://uk.messenger.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.messenger.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-docs mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-docs@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-docs&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-docs&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Send instant messages to your online friends &lt;a href=&quot;http://uk.messenger.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.messenger.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266229&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--DOCS--problem-in-installing-pgsql-8.3.1-tp17266229p17266229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17257303</id>
	<title>Re: [ADMIN] problem in installing pgsql-8.3.1</title>
	<published>2008-05-15T09:30:31Z</published>
	<updated>2008-05-15T09:30:31Z</updated>
	<author>
		<name>Devrim GÜNDÜZ-4</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;On Thu, 2008-05-15 at 04:21 -0700, shohorab hossain wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; For few days I am trying to install postgresql-8.3.1 in RHEL4. My
&lt;br&gt;&amp;gt; machine configuration is Intel Pentium IV. I have followed the
&lt;br&gt;&amp;gt; installation document of postgresql that was included with source
&lt;br&gt;&amp;gt; distribution.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am facing the problem during the building step of source. The
&lt;br&gt;&amp;gt; problem is that when I start building with gmake command, it
&lt;br&gt;&amp;gt; continuously shows messages in console like ‘checking for …………. yes /
&lt;br&gt;&amp;gt; no’ and I have waited approximately for 3 hours but it continues. &amp;nbsp;At
&lt;br&gt;&amp;gt; last I have cancelled the building process.
&lt;/div&gt;&lt;/div&gt;You may want to install prebuilt RPMs. First install this package:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://yum.pgsqlrpms.org/reporpms/8.3/pgdg-redhat-8.3-4.noarch.rpm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://yum.pgsqlrpms.org/reporpms/8.3/pgdg-redhat-8.3-4.noarch.rpm&lt;/a&gt;&lt;br&gt;&lt;br&gt;and then install PostgreSQL with yum:
&lt;br&gt;&lt;br&gt;yum install postgresql-server
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;-- 
&lt;br&gt;Devrim GÜNDÜZ , RHCE
&lt;br&gt;PostgreSQL Replication, Consulting, Custom Development, 24x7 support
&lt;br&gt;Managed Services, Shared and Dedicated Hosting
&lt;br&gt;Co-Authors: plPHP, ODBCng - &lt;a href=&quot;http://www.commandprompt.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.commandprompt.com/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (196 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/17257303/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A--ADMIN--problem-in-installing-pgsql-8.3.1-tp17257303p17257303.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17266000</id>
	<title>Win32 port: where are .a libraries in 8.3</title>
	<published>2008-05-15T07:53:03Z</published>
	<updated>2008-05-15T07:53:03Z</updated>
	<author>
		<name>Michael Hipp</name>
	</author>
	<content type="html">Hope I'm addressing this to the correct list...
&lt;br&gt;&lt;br&gt;In 8.2 (and earlier, I presume) there are .a libraries useful when developing 
&lt;br&gt;and linking with the Mingw C compiler (the MS .lib variety are also there).
&lt;br&gt;The .a libs seem to be missing in the 8.3 install while the MS libraries are 
&lt;br&gt;all there.
&lt;br&gt;&lt;br&gt;Is there any way to get them back?
&lt;br&gt;&lt;br&gt;C:\Program Files\PostgreSQL\8.2\lib&amp;gt;ls *.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:23a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;55,110 libecpg.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:23a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30,188 libecpg_compat.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:22a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;64,178 libpgport.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:23a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;57,050 libpgtypes.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:22a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3,510,324 libpostgres.a
&lt;br&gt;2008-03-17 &amp;nbsp;05:22a &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;98,348 libpq.a
&lt;br&gt;&lt;br&gt;C:\Program Files\PostgreSQL\8.3\lib&amp;gt;ls *.a
&lt;br&gt;File Not Found
&lt;br&gt;&lt;br&gt;I'm using the official Win32 installer downloaded from postgresql.org.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Michael Hipp
&lt;br&gt;Heber Springs, Arkansas, USA
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17266000&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Win32-port%3A-where-are-.a-libraries-in-8.3-tp17266000p17266000.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17254524</id>
	<title>problem in installing pgsql-8.3.1</title>
	<published>2008-05-15T07:27:01Z</published>
	<updated>2008-05-15T07:27:01Z</updated>
	<author>
		<name>shohorab hossain</name>
	</author>
	<content type="html">Dear sir/madam,
&lt;br&gt;&lt;br&gt;This is to inform you that I am an oracle database user/administrator. But I am going to join in a company where I have to administrate postgresql database. I am new to this database system.  For few days I am trying to install postgresql-8.3.1 in RHEL4. My machine configuration is Intel Pentium IV. I have followed the installation document of postgresql that was included with source distribution.
&lt;br&gt;&lt;br&gt;I am facing the problem during the building step of source. The problem is that when I start building with gmake command, it continuously shows messages in console like ‘checking for …………. yes / no’ and I have waited approximately for 3 hours but it continues.  At last I have cancelled the building process.
&lt;br&gt;&lt;br&gt;Please give me your appropriate and valuable solution in this regard. I am eagerly looking forward for your quick reply.
&lt;br&gt;&lt;br&gt;Thanks in advance:
&lt;br&gt;---------------------------
&lt;br&gt;Hopeless 
&lt;br&gt;Shohorab
&lt;br&gt;&lt;br&gt;Send instant messages to your online friends &lt;a href=&quot;http://uk.messenger.yahoo.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://uk.messenger.yahoo.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17254524&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/problem-in-installing-pgsql-8.3.1-tp17254524p17254524.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17234044</id>
	<title>i5 OS/400 licensed programs...</title>
	<published>2008-05-14T08:30:40Z</published>
	<updated>2008-05-14T08:30:40Z</updated>
	<author>
		<name>Joe Maldonado-2</name>
	</author>
	<content type="html">Hello All,&lt;br&gt;&lt;br&gt;Are there any binary ports of Postgres 8.3 or 8.2 for the i5 os/400? As of current we do not have the option to use the AIX/Linux partition on the i5 which leaves only the os/400 side of things.&lt;br&gt;&lt;br&gt;Thanks in advance...&lt;br&gt;
&lt;br&gt;- Joe&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/i5-OS-400-licensed-programs...-tp17234044p17234044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17088935</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T11:01:47Z</published>
	<updated>2008-05-06T11:01:47Z</updated>
	<author>
		<name>Magnus Hagander-2</name>
	</author>
	<content type="html">Pierre Joye wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; We use the last SDK working with VC6 (2003/02). That's sadly a
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; requirement for php 5.x. We are working on supporting &amp;nbsp;2k5 and
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; the latest SDK for 5.3+. However VC6 support has to be kept for
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; the 5.x branches (at least).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;There's your problem, really. 8.3+ does not support VC6 anymore. We
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;need 7.1 or newer.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was suspecting this problem. Do you have any experiences of using
&lt;br&gt;&amp;gt; these 2k5 binaries with VC6 (especially in threaded environment)? We
&lt;br&gt;&amp;gt; may give it a try in the next weeks and update it again in 5.2.7 and
&lt;br&gt;&amp;gt; 5.3 if it works well.
&lt;/div&gt;&lt;br&gt;It shouldn't be a problem, other than requiring both runtimes to be
&lt;br&gt;present. Unless you use PQtrace() in which case it will be a big
&lt;br&gt;problem.
&lt;br&gt;&lt;br&gt;Basically, as long as you don't free() something in one runtime that
&lt;br&gt;was malloced():d in a nother one, and as long as you don't pass &amp;quot;CRT
&lt;br&gt;pointers&amp;quot; between the two runtimes, you are fine. And we do pass a CRT
&lt;br&gt;pointer around in PQtrace, but that's the only case. We used to have a
&lt;br&gt;problem with some Kerberos structure that was malloced in one place and
&lt;br&gt;free()d in another, but that has been fixed.
&lt;br&gt;&lt;br&gt;//Magnus
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17088935&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17088935.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17082166</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T05:44:31Z</published>
	<updated>2008-05-06T05:44:31Z</updated>
	<author>
		<name>Pierre Joye</name>
	</author>
	<content type="html">On Tue, May 6, 2008 at 2:36 PM, Magnus Hagander &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17082166&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;magnus@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre Joye wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; Hi Magnus,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; On Tue, May 6, 2008 at 1:36 PM, Magnus Hagander &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17082166&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;magnus@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; Pierre Joye wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; hi,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; While trying to update the PHP postgresql extension to 8.3.1, I
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; met a couple of issues.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; The first was about not using kerberos, the makefile is
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; incorrect as an error will be raised when kerberos is used and
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; no kerberos is used.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;First of all, what version of MSVC are you building this with? And
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; what version of the Platform SDK?
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; We use the last SDK working with VC6 (2003/02). That's sadly a
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; requirement for php 5.x. We are working on supporting &amp;nbsp;2k5 and the
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; latest SDK for 5.3+. However VC6 support has to be kept for the 5.x
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; branches (at least).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;There's your problem, really. 8.3+ does not support VC6 anymore. We
&lt;br&gt;&amp;gt; &amp;nbsp;need 7.1 or newer.
&lt;/div&gt;&lt;br&gt;I was suspecting this problem. Do you have any experiences of using
&lt;br&gt;these 2k5 binaries with VC6 (especially in threaded environment)? We
&lt;br&gt;may give it a try in the next weeks and update it again in 5.2.7 and
&lt;br&gt;5.3 if it works well.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; &amp;nbsp;And third, I'd recommend you try to build it using the &amp;quot;main
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; method&amp;quot; which is using the tools in src/tools/msvc, and not the
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; win32.mak method. It's much more complete. You can build &amp;quot;just
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; &amp;gt; libpq&amp;quot; that way as well.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; I did not know this one, thanks! I will give it tonight.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;That one will require Visual Studio 2005...
&lt;br&gt;&lt;br&gt;Ok, that will be usefull for the 2k5 move :)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pierre
&lt;br&gt;&lt;a href=&quot;http://blog.thepimp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.thepimp.net&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://www.libgd.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libgd.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17082166&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17082166.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17081897</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T05:36:10Z</published>
	<updated>2008-05-06T05:36:10Z</updated>
	<author>
		<name>Magnus Hagander-2</name>
	</author>
	<content type="html">Pierre Joye wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Magnus,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Tue, May 6, 2008 at 1:36 PM, Magnus Hagander &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17081897&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;magnus@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; Pierre Joye wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; hi,
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; While trying to update the PHP postgresql extension to 8.3.1, I
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; met a couple of issues.
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; The first was about not using kerberos, the makefile is
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; incorrect as an error will be raised when kerberos is used and
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; no kerberos is used.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;First of all, what version of MSVC are you building this with? And
&lt;br&gt;&amp;gt; &amp;gt; what version of the Platform SDK?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; We use the last SDK working with VC6 (2003/02). That's sadly a
&lt;br&gt;&amp;gt; requirement for php 5.x. We are working on supporting &amp;nbsp;2k5 and the
&lt;br&gt;&amp;gt; latest SDK for 5.3+. However VC6 support has to be kept for the 5.x
&lt;br&gt;&amp;gt; branches (at least).
&lt;/div&gt;&lt;br&gt;There's your problem, really. 8.3+ does not support VC6 anymore. We
&lt;br&gt;need 7.1 or newer.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;And third, I'd recommend you try to build it using the &amp;quot;main
&lt;br&gt;&amp;gt; &amp;gt; method&amp;quot; which is using the tools in src/tools/msvc, and not the
&lt;br&gt;&amp;gt; &amp;gt; win32.mak method. It's much more complete. You can build &amp;quot;just
&lt;br&gt;&amp;gt; &amp;gt; libpq&amp;quot; that way as well.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I did not know this one, thanks! I will give it tonight.
&lt;br&gt;&lt;br&gt;That one will require Visual Studio 2005...
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; The last two problems are more tricky. It is about addrinfo and
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; sockaddr. addrinfo is actually defined on windows and seems to
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; have the correct order of the structure elements (see the
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; comment in src/include/getaddrinfo.h). Removing this declaration
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;&amp;gt; seems to work (not tested yet).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;Again, you seem to be doing *something* wrong &amp;nbsp;here, because it
&lt;br&gt;&amp;gt; &amp;gt; builds perfectly fine for others. :-) Anything &amp;quot;unusual&amp;quot; about your
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;environment, that you would guess?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Besides the museum piece of software that is the 2003's SDK,
&lt;br&gt;&amp;gt; nothing ;)
&lt;/div&gt;&lt;br&gt;:-D
&lt;br&gt;&lt;br&gt;&lt;br&gt;//Magnus
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17081897&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17081897.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17081731</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T05:27:36Z</published>
	<updated>2008-05-06T05:27:36Z</updated>
	<author>
		<name>Pierre Joye</name>
	</author>
	<content type="html">Hi Magnus,
&lt;br&gt;&lt;br&gt;On Tue, May 6, 2008 at 1:36 PM, Magnus Hagander &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17081731&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;magnus@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Pierre Joye wrote:
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; hi,
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; While trying to update the PHP postgresql extension to 8.3.1, I met a
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; couple of issues.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; The first was about not using kerberos, the makefile is incorrect as
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; an error will be raised when kerberos is used and no kerberos is used.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;First of all, what version of MSVC are you building this with? And what
&lt;br&gt;&amp;gt; &amp;nbsp;version of the Platform SDK?
&lt;/div&gt;&lt;br&gt;We use the last SDK working with VC6 (2003/02). That's sadly a
&lt;br&gt;requirement for php 5.x. We are working on supporting &amp;nbsp;2k5 and the
&lt;br&gt;latest SDK for 5.3+. However VC6 support has to be kept for the 5.x
&lt;br&gt;branches (at least).
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;Second, is there any particular reason you need to build it yourself,
&lt;br&gt;&amp;gt; &amp;nbsp;instead of using the binaries that we ship already?
&lt;br&gt;&lt;br&gt;Mainly because of VC6, we had many issues in the pasts with builds not
&lt;br&gt;using the exact same crt than PHP.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;And third, I'd recommend you try to build it using the &amp;quot;main method&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;which is using the tools in src/tools/msvc, and not the win32.mak
&lt;br&gt;&amp;gt; &amp;nbsp;method. It's much more complete. You can build &amp;quot;just libpq&amp;quot; that way as
&lt;br&gt;&amp;gt; &amp;nbsp;well.
&lt;br&gt;&lt;br&gt;I did not know this one, thanks! I will give it tonight.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; The 2nd problem is about Shell32.lib, it is missing in the lib list.
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; It is required for SHGetFolderPath.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;That's strange, because if that was so then nobody should be able to
&lt;br&gt;&amp;gt; &amp;nbsp;build it. We should be getting the symbol from shfolder.lib.
&lt;br&gt;&lt;br&gt;I got an unknown symbol &amp;quot;SHGetFolderPath&amp;quot; using win32.mak.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; The last two problems are more tricky. It is about addrinfo and
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; sockaddr. addrinfo is actually defined on windows and seems to have
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; the correct order of the structure elements (see the comment in
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; src/include/getaddrinfo.h). Removing this declaration seems to work
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt; (not tested yet).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Again, you seem to be doing *something* wrong &amp;nbsp;here, because it builds
&lt;br&gt;&amp;gt; &amp;nbsp;perfectly fine for others. :-) Anything &amp;quot;unusual&amp;quot; about your
&lt;br&gt;&amp;gt; &amp;nbsp;environment, that you would guess?
&lt;br&gt;&lt;br&gt;Besides the museum piece of software that is the 2003's SDK, nothing ;)
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp;(And do try the &amp;quot;real&amp;quot; backend build way instead of win32.mak. Even if
&lt;br&gt;&amp;gt; &amp;nbsp;it doesn't fix your issue, it might help with showing us what actually
&lt;br&gt;&amp;gt; &amp;nbsp;is wrong)
&lt;br&gt;&lt;br&gt;Yes, I will definitively try the &amp;quot;normal&amp;quot; way. It will certainly fix
&lt;br&gt;all the issues. I'll come back to you after my tests.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your quick reply and the tips!
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.thepimp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.thepimp.net&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://www.libgd.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libgd.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17081731&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17081731.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17080841</id>
	<title>Re: Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T04:36:47Z</published>
	<updated>2008-05-06T04:36:47Z</updated>
	<author>
		<name>Magnus Hagander-2</name>
	</author>
	<content type="html">Pierre Joye wrote:
&lt;br&gt;&amp;gt; hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; While trying to update the PHP postgresql extension to 8.3.1, I met a
&lt;br&gt;&amp;gt; couple of issues.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The first was about not using kerberos, the makefile is incorrect as
&lt;br&gt;&amp;gt; an error will be raised when kerberos is used and no kerberos is used.
&lt;br&gt;&lt;br&gt;First of all, what version of MSVC are you building this with? And what
&lt;br&gt;version of the Platform SDK?
&lt;br&gt;&lt;br&gt;Second, is there any particular reason you need to build it yourself,
&lt;br&gt;instead of using the binaries that we ship already?
&lt;br&gt;&lt;br&gt;And third, I'd recommend you try to build it using the &amp;quot;main method&amp;quot;
&lt;br&gt;which is using the tools in src/tools/msvc, and not the win32.mak
&lt;br&gt;method. It's much more complete. You can build &amp;quot;just libpq&amp;quot; that way as
&lt;br&gt;well.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; The 2nd problem is about Shell32.lib, it is missing in the lib list.
&lt;br&gt;&amp;gt; It is required for SHGetFolderPath.
&lt;br&gt;&lt;br&gt;That's strange, because if that was so then nobody should be able to
&lt;br&gt;build it. We should be getting the symbol from shfolder.lib.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; The last two problems are more tricky. It is about addrinfo and
&lt;br&gt;&amp;gt; sockaddr. addrinfo is actually defined on windows and seems to have
&lt;br&gt;&amp;gt; the correct order of the structure elements (see the comment in
&lt;br&gt;&amp;gt; src/include/getaddrinfo.h). Removing this declaration seems to work
&lt;br&gt;&amp;gt; (not tested yet).
&lt;br&gt;&lt;br&gt;Again, you seem to be doing *something* wrong &amp;nbsp;here, because it builds
&lt;br&gt;perfectly fine for others. :-) Anything &amp;quot;unusual&amp;quot; about your
&lt;br&gt;environment, that you would guess?
&lt;br&gt;&lt;br&gt;(And do try the &amp;quot;real&amp;quot; backend build way instead of win32.mak. Even if
&lt;br&gt;it doesn't fix your issue, it might help with showing us what actually
&lt;br&gt;is wrong)
&lt;br&gt;&lt;br&gt;//Magnus
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17080841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17080841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17078255</id>
	<title>Libpq visual c++ build errors, addrinfo and sockaddr_storage redefinition error</title>
	<published>2008-05-06T01:29:02Z</published>
	<updated>2008-05-06T01:29:02Z</updated>
	<author>
		<name>Pierre Joye</name>
	</author>
	<content type="html">hi,
&lt;br&gt;&lt;br&gt;While trying to update the PHP postgresql extension to 8.3.1, I met a
&lt;br&gt;couple of issues.
&lt;br&gt;&lt;br&gt;The first was about not using kerberos, the makefile is incorrect as
&lt;br&gt;an error will be raised when kerberos is used and no kerberos is used.
&lt;br&gt;&amp;nbsp;I added the following lines to avoid libpath error:
&lt;br&gt;&lt;br&gt;!IFDEF USE_SSL
&lt;br&gt;CPP_PROJ=$(CPP_PROJ) /D USE_SSL
&lt;br&gt;SSL_LIBS=ssleay32.lib libeay32.lib gdi32.lib
&lt;br&gt;SSL_LIBPATH_ARG= /libpath:&amp;quot;$(SSL_LIB_PATH)&amp;quot;
&lt;br&gt;!ENDIF
&lt;br&gt;&lt;br&gt;!IFDEF USE_KFW
&lt;br&gt;CPP_PROJ=$(CPP_PROJ) /D KRB5
&lt;br&gt;KFW_LIBS=krb5_32.lib comerr32.lib gssapi32.lib
&lt;br&gt;KFW_LIBPATH_ARG= /libpath:&amp;quot;$(KFW_LIB_PATH)&amp;quot;
&lt;br&gt;!ENDIF
&lt;br&gt;&lt;br&gt;and use XXX_LIBPATH_ARG in the LINK32_FLAG
&lt;br&gt;&lt;br&gt;The 2nd problem is about Shell32.lib, it is missing in the lib list.
&lt;br&gt;It is required for SHGetFolderPath.
&lt;br&gt;&lt;br&gt;The last two problems are more tricky. It is about addrinfo and
&lt;br&gt;sockaddr. addrinfo is actually defined on windows and seems to have
&lt;br&gt;the correct order of the structure elements (see the comment in
&lt;br&gt;src/include/getaddrinfo.h). Removing this declaration seems to work
&lt;br&gt;(not tested yet).
&lt;br&gt;&lt;br&gt;I'm now trying to figure out the sockaddr_storage redclaration. The
&lt;br&gt;windows struct is different
&lt;br&gt;(&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/aa917505.aspx&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://msdn.microsoft.com/en-us/library/aa917505.aspx&lt;/a&gt;) and I'm not
&lt;br&gt;sure it is a good idea to force the related HAVE_* definitions. Does
&lt;br&gt;anyone have an idea about how to fix these two problems? If not, I can
&lt;br&gt;try to fix them and run some tests using PHP, any help welcome as I'm
&lt;br&gt;not a pgsql user (only building php releases and snapshots,
&lt;br&gt;www.php.net/download and snaps.php.net).
&lt;br&gt;&lt;br&gt;The last version of my win32.mak file is available here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://pecl2.php.net/downloads/php-windows-builds/source/libpq/win32.mak&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://pecl2.php.net/downloads/php-windows-builds/source/libpq/win32.mak&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;-- 
&lt;br&gt;Pierre
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://blog.thepimp.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.thepimp.net&lt;/a&gt;&amp;nbsp;| &lt;a href=&quot;http://www.libgd.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.libgd.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17078255&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Libpq-visual-c%2B%2B-build-errors%2C-addrinfo-and-sockaddr_storage-redefinition-error-tp17078255p17078255.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17026201</id>
	<title>Compile error: command not found</title>
	<published>2008-05-02T12:23:50Z</published>
	<updated>2008-05-02T12:23:50Z</updated>
	<author>
		<name>Nathan Garlington</name>
	</author>
	<content type="html">No need, I got it to run! I followed the directions in the manual on
&lt;br&gt;how to set the environment variables correctly, and after I did that,
&lt;br&gt;presto!
&lt;br&gt;&lt;br&gt;Thanks to everyone who took the time to respond to my problem!
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Regards,
&lt;br&gt;Nathan Garlington
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Fri, May 2, 2008 at 1:20 PM, Peter Eisentraut &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17026201&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter_e@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Nathan Garlington wrote:
&lt;br&gt;&amp;gt; &amp;gt; That did it! Thanks for the help.
&lt;br&gt;&amp;gt; &amp;gt; Now, I'm trying to setup the data cluster, so I use:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; initdb -D /usr/local/pgsql/data
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; as the postgres user but the shell tells me that the 'initdb' does not
&lt;br&gt;&amp;gt; &amp;gt; exist.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I rebooted the computer and tried it again, but still won't work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please write to an appropriate mailing list for user support.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Nathan Garlington
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17026201&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compile-error%3A-command-not-found-tp17019890p17026201.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17023945</id>
	<title>Re: Compile error: command not found</title>
	<published>2008-05-02T10:16:40Z</published>
	<updated>2008-05-02T10:16:40Z</updated>
	<author>
		<name>Nathan Garlington</name>
	</author>
	<content type="html">well, after I unzipped and untarred the source,
&lt;br&gt;&lt;br&gt;I changed dir into the postgres-8.3.1 dir and executed:
&lt;br&gt;&lt;br&gt;$: ./configure
&lt;br&gt;&lt;br&gt;when complete, did
&lt;br&gt;&lt;br&gt;$: gmake
&lt;br&gt;&lt;br&gt;which took a while, and then did
&lt;br&gt;&lt;br&gt;$: gmake install
&lt;br&gt;&lt;br&gt;I did all of this as per the instructions in the pgsql manual for ver.
&lt;br&gt;8.3.1. When the install completed, I was told the postgres was
&lt;br&gt;successfully installed on my system
&lt;br&gt;&lt;br&gt;But if there is a problem with $PATH environment var, it looks like
&lt;br&gt;there are some other instructions I can follow. I will try those in
&lt;br&gt;the meantime.
&lt;br&gt;&lt;br&gt;On Fri, May 2, 2008 at 10:59 AM, Tom Lane &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17023945&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tgl@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;quot;Nathan Garlington&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17023945&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;garlinto@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; &amp;gt; Now, I'm trying to setup the data cluster, so I use:
&lt;br&gt;&amp;gt; &amp;gt; initdb -D /usr/local/pgsql/data
&lt;br&gt;&amp;gt; &amp;gt; as the postgres user but the shell tells me that the 'initdb' does not exist.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Either you forgot the &amp;quot;make install&amp;quot; step, or it installed the programs
&lt;br&gt;&amp;gt; into someplace that isn't in your $PATH.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;regards, tom lane
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Regards,
&lt;br&gt;Nathan Garlington
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17023945&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compile-error%3A-command-not-found-tp17019890p17023945.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17023623</id>
	<title>Re: Compile error: command not found</title>
	<published>2008-05-02T09:59:06Z</published>
	<updated>2008-05-02T09:59:06Z</updated>
	<author>
		<name>Tom Lane-2</name>
	</author>
	<content type="html">&amp;quot;Nathan Garlington&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17023623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;garlinto@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; Now, I'm trying to setup the data cluster, so I use:
&lt;br&gt;&amp;gt; initdb -D /usr/local/pgsql/data
&lt;br&gt;&amp;gt; as the postgres user but the shell tells me that the 'initdb' does not exist.
&lt;br&gt;&lt;br&gt;Either you forgot the &amp;quot;make install&amp;quot; step, or it installed the programs
&lt;br&gt;into someplace that isn't in your $PATH.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; regards, tom lane
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Sent via pgsql-ports mailing list (&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17023623&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgsql-ports@...&lt;/a&gt;)
&lt;br&gt;To make changes to your subscription:
&lt;br&gt;&lt;a href=&quot;http://www.postgresql.org/mailpref/pgsql-ports&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.postgresql.org/mailpref/pgsql-ports&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Compile-error%3A-command-not-found-tp17019890p17023623.html" />
</entry>

</feed>
