On 23/04/18 22:44, Wayne Blaszczyk wrote:
sh ../hplip-3.18.3-plugin.run --target . --noexec --nox11
install -d /usr/share/hplip/data/firmware
install -d /usr/share/hplip/fax/plugins
install -d /usr/share/hplip/prnt/plugins
install -d /usr/share/hplip/scan/plugins
install -d /usr/share/licenses/hplip-plugin
install -d /var/lib/hp
install -m644 plugin.spec/usr/share/hplip/
install -m644 hp_laserjet_*.fw.gz/usr/share/hplip/data/firmware/
install -m755 fax_marvell-x86_64.so/usr/share/hplip/fax/plugins/
install -m755 hbpl1-x86_64.so/usr/share/hplip/prnt/plugins/
install -m755 lj-x86_64.so/usr/share/hplip/prnt/plugins/
install -m755 bb_*-x86_64.so/usr/share/hplip/scan/plugins/
cat > /var/lib/hp/hplip.state << "EOF"
[plugin]
installed = 1
eula = 1
version = 3.18.3
EOF
find /usr/share/hplip -type f -name "*.so" | while read f; do
     lib_dir="${f%/*}"
     lib_name="${f##*/}"
     ln -vsf "$lib_name" "$lib_dir/${lib_name%%-*}.so"
done

Hi Bruce,Wayne,

Rebuilt as suggested but still getting report of filter failure.

The attached cups log was produced with debug2 but I cannot see anything obvious.

Thanks


Attachment: error_log.gz
Description: application/gzip

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to