Re: unable to build on openbsd-sparc

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Frank Van Damme <frank(dot)vandamme(at)student(dot)kuleuven(dot)ac(dot)be>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: unable to build on openbsd-sparc
Date: 2002-10-07 19:23:42
Message-ID: Pine.LNX.4.44.0210072045340.928-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Frank Van Damme writes:

> To make a long story short, the build failed. I extracted the tarbal somewhere
> and ran the following commands:
>
> # ./configure --prefix=/usr/local/postgresql-7.2.2 --enable-multibyte
> --enable-odbc --with-unixodbc >configure-output 2>configure-errors

You're building with unixODBC support but you don't have it installed.
Probably you want --with-iodbc instead.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2002-10-07 19:23:51 Re: Problem compiling postgresql 7.3b2
Previous Message Peter Eisentraut 2002-10-07 19:23:21 Re: Passing character data to C function