psql front-end tool, unsetenv failed in solaris

Поиск
Список
Период
Сортировка
От Kihyun Yoon
Тема psql front-end tool, unsetenv failed in solaris
Дата
Msg-id 199903041002.TAA05055@ripe.seedvr.com
обсуждение исходный текст
Список pgsql-ports
If PostgreSQL failed to compile on your computer or you found a bug that
is likely to be specific to one platform then please fill out this form
and e-mail it to pgsql-ports@postgresql.org.

To report any other bug, fill out the form below and e-mail it to
pgsql-bugs@postgresql.org.

If you not only found the problem but solved it and generated a patch
then e-mail it to pgsql-patches@postgresql.org instead.  Please use the
command "diff -c" to generate the patch.

You may also enter a bug report at http://www.postgresql.org/ instead of
e-mail-ing this form.

============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        :    Ki-hyun Yoon
Your email address    :       abird@seedvr.com


System Configuration
---------------------
  Architecture (example: Intel Pentium)      : Intel Pentium

  Operating System (example: Linux 2.0.26 ELF)     : Solaris x86 2.7

  PostgreSQL version (example: PostgreSQL-6.4.2)  :   PostgreSQL-6.4.2

  Compiler used (example:  gcc 2.8.0)        : gcc 2.8.1


Please enter a FULL description of your problem:
------------------------------------------------
There is no unsetenv function in solaris environment.
So, I failed in compiling psql front-end tool.
Umm, I first compiled postgresql with no with-mb option.
Next I reconfigured it with with-mb option.
This only can exist in MULTI-BYTE environment.

I changed that line.
!   unsetenv("PGCLIENT...");
!   putenv("PGCLIENT...=");

This is very simple port-problem.
Thanks.

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

Предыдущее
От: Pat McGuinness
Дата:
Сообщение: Linux - make failed in odbc section
Следующее
От: The Hermit Hacker
Дата:
Сообщение: RE: How about a Windows NT port of PostgreSQL