Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) September 14, 2012 07:02PM |
Registered: 11 years ago Posts: 10 |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) September 24, 2012 07:48AM |
Registered: 11 years ago Posts: 115 |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 11, 2012 12:02AM |
Registered: 11 years ago Posts: 10 |
t1m
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 14, 2012 05:47PM |
deb http://backports.debian.org/debian-backports squeeze-backports main deb-src http://ftp.de.debian.org/debian/ wheezy maindo a
sudo apt-get updateand go through the following procedure:
# install some necessities: sudo apt-get install dpkg-dev debhelper=9.20120608~bpo60+1 # install the source ball: apt-get source openssl # that's right: NO 'sudo' cd openssl-1.0.1c/ vi debian/rules # edit the CONFARGS variable to contain -DHAVE_CRYPTODEV # the following may tell you that some development libraries and stuff like m4 are missing, so install them and repeat the command: dpkg-buildpackage -us -uc # go enjoy a beverage of your choice... # at last: sudo dpkg -i ../openssl_1.0.1c-4_armel.deband you should have it installed.
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 15, 2012 03:26AM |
Registered: 12 years ago Posts: 20 |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 15, 2012 06:15AM |
Registered: 11 years ago Posts: 10 |
t1m
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 16, 2012 01:29PM |
t1m
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 16, 2012 03:25PM |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) October 23, 2012 07:33PM |
Registered: 11 years ago Posts: 10 |
t1m
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) November 07, 2012 11:12AM |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) November 12, 2012 07:58PM |
Registered: 11 years ago Posts: 10 |
Re: Anyone gotten cryptodev-linux working for kirkwood (Debian Squeeze) January 12, 2013 02:10AM |
Registered: 11 years ago Posts: 10 |
make make installadded them correctly now.
dpkg-buildpackage -us -ucruns much longer now, the end however still errors out.