Обсуждение: Compile from cvs

Поиск
Список
Период
Сортировка

Compile from cvs

От
snpe
Дата:
I get last postgresql cvs and call next :
./configure --prefix=/usr/local/pgsql --with-java --with-recode --with-perl \
--with-python
and this is fine, but  :
./configure --prefix=/usr/local/pgsql --with-java --with-recode --with-perl \
--with-python --with-multibyte

get error 'undefined symbol mbvalidate in print.c

please help
regards
Haris Peco





Re: Compile from cvs

От
Bruce Momjian
Дата:
snpe wrote:
> I get last postgresql cvs and call next :
> ./configure --prefix=/usr/local/pgsql --with-java --with-recode --with-perl \
> --with-python
> and this is fine, but  :
> ./configure --prefix=/usr/local/pgsql --with-java --with-recode --with-perl \
> --with-python --with-multibyte
>
> get error 'undefined symbol mbvalidate in print.c

Did you do a 'gmake clean' between the two configures?  It is required.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026