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 [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html