su -c "make install" gets gcc: error: /usr/lib/i386-linux-gnu/libsane.so: No such file or directory

Asked by Brent Jensen

Trying to install hplip on Ubuntu (Xubuntu) 12.04 used automatic installer. Failed on make step. Tried to manually run make install as per another entry I found on this list.

Is there anyway to fix this? Is it possible to just skip the Sane install and install it manually later?

brent@berlin:~/junk/hplip-3.13.6$ su -c "make install"
Password:
/bin/bash ./libtool --tag=CC --mode=link gcc -I/usr/include/python2.7 -g -O2 -DCONFDIR=\"/etc/hp\" -module -avoid-version -lsane -o scanext.la -rpath /usr/lib/python2.7/dist-packages scanext_la-scanext.lo -lcrypto
libtool: link: gcc -shared -fPIC -DPIC .libs/scanext_la-scanext.o /usr/lib/i386-linux-gnu/libsane.so -lcrypto -O2 -Wl,-soname -Wl,scanext.so -o .libs/scanext.so
gcc: error: /usr/lib/i386-linux-gnu/libsane.so: No such file or directory
make: *** [scanext.la] Error 1

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Sanjay Kumar
Solved:
Last query:
Last reply:
Revision history for this message
Best Sanjay Kumar (sanjay-kumar14) said :
#1

Hi,

Please refer to both links for automatic and manual installation.

http://hplipopensource.com/hplip-web/install/install/index.html (automatic installer) or
http://hplipopensource.com/hplip-web/install/manual/index.html (manual installation, if automatic installer does not work)

Thanks,
Sanjay

Revision history for this message
Brent Jensen (brent-jensen69) said :
#2

Manual install worked. I now have a functioning Hp photosmart 7520 on Ubunut 12.04!

Thanks for the help.

Brent