Comment 12 for bug 1426110

Revision history for this message
peter mason (peter-dpm47-deactivatedaccount) wrote :

Hello,
 su -c
did not work. I tried root as the password but it did not help. I am busy setting up this system and I am now in user "another" environment but so far as I intended still have the same trights as user "Pi"
Howerver:
sudo apt-get install libjpeg-dev
did work.

pm@raspberrypi ~ $ sudo apt-get install libjpeg-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg8-dev' instead of 'libjpeg-dev'
The following NEW packages will be installed:
  libjpeg8-dev
0 upgraded, 1 newly installed, 0 to remove and 31 not upgraded.
Need to get 238 kB of archives.
After this operation, 484 kB of additional disk space will be used.
Get:1 http://mirrordirector.raspbian.org/raspbian/ wheezy/main libjpeg8-dev armhf 8d-1+deb7u1 [238 kB]
Fetched 238 kB in 8s (29.2 kB/s)
Selecting previously unselected package libjpeg8-dev:armhf.
(Reading database ... 88703 files and directories currently installed.)
Unpacking libjpeg8-dev:armhf (from .../libjpeg8-dev_8d-1+deb7u1_armhf.deb) ...
Setting up libjpeg8-dev:armhf (8d-1+deb7u1) ...

but installed 'libjpeg8-dev' instead of 'libjpeg-dev'.

pm@raspberrypi ~/Desktop/hplip-3.15.2 $ ./configure --prefix=/usr
./configure: line 2235: config.log: Permission denied
./configure: line 2245: config.log: Permission denied
pm@raspberrypi ~/Desktop/hplip-3.15.2 $

but

sudo ./configure --prefix=/usr

runs to...............
checking for qt3... no
checking for policykit... no
checking for host machine platform... unsupport
checking for CRYPTO_free in -lcrypto... no
configure: error: cannot find net-snmp support (or --disable-network-build)

I will try back in the origonal environment
peter