similar to: hplip problems - configure: error: "cannot find libjpeg support"

Displaying 20 results from an estimated 7000 matches similar to: "hplip problems - configure: error: "cannot find libjpeg support""

2010 Jul 29
3
hplip under CentOS-5.5
Is anyone successfully using hplip under CentOS? When I try to print on my HP Officejet J4580 I always get the error ---------------------------------- Printer Filter "foomatic-rip-hplip" for printer "oj" not available: No such file or directory ---------------------------------- What I find puzzling is that I have googled for this, and it appears there has been the same
2007 Nov 09
0
Slightly OT - unable to install hplip 2.7 on CentOS 5 64
I have already reported this as a bug to the HP folks, but I was hoping someone here might have a clue about this one. Just bought an HP Deskjet F2120 and tried to install it on my CentOS 5.064-bit system. The printer installed fine, but sane does not recognize the device, so I tried to install hplip 2.7.10, which is supposed to support it. Installation failed twice - first time because I did
2009 Mar 04
1
HPLIP 3.9.2
on Centos 5.2 2.6.18-92.1.22.el5.centos.plus Has anyone gotten HPLIP 3.9.2 to work? If so what was done about python-dbus and PyQt4-dbus? They don't seem to included after installing PyQt4-4.4, sip 4.4.5, and hplip 3.9.2. thanks, roger wells -- Roger Wells, P.E. SAIC 221 Third St Newport, RI 02840 401-847-4210 (voice) 401-849-1585 (fax) roger.k.wells at saic.com
2007 Jul 18
1
CentOS5:Printer Won't Work
I have a HP OfficeJet K80xi "all-in-one" USB printer. When I send a file to the printer from a virtual console using the command : lp "anyfilename", the response is "request ID is HPOJK80-7 (1 file(s)". There is no printer action, no sound, nothing. The printers name is HPOJK80; the -7 is the job number. The command lpstat shows there are a total of 7 jobs in the
2011 Jan 08
3
Network Scanner and CentOS 5.5
I have an HP Photosmart 3210 All-in-One color printer. Printing works great, but I cannot get xsane to locate it on the local subnet. I've been to the sane site and looked at the backends. The HP 3210 is supported by hpio and there is a note that hpio is no longer needed because the functionality has been rolled int hplip. yum shows hplip is installed: hplip.x86_64 1.6.7-4.1.el5.4
2008 Mar 03
6
Request for hplip upgrade
My wife purchased an HP Deskjet F340 all-in-one printer last year. CentOS 5 includes hplip-1.6.7. I need at least hplip-2.7.10 which I have had to install via tarball. Is there any plans to update this package soon? Thanks -- Bob Taylor
2006 Apr 19
1
AIX libjpeg still looms
Simon, Did you get a chance to review your AIX configuration? I'd be curious to know the differences with my own as while I have R installed, I still get the error related to libjpeg.a. Error in get(getOption("device"))() : X11 module cannot be loaded In addition: Warning message: unable to load shared library '/usr/local/R/lib/R/modules/R_X11.so': Could not load module
2011 Mar 01
2
2 attempts to install newest hplip 3.11.1
Hi Folks, the reason: new printer HP LaserJet Pro M1132 MFP This printer needs a non-free plugin. On my 64-bit machine with CentOS 5.5 the installation via hplip-3.11.1.run and hplip-3.11.1.plugin.run works perfectly (except scanning - but that's not the problem at the moment). On my second machine - CentOS 5 32-bit I have many problems and printing doesn't works. 1. Installation
2016 Jan 31
1
C7 and hplip
Hi list, I've a printer model HP ENVY 5530 (AIO) configured in wifi. I've configured this printer on my C7(1511) workstation using hplip and cups. Printer is installed e configured. After installation I try to send a test print page and it is printed. After reboot, I try to print other doc, and I got it printed only on grey-scale and if I try to send another test print page from hplip
2005 Sep 20
1
[3.5 Server] Problem with libjpeg.a or absence of
Hello CentOS, I am trying to compile zoneminder which requires libjpeg.a I jave libjpeg.so installed okay. Is there a package or do I have to recompile the libjpeg package Sean -- +---------------------------------------------------+ |VOIP= FreeWorldDial: 689482 VOIPBUSTER: thecivvie | |GPG Key http://thecivvie.fastmail.fm/thecivvie.asc |
2020 Apr 08
3
Building libjpeg-turbo with LTO
Hi, I have tried to build libjpeg-turbo <https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using both clangbut get many errors in lld that look like the following: ld: error: undefined symbol: jpeg_std_error >>> referenced by jcstest.c:76 >>> lto.tmp:(main) ld: error: undefined symbol: jpeg_CreateCompress >>> referenced by
2005 Oct 09
2
HPLIP
First, has anyone successfully installed the HPLIP driver from HP in CentOS4? Second, does that driver really provide the toolbox which includes handy stuff like ink level monitoring? I got the source RPM (hplip-0.9.4-1.1.src.rpm) from an FC4 testing mirror, which rebuilt fine on this machine: . . . + umask 022 + cd /home/rj/rpmbuild/BUILD + cd
2008 Jan 21
1
Installing hplip
I need an up-to-date hplip which supports my mfp. The install fails with 'Cannot find net-snmp support' after it has reported a timeout in -lnetsnmp. What package do I need to resolve this? Anne -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part.
2017 Apr 21
2
CentOS 7 + HPLIP = blank page
Hi, I just installed CentOS 7 + KDE on a new workstation in my office. I tried to setup my printer, but the test page is blank. Here's some details. The printer is an HP OfficeJet 8600 Pro. It works perfectly with all other desktop clients running Slackware Linux and HPLIP. I installed hplip and hplip-gui, launched HP Toolbox and then setup the printer - a network printer - which is mainly
2020 Apr 09
3
Building libjpeg-turbo with LTO
Adding a couple of lld folks. I helped Shishir debug this, the link line looked like: /home/sjessu/build/bin/clang -O0 -flto -o jcstest jcstest.o ./.libs/libjpeg.a and the issue was that libjpeg.a was created with the system ar instead of llvm-ar. It worked when recreating libjpeg.a with llvm-ar. I noticed that the lld code has some special handling for the case when there is a missing
2009 Aug 03
12
Nothing loads in wine?
I thought that I would be able to use Wine to play TF2 in Fedora 11, so I used this guide to install steam: http://fedorasolved.org/gaming-solutions/installing-steam-using-wine Steam appeared to be working fine, so I downloaded some games (TF2 and CS:S), When they were done downloading, I tried to play one, and the "Preparing to launch TF2" box came up. So I waited for a few seconds and
2019 Feb 27
3
Centos Digest Vol.169 Issue 26 HPlip Mark Roth/Jon LaBadie .
Hi Folks , The problems with HPlip goes on and on : I can not manage to establish a connection on WiFi with the HP4620 : I can print to the printer but not scan . Running hp-check results in cups is not running, hplip is not properly (HP) installed , xsane is not installed etc.. But I can assure you all this software is properly installed : Hp-check cannot detect the scanfunction on
2009 May 23
2
HP L7780 support in hplip 1.6.7???
Alle, I have an HP L7780 MFP, which is supported under hplip 1.7.2 but not the current install of 1.6.7. Does anyone know of a way just to add that particular driver to 1.6.7, or will it require removing the standard 1.6.7 and doing a custom install of 1.7.2. If the latter, what would you consider the dangers/other implications of going "rogue"? Best Regards, Camron -- Camron W.
2018 May 01
2
HPLIP vs. CentOS
Hi, Our local school has recently acquired an HP PageWide Pro 477 professional printer. According to HP, the printer requires HPLIP 3.16.3 at least. Unfortunately, CentOS is only shipping HPLIP 3.15.9. So I downloaded and installed the hplip/hplipfull package from the HP site. Installing this thing and getting it to work is not exactly a trivial task, as I documented in my blog:
2013 Dec 10
0
CESA-2013:1804 Moderate CentOS 5 libjpeg Update
CentOS Errata and Security Advisory 2013:1804 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1804.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d8b2b51377426670a74afc325debda1b35b76fb20d1d77caff49d451c5e0d78c libjpeg-6b-38.i386.rpm