Subject RE: [firebird-support] Re: Mac OSX install. What's the status?
Author Helen Borrie
Roopali,

At 11:09 AM 1/10/2003 -0600, you wrote:

>I downloaded the version Darwin_CS_1.0.1_Release.tar.gz. It created the
>firebird_install folder. I ran the installation as per the steps. It
>threw an error during running installation. But it seemed like it
>installed everything. So I went into the isql utility, it brings up the
>SQL> cmd. Then I tried to run 'create database a'; It says statement
>failed, sql code = -104.

isql needs correct syntax for create database:

create database '/path/to/location/mydatabase.fdb' page_size 4096 user
'sysdba' password 'masterkey ; [RETURN]

>Also the install didn't create an ibmgr or
>fbmgr. Could that be the issue?

No, Classic doesn't use ibmgr. It will start one xinetd process per
connection. The processes (in Fb 1.0) will be named gds_inet_server.

heLen