-
Hi, i've setup replication between to sites with the following configuration:
ON PRIMARY (NODE1):
mupip replicate -source -start -buf=1 -secondary=192.168.0.163:4265 -instsecondary=NODE2 -log=source.log
ON SECONDARY (NODE2):
mupip replicate -source -start -passive -buf=1 -inst=NODE1 -log=source.log
mupip replicate -receive -start -listenport=4265 -buf=1 -log=receive.log
The...
2009-08-25 09:49:47 UTC in GT.M High end TP database engine
-
I found the problem. The script 'sr_unix/check_unicode_support.csh' checks for the existence of the icuio library with 'if (-f $libpath/libicuio$icu_ext) then' , where $icu_ext is '.so'.
The problem with this is that after installing the ICU packages, no such link exists. Instead the package installs links in /usr/lib/ with the version number. i.e. /usr/lib/libicuio.so.36...
2009-08-21 20:10:23 UTC in GT.M High end TP database engine
-
Hi Amul,
thanks a lot for your answer. I've tried now with CentOS 5.3 and come a bit further.
gmake now complains with another error:
.......
cp -f /gtm/src/gtm_V53004A/sr_port/ucase.mpt ../_UCASE.m
cp -f /gtm/src/gtm_V53004A/sr_unix/utf2hex.mpt ../_UTF2HEX.m
cd ..;gtm_dist=/gtm/src/gtm_V53004A/pro/;export gtm_dist;gtmgbldir=mcompiles;export gtmgbldir; LC_CTYPE=C; export LC_CTYPE;...
2009-08-21 19:00:42 UTC in GT.M High end TP database engine
-
Hi, i try to build the 64 bit version of GT.M on CentOS 4.7 x86_64.
Using the following script, the compile aborts with a error in the assembler
#!/bin/tcsh
setenv TYPE pro
setenv gtm_directory `pwd`
setenv gtm_curpro /opt/gtm
setenv gtm_exe $gtm_curpro
setenv HOSTOS `uname -s`
setenv gtm_tools `pwd`/sr_linux
setenv gtm_inc `pwd`/sr_linux
setenv gtm_icu_version `icu-config...
2009-08-08 21:35:05 UTC in GT.M High end TP database engine