Subject Re: [ib-support] Re: new MacOS X / Darwin FB1 Release
Author John Bellardo
Brian,

On Thursday, December 5, 2002, at 11:53 AM, johnsbrn wrote:

> Is there any resolution to this? I have been using firebird on linux,
> but I can't figure out how to get the service started on OS X. Does
> anybody have this working? What needs to be configured? Thanks.
>
> [...]

It should work. The following entry should be added to the end of your
inetd.conf file on install:

gds_db stream tcp nowait root
/Library/Frameworks/Firebird.framework/Resources/bin/gds_inet_server
gds_inet_server


You should also double check that the inetd daemon is running.

-John