Subject Re: fb 2.0 and 1.5 on the same server
Author Paulius Pazera
--- In firebird-support@yahoogroups.com, "Thomas Kellerer"
<IJFQSFTGESJU@...> wrote:
> I'm running both on a Windows box. I adjusted
>
> RootDirectory
> RemoteServicePort
>
> in firebird.conf (of the 2.0 installation) and everything is working
> fine.

yea, windows is slightly different... In windows you can put different
versions in different directories, register services separately, have
two config files... In linux, even if I put different versions of
firebird into different directories (e.g. /opt/fb15/ and /opt/fb2/),
both versions of fb_inet_server uses the same config file
(/opt/firebird/firebird.conf) and is trying to start the same lock
manager (/opt/firebird/bin/fb_lock_mgr). And unfortunately I still can
not find any way around this...