RE:POSTGRES_INCLUDE and POSTGRES_LIB??

Поиск
Список
Период
Сортировка
От Dan Rosner
Тема RE:POSTGRES_INCLUDE and POSTGRES_LIB??
Дата
Msg-id 385D2C6C.5AFA4D45@scn.org
обсуждение исходный текст
Ответ на POSTGRES_INCLUDE and POSTGRES_LIB??  ("Bill Tuck" <bill_tuck@hotmail.com>)
Список pgsql-ports
Building the latest version of DBI-pg requires you set
POSTGRES_INCLUDE and POSTGRES_LIB in your environment.
One way to do this is to add them to your .bash_profile
for the user doing the build.  Try something like the
following (adjust it for your path of course):

POSTGRES_INCLUDE=/usr/local/src/postgresql-6.5.3/src/include
POSTGRES_LIB=/usr/lib
                                    

I tried getting Perl DBI working through the plain vanilla RPM
install, but it just didn't work.  Works fine if you follow
the installation instructions and build from scratch.

Jambo!

Dan

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

Предыдущее
От:
Дата:
Сообщение: Save 50-80% on International Calls and Win $500 in Free phone calls!!!!!
Следующее
От: Dan Rosner
Дата:
Сообщение: Compiling Postgres on NT