Re: Installing PostgreSQL on HPUX 11i (with TCL) -- how does one do it

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Installing PostgreSQL on HPUX 11i (with TCL) -- how does one do it
Дата
Msg-id 2199.1037398308@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Installing PostgreSQL on HPUX 11i (with TCL) -- how does one do it  (afalanga@syracusenetworks.com (Andrew Falanga))
Список pgsql-general
afalanga@syracusenetworks.com (Andrew Falanga) writes:
> I've managed to get Postres installed with no trouble, however, I'm
> less than successful when trying to install Postgres with the TCL
> components built as well.  Actually, the problem isn't the install,
> but the build process.

It looks to me like the compile isn't finding tcl.h.  (In general,
showing the first few errors you get is much more useful than showing
the last few ... I wouldn't have to guess about this if you'd shown
the initial error, which is probably something about tcl.h not found.)

If you've got tcl.h in a nonstandard place, which is to say anywhere
but /usr/include or /usr/local/include, you need to configure
--with-includes to tell where.  Likely you'll need a --with-libs, too.

            regards, tom lane

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Postgres Support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: manipuliation the pg_shadow table