Comment 2 for bug 519707

Revision history for this message
Naga Samrat Chowdary, Narla (samrat-hplip) wrote :

How are you installed HPLIP, is it from Package Manager (or) by downloaded from www.hplipopensource.com?

you are required to resolve the dependencies which are shown in the hp-check output.

su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses cupsddk"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses cups-devel"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses cups-devel"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses openssl"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses libjpeg-devel"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses net-snmp-devel"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses libtool libgphoto2-devel"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses libusb-devel libusb-1_0-0"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses python-imaging"
su -c "zypper --non-interactive --no-gpg-checks in --auto-agree-with-licenses python-devel python-xml"

Hope this Helps,
Naga Samrat Chowdary.