Greetings all, I'm getting my feet wet w/ Postgresql so apologies if I'm being clueless in front of you more knowledgeable cognescenti. Background: I've got a Linux RH5.2 setup at home and have started using a combo of Apache 1.3.3/Postgres 6.3.x/PHP. All this RPM-in-the-can stuff is lovely; works very nicely. My goal is to develop and use some Ukrainian/English language databases so naturally seeing recent discussions about the useage of enable-mb and Cyrillic have gotten me all excited. My goal is to use cp1251 encoding with Ukrainian (as an aside, do you folks - Oleg Broytmann and Tatsuo Ishii know if in fact the CP1251 relevant code supports the unique Cyrillic letters to Ukrainian, i.e. i, yi, ye, and ge) To that end I've begun to compile and test version 6.5, first on my Linux setup, then on my production server (a wheezing old Sparc 75Mhz running Solaris 2.6). Basic compilations with no mb support on both platforms compile, install, and startup. But ... When I configure in the following way: ./configure --prefix=/usr/home/postgres2 \ --with-pgport=5432 \ --disable-hba --enable-locale --with-mb=WIN --with-template=linux_i386 and then do a gmake install I get (what I think) are the following relevant error messages: sh Gen_fmgrtab.sh ../../include/catalog/pg_proc.h gcc -I../../include -I../../backend -O2 -Wall -Wmissing-prototypes -I.. -c fmgrtab.c -o fmgrtab.o ld -r -o SUBSYS.o fmgrtab.o adt/SUBSYS.o cache/SUBSYS.o error/SUBSYS.o fmgr/SUBSYS.o hash/SUBSYS.o init/SUBSYS.o misc/SUBSYS.o mmgr/SUBSYS.o sort/SUBSYS.o time/SUBSYS.o mb/SUBSYS.o mb/SUBSYS.o: In function `getdatabaseencoding': mb/SUBSYS.o(.text+0x10a0): multiple definition of `getdatabaseencoding' init/SUBSYS.o(.text+0x5a0): first defined here ld: Warning: size of symbol `getdatabaseencoding' changed from 22 to 16 in mb/SUBSYS.o gmake[2]: *** [SUBSYS.o] Error 1 gmake[2]: Leaving directory `/usr/home/pyz/projects/postgres/postgresql-6.5.2/src/backend/utils' gmake[1]: *** [utils.dir] Error 2 gmake[1]: Leaving directory `/usr/home/pyz/projects/postgres/postgresql-6.5.2/src/backend' gmake: *** [all] Error 2 Any help in this regard would be greatly appreciated, knowing full well that all of us had major deadlines two weeks ago which we are still scrambling to make. -- Max Pyziur BRAMA - Gateway Ukraine [EMAIL PROTECTED] http://www.brama.com/ ************
