-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ogn-rf and gsm_scan require deprecated libjpeg.so.8 (v0.2.5) #20
Comments
from memory it was libjpeg-dev which I found to be required in place of libjpeg8 .. |
@Romeo-Golf Yes, thanks.
|
libjpeg-dev is for compilation time not running time isn't it? |
For v0.2.5 during runtime the shared library For the next release, the shared library |
PS. Anyway, I already solved this ""problem"" by building a source package for ogn-rf. :) |
I think the fifo can be created by ogn-rf itself instead of externally creating it. |
👍 |
Same problem here: Another piece of software requires libjpeg-turbo and is therefore blocked by v0.2.5. The OS is Gentoo, building against Will you be cutting v0.2.6 any time soon? I don't want to jangle your nerves, I'm just asking because I'd like to move the receiver to it's proper location on top of the hangar – and in case anything goes wrong upping rtlsdr-ogn, it'll be much harder to plug onto the UART socket up there 😁 |
@kerel-fs I've just upped the ebuild to 0.2.6 and switched to libjpeg-turbo as suggested by you. However, it bombs: |
Yes, it was supposed to build against |
After upgrading from Raspian 10 to 11 libjpeg8 ist NOT available anymore. |
Note that you can recompile the latest |
ogn-decode still needs the libjpeg8 though... |
You can build it from sources. New Raspbian OS have all build tools pre-installed, so just run: wget -qO- http://www.ijg.org/files/jpegsrc.v8d.tar.gz | tar -xz
cd jpeg-8d/
./configure --libdir=/usr/lib/
make && sudo make install
rm -fr jpeg-8d/ |
Currently I'm trying to package rtlsdr-ogn 0.2.5 for Debian (as a binary package, since
ogn-decode
is closed-source). Unfortunatelyogn-rf
andgsm_scan
were built against libjpeg8, which isn't available in debian jessie and newer.Please build against libjpeg62-turbo in the next release of rtlsdr-ogn to fix this issue.
The text was updated successfully, but these errors were encountered: