Another, easier option would be to rebuild latest Mageia 4 src.rpm or cauldron src.rpm on your box.
Check
viewtopic.php?f=4&t=5530 on how to do that.
You can also directly install via the .run installer, you only have to adapt instructions from
http://hplipopensource.com/hplip-web/in ... driva.html as the package names used there will force to install i586 packages, which is wrong. Those are the packages you want to install (as root)
- Code: Select all
urpmi avahi cups cups-common cups-devel dbus-devel python-gobject gcc-c++ ghostscript openssl-devel jpeg-devel net-snmp-devel glibc-i18ndata glibc_lsb libtool gphoto2-devel usb1.0-devel make wget python-imaging polkit python-qt4 qt4-qtdbus python-dbus python-devel python python-reportlab saned sane-devel sane-backends xsane sane-frontends
Tarball:
http://prdownloads.sourceforge.net/hpli ... 4.6.tar.gzThen use the instructions from the hplip manual install page, after unpacking the tarball run inside (slightly adapted so that it will assign --libdir dynamically whether run on i586 or x86_64 system:
- Code: Select all
./configure --with-hpppddir=/usr/share/ppd/HP --libdir=$(rpm -E %{_libdir}) --prefix=/usr --enable-qt4 --disable-libusb01_build --enable-doc-build --disable-cups-ppd-install --disable-foomatic-drv-install --disable-foomatic-ppd-install --disable-hpijs-install --disable-udev_sysfs_rules --disable-policykit --enable-cups-drv-install --enable-hpcups-install --enable-network-build --enable-dbus-build --enable-scan-build --enable-fax-build
make
Just tried that here, builds just fine.