Re: [Hamlib-developer] undefined symbol: lock_mode
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: DL1YCF <dl...@da...> - 2022-12-11 09:45:43
|
If you use software that you compile yourself, NEVER EVER install such software in binary form from the repos, since "shared library chaos“ will ensue. It is a *common error* to install linux from some „ham radio repo“ and *thereafter* download sources and compile it. Just compile *everything* from the sources and start from a plain vanilla linux distro, or, install from a ham radio distro and refrain from compiling such things. Do not go in-between. There are prominent examples auch as the wsjtx program that will not work with older versions of hamlib. > Am 10.12.2022 um 14:52 schrieb Black Michael via Hamlib-developer <ham...@li...>: > > Default installation is in /usr/local > > > Wrong (old) hamlib is probably in /usr/lib. > New one is in /usr/local/lib > > > Mike W9MDB > > |