f18b6b0130
- Note that libgds.so is now symlinked to libfbembed.so rather than libfbclient.so. This restores Firebird 1.0.x shared library compatibility and fixes PHP build. [2] PR: ports/61276 [1], ports/61310 [2] Submitted by: Gleb Smirnoff <glebius@cell.sick.ru> [1], Chris Knight <chris@e-easy.com.au> (maintainer) [2] Approved by: nork (mentor)
25 lines
632 B
Plaintext
25 lines
632 B
Plaintext
|
|
---------------------------------------------------------
|
|
Firebird is now installed. A symbolic link from
|
|
/usr/interbase -> %%PREFIX%%/firebird may be needed
|
|
for compatibility with existing programs that use
|
|
Firebird.
|
|
|
|
The symbolic link can be created with:
|
|
|
|
% ln -s %%PREFIX%%/firebird /usr/interbase
|
|
|
|
It is STRONGLY recommended that you change the SYSDBA
|
|
password with:
|
|
|
|
% cd %%PREFIX%%/firebird
|
|
% gsec -user SYSDBA -pass masterkey
|
|
GSEC> modify SYSDBA -pw newpassword
|
|
GSEC> quit
|
|
|
|
before doing anything serious with Firebird.
|
|
|
|
See %%PREFIX%%/firebird/RELNOTES for more.
|
|
---------------------------------------------------------
|
|
|