• Support
  • I need to install PHP Extensions like: Fileinfo and mbstring among others

I need to install PHP Extensions such as: Fileinfo and mbstring among others, how can I do it from the control panel?
Or can I just download it manually and compile it to be able to have it?

    9 months later

    if you have installed extentions from within the panel, if it is still not enabled please restart the php service, if it is not working then please restart the server and enable the php service again.

    5 days later

    Can't get mbstring on extension list

    Please let me know how to install mbstring on php 8.3 on aaPanel

    Hello, what web service are you using? Try reinstalling php. And check the installation process for errors,
    What is your CPU architecture? What is a server operating system?

    faroque

      9 days later
      11 days later

      Hello ! I am also fetching the same issue! i did install all extensions on php8.3 but they arrent displayed in aapanel

        aaP_sam7075938131
        Hi, can you give us your aapanel information? The server makes a snapshot backup first, if possible, please send it to kern@aapanel.com.
        It is recommended to fill in the following
        Post link:
        SSH IP address, account password and port:
        aapanel login link address and account password:

        No post link will not be able to know which user's information is, and the problem will not be processed

        2 months later

        My system server use Alma 9.3 (Shamrock Pampas Cat) x86_64(Py3.7.8) have same issue when install mbstring on php8.3
        This is some last line of execution log:

        checking if zts is enabled... no
        checking for gawk... gawk
        checking whether to enable multibyte string support... yes, shared
        checking whether to enable multibyte regex support (requires oniguruma)... yes
        checking for oniguruma... no
        configure: error: Package requirements (oniguruma) were not met:

        Package 'oniguruma', required by 'virtual:world', not found

        Consider adjusting the PKG_CONFIG_PATH environment variable if you
        installed software in a non-standard prefix.

        Alternatively, you may set the environment variables ONIG_CFLAGS
        and ONIG_LIBS to avoid the need to call pkg-config.
        See the pkg-config man page for more details.
        make: *** No targets specified and no makefile found. Stop.
        error
        |-Successify --- Command executed! ---

        After some hour of searching, finally i can know what happen.
        "Package 'oniguruma', required by 'virtual:world', not found" => the configure not run complete =>make: *** No targets specified and no makefile found. Stop.
        Run the command dnf --enablerepo=crb install oniguruma-devel will solve problem.