BUG #5802: configure script does not check for perl devel files

Поиск
Список
Период
Сортировка
От Mario Ohnewald
Тема BUG #5802: configure script does not check for perl devel files
Дата
Msg-id 201012281219.oBSCJttB055258@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5802: configure script does not check for perl devel files  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5802
Logged by:          Mario Ohnewald
Email address:      mo@imos.net
PostgreSQL version: 8.4.6
Operating system:   Linux / Debian Lenny 5.0.6
Description:        configure script does not check for perl devel files
Details:

to build postgresql from source on debian lenny you need to install the
following packages:


apt-get install bison flex libreadline5-dev zlib1g-dev libssl-dev
libxml2-dev libxslt1-dev

in order to run ./configure without any errors.

However, during the make, postgres requires perl devel. Should this not be
covered in the configure script?

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv
-fpic -shared  plperl.o spi_internal.o SPI.o  -L/usr/local/lib
-L/usr/lib/perl/5.10/CORE -L../../../src/port -lperl -ldl -lm -lpthread -lc
-lcrypt -Wl,-rpath,'/usr/lib/perl/5.10/CORE' -o plperl.so
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[3]: *** [plperl.so] Error 1

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5801: characters not encoded properly for column names
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #5802: configure script does not check for perl devel files