Search code examples
phpcentosphalcon

php: symbol lookup error: php: undefined symbol: rl_on_new_line while using phalcon dev tool


I tried installing phalcon dev tool and when using

$phalcon command I got

Php: symbol lookup error: Php: undefined symbol: rl_on_new_line


Solution

  • I was running an outdated version of libedit on My system.

    • I have removed old version,
    • Reinstall using new version

    Updating it clear that error:

    $ phalcon
    

    Php: symbol lookup error: Php: undefined symbol: rl_on_new_line