Hi,

I'm compiling gnucash 4.6 with the following commands:

export PKG_CONFIG_PATH=/opt/gwenhywfar/lib64/pkgconfig:/opt/aqbanking/lib64/pkgconfig
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/gnucash ..
make
sudo make install

It succeeds, /opt/gnucash/bin/gnucash is installed and it works, but there are no online banking functions available. I found out, that gnucash can't find the gwenhywfar and aqbanking libraries. It seems, that setting PKG_CONFIG_PATH isn't sufficient. If I copy all shared libraries from /opt/aqbanking/lib64 and /opt/gwenhywfar/lib64 to /opt/gnucash/lib64/gnucash, then everything works as expected. Is there a way to specify the aqbanking and gwenhywfar library paths and to avoid the copying of the libraries?

Best regards
Lothar
--
Lothar Paltins                                      lkp...@mailbox.org
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to