In an earlier post I referred to installing LedgerSMB on a Raspberry Pi and how the installation offered by the repository was only LedgerSBM 1.6.9
I am now trying to install 1.10.25 (the latest stable version), but have hit a brick wall. I cannot install a couple of Perl modules - DBD::Pg and PGObject. It appears the latter is dependent upon the former and the former cannot find a header file libpg-fe.h. There is no libpg-dev offered by the repository and libpg-perl and libpg-hstore-perl do not provide it either. Googling shows that I am not alone with the missing header file.. The Postgresql version installed is 13.13. H.E.L.P.! -- Howard. -- When you want a computer system that works, just choose Linux; When you want a computer system that works, just, choose Microsoft.
Hi, On Sat, Nov 25, 2023 at 10:48 PM Howard Lowndes <howard.lowndes@gmail.com> wrote:
I am now trying to install 1.10.25 (the latest stable version), but have hit a brick wall. I cannot install a couple of Perl modules - DBD::Pg and PGObject. It appears the latter is dependent upon the former and the former cannot find a header file libpg-fe.h. There is no libpg-dev offered by the repository and libpg-perl and libpg-hstore-perl do not provide it either. Googling shows that I am not alone with the missing header file.. The Postgresql version installed is 13.13.
Through the link to the Raspbian OS mirrors, I found that libpq-dev and libpq5 (Pg 13) are both available for the raspberry, in this directory: https://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian/pool/mai... Installing both should help you install DBD::Pg which should get you to PGObject. Regards, -- Bye, Erik. http://efficito.com -- Hosted accounting and ERP. Robust and Flexible. No vendor lock-in.
participants (2)
-
Erik Huelsmann
-
Howard Lowndes