Subject | Re: [firebird-support] firebird x86 |
---|---|
Author | moj.mail.qmail |
Post date | 2019-10-16T19:55:22Z |
On 16/10/19 6:37 am, 'moj.mail.qmail' moj.mail.qmail@... [firebird-support] wrote:
I'm trying install firebird 2.5.x x86 on debian 10/ubuntu 18. When run install, I got
Extracting install data
Please enter new password for SYSDBA user: masterkey
./scripts/postinstall.sh: 114: ./scripts/postinstall.sh: /opt/firebird/bin/gsec: not foundls -la /opt/firebird/bin/gsec
-rwxr-xr-x 1 root root 297716 lut 14 2017 /opt/firebird/bin/gsec
What can I do to fix it?
"Not found" can mean some of the libraries it needs are missing. What do you get from the commands:
file /opt/firebird/bin/gsec
/opt/firebird/bin/gsec: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 2.0.0, stripped
not a dynamic executableldd /opt/firebird/bin/gsec
I have built a package of Firebird 2.5.8 for Debian 9/10. I prefer to run from packages than installing software directly like this.
Can I use it?
Hamish