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] Content for p_batch_create.p_batch_pb

2021-12-10 Thread Alex Peshkoff via Firebird-devel
On 12/10/21 15:30, Jiří Činčura wrote: Hello, What should be in p_batch_create.p_batch_pb? Is this some new format or something like DPB? Exactly like DPB v.2 (i.e. 32-bit clumplet lengths). Firebird-Devel mailing list, web interface at

[Firebird-devel] Content for p_batch_create.p_batch_pb

2021-12-10 Thread Jiří Činčura
Hello, What should be in p_batch_create.p_batch_pb? Is this some new format or something like DPB? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ 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-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

[Firebird-devel] UDR for reading server configuration for Firebird QA

2021-12-10 Thread Pavel Cisar
Hi all, our test suite contains many tests that depend on specific server configuration settings (mostly related to security, encryption, pools, timeouts, transactions etc.). As these configuration requirements may contradict each other, it's not possible to create single firebird.conf that