Page 1 of 1

HELP > need to uninstall jpeglib8 without broken Ubuntu

Posted: Mon Jan 21, 2013 7:33 pm
by walteroa
ISSUE:

We are triying to fix the log problem generated by "Corrupt JPEG data: 1 extraneous bytes before marker 0xd9" in module jdmarker.c from libjepeg.

We've followed all steps detailed but once we have to uninstall Libjpeg8..(using sudo apt-get remove libjpeg8) the related dependencies removes almost all linux packages..

after that I have a wonderful brick (ubuntu is not working anymore).

QUESTION:
Does enybody know how to remove Libjpeg8 wihout remove all packeges that it have any dependency?

Re: HELP > need to uninstall jpeglib8 without broken Ubuntu

Posted: Tue Jan 22, 2013 3:16 am
by marcmerlin
Do not remove libjpeg8.
Compile a new one and install it in place.
apt-get source libjpeg8, patch source, rebuild debian package, and use dpkg -i

That said, I went another way.
See http://www.zoneminder.com/forums/viewto ... 29&t=20748
If you're not confortable rebuilding deb packages, I recommend you turn off DB logging, and filter in rsyslog.