Re: [Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-16 Thread Mehmet Erol Sanliturk via lazarus
On Fri, Mar 17, 2023 at 8:18 AM Kostas Michalopoulos via lazarus < lazarus@lists.lazarus-ide.org> wrote: > On 3/17/23 01:36, Bo Berglund via lazarus wrote: > > I do not know what the library libc.so.6 even does > > It is the C library that one or more of units/libraries you are linking > again

Re: [Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-16 Thread Kostas Michalopoulos via lazarus
On 3/17/23 01:36, Bo Berglund via lazarus wrote: I do not know what the library libc.so.6 even does It is the C library that one or more of units/libraries you are linking against require. The issue is that you are making a binary on a newer version of glibc (the C library) than the sys

[Lazarus] version `GLIBC_2.34' not found error when running app on different PC

2023-03-16 Thread Bo Berglund via lazarus
I have used Lazarus 2.2.6 with fpc 3.2.2 on an Ubuntu 22.04 PC (recently dist-upgraded from 20.04) to modify a video handling command line utility I started back in 2018. It uses calls to ffmpeg to do the actual video stuff and it was originally built using earlier versions of Lazarus (2.0.12) and

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Bo Berglund via lazarus
On Thu, 16 Mar 2023 20:00:02 +0100, Martin Frb via lazarus wrote: >On 16/03/2023 18:46, Bo Berglund via lazarus wrote: >> >> But it also seems like on each system there is only one version of fpc that >> can >> be "active" (at least on Linux) because its config is stored outside of the >> pcp >

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Giuliano Colla via lazarus
Il 16/03/2023 18:46, Bo Berglund via lazarus ha scritto: I have a number of Lazarus releases installed where 3.0.4 is the fpc used. So they all used the same and there was no problem. (This is on Ubuntu Linux 22.04 btw and I install everything from sources) I have a similar problem, needing to

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Kostas Michalopoulos via lazarus
On 3/16/23 19:46, Bo Berglund via lazarus wrote: But it also seems like on each system there is only one version of fpc that can be "active" (at least on Linux) because its config is stored outside of the pcp dir in a user global fashion. How can I make the fpc compiler versions co-exist and be r

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Martin Frb via lazarus
On 16/03/2023 18:46, Bo Berglund via lazarus wrote: But it also seems like on each system there is only one version of fpc that can be "active" (at least on Linux) because its config is stored outside of the pcp dir in a user global fashion. How can I make the fpc compiler versions co-exist and

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Bo Berglund via lazarus
On Thu, 16 Mar 2023 09:05:06 +0100, Martin Frb via lazarus wrote: >On 16/03/2023 07:53, Bo Berglund via lazarus wrote: >> The install seems to have worked, but seeing this release comment I >> now have to >> ask if 3.2.2 is a *requirement* for proper operation or if it just happens >> to be >>

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Bart via lazarus
On Thu, Mar 16, 2023 at 9:05 AM Martin Frb via lazarus wrote: > Issues that > are 3.2.0 only usually only get attention when reported. Well, at least compilation failures with 3.2.0 are detected with our current CI setup. -- Bart -- ___ lazarus mail

Re: [Lazarus] Lazarus Release 2.2.6

2023-03-16 Thread Martin Frb via lazarus
On 16/03/2023 07:53, Bo Berglund via lazarus wrote: The install seems to have worked, but seeing this release comment I now have to ask if 3.2.2 is a *requirement* for proper operation or if it just happens to be what you used when building? Do I have to change my fpc installed version and rebu