Apr 21

Some package notes

Category: Linux   — Published by tengo on April 21, 2008 at 2:34 am

At least on Ubuntu Feisty Fawn 7.04, doing this:

apt-get install openssl-dev

will give you an error:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package openssl-dev

As a workaround, to use openssl and openssl-dev, use the openssl-dev components from another library:

apt-get install libcurl3-openssl-dev

Also note that libgsm-dev is now libgsm1-dev !