sputnik icon indicating copy to clipboard operation
sputnik copied to clipboard

how to fix "Error: Could not verify the presence of Readline."?

Open luckypoem opened this issue 10 years ago • 1 comments

hi. as3:~/sputnik-galaxy-12-07-12-all-in-one# sh install.sh ~/sputnik-galaxy-12-07-12-all-in-one ~/sputnik-galaxy-12-07-12-all-in-one SPUTNIK Installer version 12.07.12.

The name of the Lua executable is lua Lua installation prefix: /usr/local Include files: /usr/local/include

Will create bin, etc, lib, share, and man directories in /usr/local

Proceed with setup? [Y/n] y Checking Readline... not found: /usr/include/readline/readline.h

Error: Could not verify the presence of Readline. You may need to install development packages for Readline. If you are sure they are installed, you can supply their location with --with-readline. See --help for details. as3:~/sputnik-galaxy-12-07-12-all-in-one#

luckypoem avatar Apr 14 '14 05:04 luckypoem

You should install readline-dev using your package management system, i.e. apt-get install libreadline-dev.

  • Jim

On Mon, Apr 14, 2014 at 7:49 AM, luckypoem [email protected] wrote:

hi. as3:~/sputnik-galaxy-12-07-12-all-in-one# sh install.sh ~/sputnik-galaxy-12-07-12-all-in-one ~/sputnik-galaxy-12-07-12-all-in-one SPUTNIK Installer version 12.07.12.

The name of the Lua executable is lua Lua installation prefix: /usr/local Include files: /usr/local/include

Will create bin, etc, lib, share, and man directories in /usr/local

Proceed with setup? [Y/n] y Checking Readline... not found: /usr/include/readline/readline.h

Error: Could not verify the presence of Readline. You may need to install development packages for Readline. If you are sure they are installed, you can supply their location with --with-readline. See --help for details. as3:~/sputnik-galaxy-12-07-12-all-in-one#

— Reply to this email directly or view it on GitHubhttps://github.com/yuri/sputnik/issues/9 .

jnwhiteh avatar Apr 14 '14 20:04 jnwhiteh