SLES 12 SP3 - PHP 7 enabling readline

Hi All,

I’ve installed PHP 7.0 (via zypper) on my SUSE 12 box and I’m trying to enable readline support.

When i run composer update I get the message “The requested PHP extension ext-readline * is missing from your system. Install or enable PHP’s readline extension.”

Any one know how to enable readline support after php has been installed or how to resolve this issue?

Thanks!

dk4210,

It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.

These forums are peer-to-peer, best effort, volunteer run and that if your issue
is urgent or not getting a response, you might try one of the following options:

Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.suse.com/faq.php

If this is a reply to a duplicate posting or otherwise posted in error, please
ignore and accept our apologies and rest assured we will issue a stern reprimand
to our posting bot…

Good luck!

Your SUSE Forums Team
http://forums.suse.com

[QUOTE=dk4210;55975]I’ve installed PHP 7.0 (via zypper) on my SUSE 12 box and I’m trying to enable readline support.

When i run composer update I get the message “The requested PHP extension ext-readline * is missing from your system. Install or enable PHP’s readline extension.”

Any one know how to enable readline support after php has been installed or how to resolve this issue?[/QUOTE]

Installing php7-devel from the Software Development Kit (SDK) also installs readline-devel but unfortunately still does not provide the readline extension.

If you were using SUSE Linux Enterprise Server 15 someone has built php7-readline on the openSUSE Build Service but no longer for SLES12.

HTH.