Subject | Re: [firebird-support] Home and path on OSX installation |
---|---|
Author | Maurice Ling |
Post date | 2005-07-30T09:35:42Z |
What I did was simply to create symlinks in /usr/bin
sudo ln -s /Library/Frameworks/Firebird.framework/Resources/bin/isql
/usr/bin/isql
and do the same for gstat and gfix.
It works well.
Cheers Maurice
sudo ln -s /Library/Frameworks/Firebird.framework/Resources/bin/isql
/usr/bin/isql
and do the same for gstat and gfix.
It works well.
Cheers Maurice
> I have installed Firebird CS with absolutely no problems on OSX 10.3.9[Non-text portions of this message have been removed]
> form the .pkg file.
>
> Now I would like to add the
>
> export FIREBIRD_HOME=/Library/Frameworks/Firebird.framework/Resources
> export PATH=$PATH:$FIREBIRD_HOME/bin
>
> to my profile to make it easier to run gbak and gsec. There is no
> .bash_profile in my home directory. Do I just create the file or
> should I look somewhere else?