Re: [Xastir] Berkeley DB header files/shared library file do NOT match!

2018-10-20 Thread David Ranch
Hey Curt, Is there any other output that I can send to you to see what's going on here? --David KI6ZHD On 10/19/2018 09:02 AM, Curt, WE7U wrote: The code is in xastir/src/map_cache.c:map_cache_init() Notice there that debug level 5 will dump out the two strings it is comparing.

Re: [Xastir] Berkeley DB header files/shared library file do NOT match!

2018-10-19 Thread David Ranch
Hey Curt, Thanks for looking at this. I started Xastir with the higher logging but I don't see much valuable detail. Maybe I need an additional command line option? --David $ xastir -v 5 debug level 5 * WARNING * Berkeley DB header files/shared library file do NOT match!

Re: [Xastir] Berkeley DB header files/shared library file do NOT match!

2018-10-19 Thread Curt, WE7U
The code is in xastir/src/map_cache.c:map_cache_init() Notice there that debug level 5 will dump out the two strings it is comparing. Start Xastir from an xterm with "-v 5" and report back to us what the two strings say on your system. It might make sense there to always print out the two

Re: [Xastir] Berkeley DB header files/shared library file do NOT match!

2018-10-19 Thread Curt, WE7U
On Fri, 19 Oct 2018, David Ranch wrote: I just noticed when I start Xastir from the terminal, I see: * WARNING * Berkeley DB header files/shared library file do NOT match! Disabling use of the map cache. Header file: Berkeley DB 4.7.25: (September 22, 2015) Library file: Berkeley DB

[Xastir] Berkeley DB header files/shared library file do NOT match!

2018-10-19 Thread David Ranch
Hello Everyone, I just noticed when I start Xastir from the terminal, I see: * WARNING * Berkeley DB header files/shared library file do NOT match! Disabling use of the map cache. Header file: Berkeley DB 4.7.25: (September 22, 2015) Library file: Berkeley DB 4.7.25: (March 22, 2017)