Subject Re: problems with install from source (linux)
Author mikcaau
--- In firebird-support@yahoogroups.com, "Dariusz Adamiak"
<dadamiak@w...> wrote:
>
> Hi,
> I try to install firebird from source,
> server linux TRUSTIX 3.0
>
> and i have problems with firebird (? hm yes) and with system after
install firebird,
>
> i try to install:
> autoconf
> ./configure --without-editline
> cd src
> make
> make install
>
>
> [...]
> Please enter new password for SYSDBA user: masterkey
> /usr/local/firebird/bin/fb_locl_mgr: error while loading shared
libraries: libstdc++.so.6: cannot open shared object file: Permission
denied
> GSEC> Warning - maximum 8 significant bytes of password used
> GSEC>
> Install completed
> cp -r ../gen/FirebirdCS-debuginfo-1.5.2.4731-0.i686/* /
> make[1]: Leaving directory '/home/source/firebird-1.5.2.4731/src'
>
> 1. is firebird install properlly? i dont think so.....
>
> 2.and there is some directory permition on my TRUSTIX 3.0 server are
changed (eg. /usr/lib /usr/include /usr/local to 700),
> and noone without root permition can connect to server (no telnet,
no http ....)
> what is going on? i'll try twice
>
> can anyone help me
>
>
> regards
>
> Darek
Darek,
Check that /usr/bin/libstdc++.so.6 exists - Helen wrote on this recently.
Keep password to 8 char (masterkey is too long)
As far as I'm aware fb does not change file permissions except for its
own directories.
During the small amount of Linux I've done the only problem I've had
with FB is the library. More recent Linux distros ship with a newer
libstdc++ and the solution is to create a link to it in
/opt/firebird/bin called libstdc++.so.6.

Sorry I'm not much help

mick