Can't compile --with-perl

Поиск
Список
Период
Сортировка
От Robert John Shepherd
Тема Can't compile --with-perl
Дата
Msg-id 005401c27913$c0fb4f30$f3b0313e@LAIKA
обсуждение исходный текст
Список pgsql-general
It seems the final step in porting my MS-SQL based system to Postgresql
has met a hitch. So nearly there!

I'm trying to impliment OpenFTS, but it requires Postgresql to support
perl, so off I go trying to make 7.2.3 using the --with-perl configure
switch. The configure and make work fine, the latter I am surprised
about, but the install b0rks:

cd /usr/local/pgsql/lib && \
rm -f libpgeasy.so && \
ln -s libpgeasy.so.2.2 libpgeasy.so
gmake[3]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces/libpgeasy'
gmake[3]: Entering directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
/usr/local/bin/gmake -C ../../../src/interfaces/libpq all
gmake[4]: Entering directory
`/home/installs/postgresql-7.2.3/src/interfaces/libpq'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces/libpq'
/usr/local/bin/gmake -f Makefile all VPATH=
gmake[4]: Entering directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
gmake[4]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
gmake[4]: Entering directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
mkdir : No such file or directory at
/usr/libdata/perl5/ExtUtils/Install.pm line 81
gmake[4]: *** [pure_site_install] Error 255
gmake[4]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
gmake[3]: *** [install] Error 2
gmake[3]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces/perl5'
gmake[2]: *** [install] Error 2
gmake[2]: Leaving directory
`/home/installs/postgresql-7.2.3/src/interfaces'
gmake[1]: *** [install] Error 2
gmake[1]: Leaving directory `/home/installs/postgresql-7.2.3/src'
gmake: *** [install] Error 2
*** Error code 2

Stop in /home/installs/postgresql-7.2.3 (line 19 of Makefile).


I'm using OpenBSD 3.1-stable, and can't find anyone else who seems to
have the same problem. Thanks for any help!



Yours Unwhettedly,
Robert John Shepherd.

Editor
DVD REVIEWER
The UK's BIGGEST Online DVD Magazine
http://www.dvd.reviewer.co.uk

For a copy of my Public PGP key, email: pgp@robertsworld.org.uk


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

Предыдущее
От: darthxiong@libero.it
Дата:
Сообщение: plpgsql and escape
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Tutorial on postgreSQL