Replicator at linux

Q: Does your Interbase Replicator product support running on Linux systems, without interaction from a Microsoft Windows box?

A: Interbase Replicator does support running on Linux compiled in Kylix. Everything works except IBReplServerSvc - it's console/NT service replicator. Note that software compiled in Kylix may have problem running in particular distribution like Fedora Core (Qt problem?)


Q: I have the error:

LD_ASSUME_KERNEL=2.2.5 /usr/local/ibreplicator2/ibreplc Runtime error 230 at 0805929D Segmentation fault

A: There is problem problem with initPAnsiStrings caused by non availability of .so libraries. Therefore I copied /kylix3/bin files and when put

  export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/kylix3/bin

I can run ibreplc (Interbase library gds.so.0 not installed). BUT I checked it first on virtual coLinux machine using the same libraries as Fedora Core 2 (except kernel 2.4.26-co-0.6.1).