Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-13 Thread Gabor Boros
2021.12.13. 18:34 keltezéssel, Alex Peshkoff via Firebird-devel írta: Gabor, please check FB5 installer on aarch64. A. Build 84656f1 from scratch and the installation works as expected. After that connection works from a remote client (before and after rebooted the server too). Gabor

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-13 Thread Alex Peshkoff via Firebird-devel
Gabor, please check FB5 installer on aarch64. A. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-11 Thread Gabor Boros
2021.12.11. 19:05 keltezéssel, Alex Peshkoff via Firebird-devel írta: Almost OK - please try this sligntly modified form: #!/bin/sh clear CorrectLibDir() { ld=${1} case $(uname -m) in i686) LDL=ld-linux.so ;; x86_64)

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-11 Thread Alex Peshkoff via Firebird-devel
On 12/10/21 18:52, Gabor Boros wrote: 2021.12.10. 12:43 keltezéssel, Alex Peshkoff via Firebird-devel írta: Try such function please: Results of the below script Pi OS 64bit: /lib/aarch64-linux-gnu /lib Debian 11 32bit: /lib/i386-linux-gnu /lib Debian 11 64bit: /lib/x86_64-linux-gnu

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-10 Thread Gabor Boros
2021.12.10. 12:43 keltezéssel, Alex Peshkoff via Firebird-devel írta: Try such function please: Results of the below script Pi OS 64bit: /lib/aarch64-linux-gnu /lib Debian 11 32bit: /lib/i386-linux-gnu /lib Debian 11 64bit: /lib/x86_64-linux-gnu #!/bin/sh clear CorrectLibDir() {

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-10 Thread Gabor Boros
2021.12.10. 12:43 keltezéssel, Alex Peshkoff via Firebird-devel írta: Try such function please: CorrectLibDir() {     ld=${1}     case $(uname -m) in     i686)     LDL=ld-linux.so.2     ;;     x86_64)     LDL=ld-linux-x86-64.so.2     ;;    

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-10 Thread Alex Peshkoff via Firebird-devel
On 12/9/21 11:31, Gabor Boros wrote: 2021.12.08. 18:25 keltezéssel, Gabor Boros írta: 2021.12.08. 17:55 keltezéssel, Alex Peshkoff via Firebird-devel írta: No, sorry. I don't know how, but the bigger problem is I don't know the good solution. Gabor The below script works with aarch64 and

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-09 Thread Gabor Boros
2021.12.08. 18:25 keltezéssel, Gabor Boros írta: 2021.12.08. 17:55 keltezéssel, Alex Peshkoff via Firebird-devel írta: No, sorry. I don't know how, but the bigger problem is I don't know the good solution. Gabor The below script works with aarch64 and x86_64 for me, but with Debian 11

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-08 Thread Gabor Boros
2021.12.08. 17:55 keltezéssel, Alex Peshkoff via Firebird-devel írta: Yep, we need something more generic here. Can you prepare PR? No, sorry. I don't know how, but the bigger problem is I don't know the good solution. Gabor Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-08 Thread Alex Peshkoff via Firebird-devel
On 12/8/21 18:06, Gabor Boros wrote: 2021.12.08. 14:23 keltezéssel, Gabor Boros írta: dirname: hiányzó operandus További információkért adja ki a(z) „dirname --help” parancsot. One problem what I found, the below commit not care about aarch64. Alex? :-) Yep, we need something more generic

Re: [Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-08 Thread Gabor Boros
2021.12.08. 14:23 keltezéssel, Gabor Boros írta: dirname: hiányzó operandus További információkért adja ki a(z) „dirname --help” parancsot. One problem what I found, the below commit not care about aarch64. Alex? :-)

[Firebird-devel] Build and install with a Raspberry Pi 4B

2021-12-08 Thread Gabor Boros
Hi All, I try to build and install from the master branch with the 64bit version of the official OS (2021-10-30-raspios-bullseye-arm64). ./autogen.sh --prefix=/opt/firebird make After in the gen directory make -f Makefile.install tarfile Then try to install from the extracted tar.gz with