Install Php Mbstring Extension Debian Jessie

5/26/2019
15 Comments

Install php-mbstring

Driver agent plus torrent. Installing php-mbstring package on Debian Unstable (Sid) is as easy as running the following command on terminal:

php-mbstring package information

distroDebian Unstable (Sid)
sectionMain
namephp-mbstring
version1:7.0+35
description MBSTRING module for PHP [default]
subsectionphp
maintainerDebian PHP Maintainers

More information about apt-get install

Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.

apt-get is the command-line tool for handling packages, and may be considered the user's 'back-end' to other tools using the APT library.

apt-get install is followed by one or more packages desired for installation or upgrading. Each package is a package name, not a fully qualified filename. All packages required by the package(s) specified for installation will also be retrieved and installed. The /etc/apt/sources.list file is used to locate the desired packages. If a hyphen is appended to the package name (with no intervening space), the identified package will be removed if it is installed. Similarly a plus sign can be used to designate a package to install. These latter features may be used to override decisions made by apt-get's conflict resolution system.

Melodious Bhagavad-Gita Audio in Sanskrit,Hindi,English,German,Bengali,Urdu,Gujarati. Listen and FREE download the original celestial song sung by Lord. The complete Bhagavad Gita recited in Hindi (These recordings produced by EternalReligion.org. Please visit them for more information on Bhagavad Gita.) (f. Free download shrimad bhagavad geeta hindi mp3. Mar 1, 2018 - 1603 results. Free Download Shrimad Bhagwat Geeta 18 Adhyay mp3, Sanskrit By Anuradha Paudwal To download shrimad bhagwat geeta. Oct 6, 2013 - BHAGAVAD GITA Verses in Hindi (गीता सार). Subject: In Hindi. Can also be downloaded via torrent. 51,875 Views.

See Also

I'm trying to install ZeroMQ on my Debian server.

As per the instructions, I've installed libzmq-dev with aptitude, and now I'm trying to install the PHP bindings. Here I managed to install pecl, and installed zmq-beta. I edited my /etc/php5/apache2/php.ini config to include the extension.

After restarting Apache, my phpinfo() shows that ZMQ is enabled.

In one of my projects, I use composer to pull in some PHP packages, one of which called React. However I'm given the error message:

react/zmq v0.2.0 requires ext-zmq * -> the requested PHP extension zmq is missing from your system.

My extension_dir is pointing to /usr/lib/php5/20100525 from my php info, I'm not sure if this is correct.

Anyone got any clues?

AliasAlias

1 Answer

Turns out that I ran php -m and the extension wasn't there. Running php -i shows the config being loaded from /etc/php5/apache2/cli/php.ini. Updated that and it worked.

AliasAlias

Not the answer you're looking for? Browse other questions tagged phpdebian or ask your own question.