compile error

Поиск
Список
Период
Сортировка
От Soma Interesting
Тема compile error
Дата
Msg-id 5.0.2.1.0.20010402104933.02a68008@pop.telus.net
обсуждение исходный текст
Список pgsql-general
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.


В списке pgsql-general по дате отправления:

Предыдущее
От: "ADBAAMD"
Дата:
Сообщение: Re: Can I get the default value for an attribute ( field) ?
Следующее
От: Daniel ?erud
Дата:
Сообщение: What could be the reason for EXTREMELY slow INSERTs?