brck / CrisisStack

An application store that can be used by first crisis responders to install, delete and launch applications
http://www.brck.com/CrisisStack
19 stars 5 forks source link

iconv cannot be found #1

Closed Aussieboy11 closed 8 years ago

Aussieboy11 commented 9 years ago

When running the given script (under "Required Extensions"), the following error comes up:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'php5-intl' instead of 'php5-idn'
Note, selecting 'php5-common' instead of 'php5-mhash'
Note, selecting 'php5-common' instead of 'php5-json'
Package iconv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'iconv' has no installation candidate

The installation then stops. Removing "iconv" from the script allows everything else to install.

Aussieboy11 commented 9 years ago

A site online says that iconv is built into php5-cgi. Perhaps that is the package that needs to be installed instead?

rasmi commented 8 years ago

There is no need to install iconv (at least for me on 2015-05-05-raspbian-wheezy.img). Running iconv -l shows it is already installed.

Onuonga commented 8 years ago

Closed as it is expected that you are using the latest version of raspbian