Raspbian - GD and curl modules missing

Hi folks. :slight_smile:

I’m planning to install Nextcloud on a shared host and wanted to do a dry run on my Raspberry Pi, model B version 3, with the latest version of Raspbian.

I’ve installed mariaDB, apache, mod_php and a bunch of php modules. When I surf to the setup-nextcloud.php page it loads fine. Clicking Next gives a message saying that the PHP modules GD and curl are missing. I tried to install them like so:

pi@raspberrypi:/var/www/html $ sudo apt-get install php5-curl php5-gd Reading package lists... Done Building dependency tree Reading state information... Done php5-curl is already the newest version. php5-gd is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.

There are no other issues flagged, so hopefully I’m pretty close.

TIA!

Jhanarato

Did you restart the webserver? Normally the new modules are enable dy default, but you can double-check the setting in /etc/php*/…

Good advice. After switching my pi on today the script indicates all dependencies are met.

Thanks again,

Jhanarato

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.