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

Bullseye can't install libjpeg8-dev - substituting libjpeg62-turbo-dev succeeds #386

Open
Paraphraser opened this issue Mar 16, 2023 · 2 comments

Comments

@Paraphraser
Copy link

Just for information, trying to install the libjpeg8-dev prerequisite on a 4GB Raspberry Pi 4 Model B Rev 1.1 running Debian GNU/Linux 11 (bullseye) full 64-bit OS fails:

$ uname -a
Linux tri-dev 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux

$ sudo apt install libjpeg8-dev      
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libjpeg8-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libjpeg62-turbo-dev:armhf libjpeg62-turbo-dev

E: Package 'libjpeg8-dev' has no installation candidate

Accepting the hint, installing libjpeg62-turbo-dev and following the remaining README instructions builds mjpg_streamer successfully.

The camera I'm working with (Logitech, Inc. HD Pro Webcam C920) then streams OK.

This may be related to #296 and #190.

@Bazmundi
Copy link

Bazmundi commented May 27, 2023

Yep, so I am running Jessie 8 on an old Atom-based Acer Aspire One, so having to run Jesse 8 (meaning avoid suggesting I run Debian 9 etc). So, looks like there are all sorts of problems with dependencies for this fix under Jesse 8, so there also seems then no distinct set of workarounds currently for Jesse 8. I will try to document best I can, if I can, the path to install. But it isn't as simple as sudo apt-get install libjpeg62-turbo-dev.

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

3 participants
@Bazmundi @Paraphraser and others