PHP 8.1 "No package lsphp81-### available."

#1
Hi,
Cause some programming requirements I need use PHP 8.1.

My setup is:
  • CentOS 7.9
  • PHP 8.1
  • OpenLiteSpeed 1.7.16
I got:

No package lsphp81-intl available.
No package lsphp81-imagick available.
No package lsphp81-mcrypt available.
No package lsphp81-pecl-memcache available.
No package lsphp81-pecl-redis available.


Is it because these packages are not available?

If the reason is because packages are not available yet, is there an estimate for the release date of the packages

Thanks
 
Last edited:

Cold-Egg

Administrator
#2
#3
HI,
Thank for your reply.
But I try as your help and I got:

# sudo yum install lsphp81-pear
No package lsphp81-pear available.


Current If use PHP 8.1 and for WordPress we must manual compile and install:
-intl
-imagick
-mcrypt

Please build and update these packages to litespeed repo for PHP 8.1 soon.

Thanks
 
Last edited:
#5
Hi Cold-Egg,
Thanks for your help.
If yes please let we know the estimated date of this. We are looking forward to it.

Packages:
lsphp81-intl.
lsphp81-imagick.
lsphp81-mcrypt.
lsphp81-pecl-memcache.
lsphp81-pecl-redis.

Very important for us (who use OpenLiteSpeed with CentOS, PHP8.1, WordPress)

Thanks ❤️
 
#13
Hi @Cold-Egg , Thanks for your reply.
We can install mcrypt in php81 and php82. But we still can not install imagick, memcached in php82.
Please check thank ❤️.
 
Last edited:

Cold-Egg

Administrator
#14
Hi,

Packages do exist,

Code:
yum search lsphp82*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.constant.com
 * epel: na.edge.kernel.org
 * extras: coresite.mm.fcix.net
 * updates: mirrors.advancedhosters.com
Warning: No matches found for: lsphp82*
No matches found
[root@centos7-pkg-el ~]# yum search lsphp82
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.mirror.constant.com
 * epel: na.edge.kernel.org
 * extras: coresite.mm.fcix.net
 * updates: mirrors.advancedhosters.com
=================================================================================== N/S matched: lsphp82 ====================================================================================
lsphp82-debuginfo.x86_64 : Debug information for package lsphp82
lsphp82-pecl-igbinary-debuginfo.x86_64 : Debug information for package lsphp82-pecl-igbinary
lsphp82-pecl-imagick-debuginfo.x86_64 : Debug information for package lsphp82-pecl-imagick
lsphp82.x86_64 : PHP scripting language for creating dynamic web sites
lsphp82-bcmath.x86_64 : A module for PHP applications for using the bcmath library
lsphp82-common.x86_64 : Common files for PHP
lsphp82-dba.x86_64 : A database abstraction layer module for PHP applications
lsphp82-dbg.x86_64 : The interactive PHP debugger
lsphp82-devel.x86_64 : Files needed for building PHP extensions
lsphp82-enchant.x86_64 : Enchant spelling extension for PHP applications
lsphp82-gd.x86_64 : A module for PHP applications for using the gd graphics library
lsphp82-gmp.x86_64 : A module for PHP applications for using the GNU MP library
lsphp82-imap.x86_64 : A module for PHP applications that use IMAP
lsphp82-intl.x86_64 : Internationalization extension for PHP applications
lsphp82-ldap.x86_64 : A module for PHP applications that use LDAP
lsphp82-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
lsphp82-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
lsphp82-odbc.x86_64 : A module for PHP applications that use ODBC databases
lsphp82-opcache.x86_64 : The Zend OPcache
lsphp82-pdo.x86_64 : A database access abstraction module for PHP applications
lsphp82-pear.noarch : PHP Extension and Application Repository framework
lsphp82-pecl-apcu.x86_64 : APC User Cache
lsphp82-pecl-apcu-devel.x86_64 : APCu developer files (header)
lsphp82-pecl-apcu-panel.x86_64 : APCu control panel
lsphp82-pecl-igbinary.x86_64 : Replacement for the standard PHP serializer
lsphp82-pecl-igbinary-devel.x86_64 : Igbinary developer files (header)
lsphp82-pecl-imagick.x86_64 : Extension to create and modify images using ImageMagick
lsphp82-pecl-imagick-devel.x86_64 : imagick extension developer files (header)
lsphp82-pecl-memcached.x86_64 : Extension to work with the Memcached caching daemon
lsphp82-pecl-msgpack.x86_64 : API for communicating with MessagePack serialization
lsphp82-pecl-msgpack-devel.x86_64 : MessagePack developer files (header)
lsphp82-pecl-redis.x86_64 : Extension for communicating with the Redis key-value store
lsphp82-pgsql.x86_64 : A PostgreSQL database module for PHP
lsphp82-process.x86_64 : Modules for PHP script using system process interfaces
lsphp82-pspell.x86_64 : A module for PHP applications for using pspell interfaces
lsphp82-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
lsphp82-soap.x86_64 : A module for PHP applications that use the SOAP protocol
lsphp82-sodium.x86_64 : Wrapper for the Sodium cryptographic library
lsphp82-tidy.x86_64 : Standard PHP module provides tidy library support
lsphp82-xml.x86_64 : A module for PHP applications which use XML

Code:
 rpm -qa | grep imagick
lsphp82-pecl-imagick-3.7.0-4.el7.8.2.x86_64
 
#16
Hi, I use: (on CentOS 7.9)
yum install lsphp82-pecl-imagick
yum install lsphp82-pecl-memcached
yum install lsphp82-pecl-imagick -y
yum install lsphp82-pecl-memcached -y

all will got:
No package lsphp82-pecl-imagick available.
No package lsphp82-pecl-memcached available.

Thanks
 
Top