KMyMoney 5.0.3 released

Jochen Schmidt jochen at r-ci.de
Mon Feb 4 17:10:51 GMT 2019


Hi Thomas,

Am 03.02.2019 um 12:16 schrieb Thomas Baumgart:

> That is easy. There is some old version of the library floating around and
> picked up. The said function MyMoneyFile::addVATSplit() was added on Jan
> 2nd this year.
> 
> You need to clean up your installation. Here's how I would go about it:
> 
> 1) figure out which executable is started. "which kmymoney" can be of help.
> 
> 2) figure out which shared libraries are used. The command would be "ldd
> `which kmymoney`" (include the single back quotes but not the double quotes)
> 
>  
> 
> The problem above is caused by an old version of libkmm_mymoney.so To
> reduce the list spit out by ldd you can run
> 
>  
> 
> ldd `which kmymoney` | grep libkmm
> 
>  
> 
> which provides here
> 
>  
> 
> thb at thb-nb:~/devel/kmymoney/build(5.0)$ ldd `which kmymoney` | grep libkmm
>        libkmm_menus.so.5 => /usr/lib64/libkmm_menus.so.5 (0x00007f68668a8000)

that's the info I was missing.
Did a clean uninstall (make uninstall) on the old 5.0 beta. Then a make
install in 5.0.3. The first try looks good, I'll have an eye on it.

Thank you for your help-

-- 
Jochen



More information about the KMyMoney mailing list