Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-18 Thread Piergiorgio Valli
Hi, I have a SO 64bit (not arm 64) so I have downloaded the package manually to collect all libraries for cross compilation,it is true there are missing dependencies because there are many packages (on Windows all dll are under folder libs). Now I am searching where libpgcommon and libpgport wher

Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-17 Thread Adrian Klaver
On 12/17/23 16:17, Tom Lane wrote: Ron Johnson writes: On Sun, Dec 17, 2023 at 5:14 PM Piergiorgio Valli wrote: When I am building the library with libpq.a it shows following error, probably there are missings libraries. Do you know the additional library that I need to link? Did you direc

Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-17 Thread Tom Lane
Ron Johnson writes: > On Sun, Dec 17, 2023 at 5:14 PM Piergiorgio Valli > wrote: >> When I am building the library with libpq.a it shows following error, >> probably there are missings libraries. Do you know the additional library >> that I need to link? > Did you directly download that one pack

Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-17 Thread Ron Johnson
On Sun, Dec 17, 2023 at 5:14 PM Piergiorgio Valli wrote: > Hi all, > > I should use the client of Postgresql on Arm64, Host where i build is > Ubuntu 20.04 64bit > > I have downloaded the library from Ubuntu repository > http://ftp.de.debian.org/debian/pool/main/p/postgresql-15/libpq-dev_15.5-0+d

Re: Postgresql 15 client arm64 and Qt 5.15

2023-12-17 Thread Tom Lane
Piergiorgio Valli writes: > When I am building the library with libpq.a it shows following error, > probably there are missings libraries. Do you know the additional library > that I need to link? >> ld: error: undefined symbol: pg_encoding_mblen >> ld: error: undefined symbol: pg_vsnprintf libp