I'm attempting to recompile postgres with perl support. Perl compiled fine,
however postgres insists on compiling with odbc...
I'm getting the following error when I attempt to ./configure
linking ./include/port to interfaces/odbc/port
mkdir: cannot create directory `interfaces/odbc': No such file or directory
ln: ./include/port: hard link not allowed for directory
configure: error: can not link interfaces/odbc/port to ./include/port
using the following ./configure statement:
./configure --prefix=/usr/lib/pgsql --with-perl --enable-multibyte
--with-odbc=no
I only added the --with-odbc=no, after it gave the above error. Compiling
is pretty new to me, so its probably something simple that I'm doing wrong.
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster