Skip to content
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

libjpeg8 #40

Open
helioshk opened this issue May 15, 2021 · 1 comment
Open

libjpeg8 #40

helioshk opened this issue May 15, 2021 · 1 comment

Comments

@helioshk
Copy link

helioshk commented May 15, 2021

Hi,
The binary from glidernet is dynamically linked and requiring libjpeg8, which is not available for debian.
It is possible to compile ogn-rf from this source, which is running successfully with libjpeg62.

However, ogn-decode is not open source, and requires libjpeg.so.8.
How could I get ogn-decode running on debian?
ogn-decode: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

@VladimirVLF
Copy link

VladimirVLF commented Jul 6, 2022

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants