
Modules can be enabled/disabled via the php5enmod tool ( phpenmod on later distros) which is part of the php-common package.Įnabled modules are symlinked in /etc/php5/conf. Author nakamuraos on Background Knowledge Configuration structure Navicat create a folder /. You can also need re-run this script some times if its not working. Ubuntu 20. In that case, it won't show up when running php -m, but it will show up in the list of installed Ubuntu packages. Apply OS: Linux Apply Navicat Product: All Apply Navicat Version No.: Version 3 or above Navicat Data Modeler version 3 started. Please close Navicat Premium before run this script. It is possible that an installed module has been disabled. Related: Enabling / disabling installed php modules Or, for Ubuntu 16.04 and higher: sudo apt-cache search php | grep "^php7"Īs you have mentioned, there is plenty of information available on the actual installation of the packages that you might require, so I won't go into detail about that here. You can then install the needed modules by selecting from the available Ubuntu php packages, which you can view by running: sudo apt-cache search php | grep "^php5-" This is helpful since Ubuntu makes php modules available via packages. Download a free 14 days trial of Navicat Premium and try the latest features in Navicat 16.

To get the list of installed php modules, you will probably find it helpful to get the list of the currently installed php packages in Ubuntu: sudo dpkg -get-selections | grep -v deinstall | grep php Checking for installed php modules and packages
