Bobcares

Install PECL 7 modules on Elastic Beanstalk – How to do it

Wondering how to install PECL 7 modules on Elastic Beanstalk? We can help you.

Here at Bobcares, we often handle requests from our customers to Install PECL as a part of our Server Management Services.

Today we will see how our Support Engineers do this for our customers.

 

How to install PECL 7 modules on Elastic Beanstalk?

 
Please follow the below steps to install PECL:

  1. Firstly, install any dependencies.
  2. Create a Linux configuration file (.ebextensions) to install and run the PECL 7 modules.

The following PHP extensions are already included with the release of the PHP platform on Amazon Linux 2:

  • php-pecl-redis (for communication with the Redis key-value store)
  • php-pecl-memcached (for the Memcached caching daemon)

You can install PECL PHP extensions on any PHP environment that has PEAR support.

PECL will install by default on the Elastic Beanstalk PHP stack and is provided by the php-pear RPM.
 

Install the Redis extension

 
1.In the .ebextensions directory in the root of the source bundle of your application, create a .ebextension file based on the following example:

commands:

01_install_redis:
command: /usr/bin/yes 'no'| /usr/bin/pecl7 install redis
test: '! /usr/bin/pecl7 info redis'
02_rmfromphpini:
command: /bin/sed -i -e '/extension="redis.so"/d' /etc/php.ini
03_createconf:
command: /bin/echo 'extension="redis.so"' > /etc/php-7.3.d/41-redis.ini
test: /usr/bin/pecl7 info redis

The .ebextension does the following:

Installs the Redis extension (01_install_redis)

Removes the entry that the pecl7 command creates on the /etc/php.ini file to load the extension (02_rmfromphpini)

Creates a configuration file that loads the Redis module (03_createconf), which requires that the default JSON module loads before the Redis module

2.Then, deploy the new version of your application to your Elastic Beanstalk environment.

3.Connect to your instance using SSH, and then run the following command:

php -m | egrep '(redis)'

Output:

$ php -m | egrep '(redis)'
redis

 

Install the Memcached extension

 

1.In the .ebextensions directory in the root of the source bundle of your application, create a .ebextension file based on the following example:

packages:
yum:
libmemcached-devel: []

The preceding .ebextension installs libmemcached-devel, which is a prerequisite for installing the Memcached extension.

2.In the .ebextensions directory in the root of the source bundle of your application, create a .ebextension file based on the following example:

commands:
01_install_memcached:
command: /usr/bin/yes 'no'| /usr/bin/pecl7 install memcached
test: '! /usr/bin/pecl7 info memcached'
02_rmfromphpini:
command: /bin/sed -i -e '/extension="memcached.so"/d' /etc/php.ini
03_createconf:
command: /bin/echo 'extension="memcached.so"' > /etc/php-7.3.d/41-memcached.ini
test: '/usr/bin/pecl7 info memcached'

The .ebextension does the following:

Installs the Memcached extension (01_install_memcached)
Removes the entry that the pecl7 command creates in the /etc/php.ini file to load the extension (02_rmfromphpini)
Creates a configuration file that loads the Memcached extension (03_createconf)

3.Then, deploy the new version of your application to your Elastic Beanstalk environment.

4.Finally, connect to your instance using SSH, and then run the following command:

php -m | egrep '(memcached)'

Output:

$ php -m | egrep '(memcached)'
memcached

 

[Need assistance with the procedure? We can help you]

Conclusion

 
To conclude, we saw the steps that our Support Techs follow to Install PECL 7 modules on Elastic Beanstalk.

PREVENT YOUR SERVER FROM CRASHING!

Never again lose customers to poor server speed! Let us help you.

Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.

GET STARTED

var google_conversion_label = "owonCMyG5nEQ0aD71QM";
0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

Speed issues driving customers away?
We’ve got your back!

Privacy Preference Center

Necessary

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

PHPSESSID - Preserves user session state across page requests.

gdpr[consent_types] - Used to store user consents.

gdpr[allowed_cookies] - Used to store user allowed cookies.

PHPSESSID, gdpr[consent_types], gdpr[allowed_cookies]
PHPSESSID
WHMCSpKDlPzh2chML

Statistics

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

_ga - Preserves user session state across page requests.

_gat - Used by Google Analytics to throttle request rate

_gid - Registers a unique ID that is used to generate statistical data on how you use the website.

smartlookCookie - Used to collect user device and location information of the site visitors to improve the websites User Experience.

_ga, _gat, _gid
_ga, _gat, _gid
smartlookCookie
_clck, _clsk, CLID, ANONCHK, MR, MUID, SM

Marketing

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

IDE - Used by Google DoubleClick to register and report the website user's actions after viewing or clicking one of the advertiser's ads with the purpose of measuring the efficacy of an ad and to present targeted ads to the user.

test_cookie - Used to check if the user's browser supports cookies.

1P_JAR - Google cookie. These cookies are used to collect website statistics and track conversion rates.

NID - Registers a unique ID that identifies a returning user's device. The ID is used for serving ads that are most relevant to the user.

DV - Google ad personalisation

_reb2bgeo - The visitor's geographical location

_reb2bloaded - Whether or not the script loaded for the visitor

_reb2bref - The referring URL for the visit

_reb2bsessionID - The visitor's RB2B session ID

_reb2buid - The visitor's RB2B user ID

IDE, test_cookie, 1P_JAR, NID, DV, NID
IDE, test_cookie
1P_JAR, NID, DV
NID
hblid
_reb2bgeo, _reb2bloaded, _reb2bref, _reb2bsessionID, _reb2buid

Security

These are essential site cookies, used by the google reCAPTCHA. These cookies use an unique identifier to verify if a visitor is human or a bot.

SID, APISID, HSID, NID, PREF
SID, APISID, HSID, NID, PREF