• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved php dev packages not available on Ubuntu

becker.enterprises

New Pleskian
Hi, on my Ubuntu 18.04 I do not have the "plesk-phpXX-dev" packages?!
The OS is preinstalled by the hoster (hetzner), maybe he left the sources out?

These are the sources via apt-get update:
Code:
root@webserver ~ # apt-get update
Hit:1 http://mirror.hetzner.de/ubuntu/packages bionic InRelease
Get:2 http://mirror.hetzner.de/ubuntu/packages bionic-backports InRelease [74.6 kB]
Hit:3 http://autoinstall.plesk.com/ubuntu/PMM_0.1.10 bionic InRelease
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:5 http://de.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://de.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:7 http://mirror.hetzner.de/ubuntu/packages bionic-security InRelease [88.7 kB]
Get:8 http://mirror.hetzner.de/ubuntu/packages bionic-updates InRelease [88.7 kB]
Hit:9 http://de.archive.ubuntu.com/ubuntu bionic-backports InRelease
Fetched 341 kB in 1s (315 kB/s)
Reading package lists... Done

these are all plesk-php73 packages available, it is the same for all the other php versions:

Code:
root@webserver ~ # apt-cache search plesk-php73
plesk-php73-snmp - A module for PHP applications that query SNMP-managed devices
plesk-php73-mbstring - A module for PHP applications which need multi-byte string handling
plesk-php73-intl - Internationalization extension for PHP applications
plesk-php73-process - Modules for PHP script using system process interfaces
plesk-php73-sodium - Wrapper for the Sodium cryptographic library
plesk-php73-imap - A module for PHP applications that use IMAP
plesk-php73-tidy - Standard PHP module provides tidy library support
plesk-php73-bcmath - A module for PHP applications for using the bcmath library
plesk-php73-redis - PHP extension for interfacing with Redis
plesk-php73-opcache - The Zend OPcache
plesk-php73-enchant - Enchant spelling extension for PHP applications
plesk-php73-ioncube-loader - PHP ionCube Loader
plesk-php73-gd - A module for PHP applications for using the gd graphics library
plesk-php73-cli - Command-line interface for PHP
plesk-php73-pear - PHP Extension and Application Repository framework
plesk-php73-pdo - A database access abstraction module for PHP applications
plesk-php73-pgsql - A PostgreSQL database module for PHP
plesk-php73-dba - A database abstraction layer module for PHP applications
plesk-php73-odbc - A module for PHP applications that use ODBC databases
plesk-php73-xml - A module for PHP applications which use XML
plesk-php73-mysql - A module for PHP applications that use MySQL databases
plesk-php73-xmlrpc - A module for PHP applications which use the XML-RPC protocol
plesk-php73-imagick - Provides a wrapper to the ImageMagick library
plesk-php73-xdebug - Xdebug Module for PHP
plesk-php73-soap - A module for PHP applications that use the SOAP protocol
plesk-php73 - PHP scripting language for creating dynamic web sites
plesk-php73-fpm - PHP FastCGI Process Manager
plesk-php73-ldap - A module for PHP applications that use LDAP
plesk-php73-pspell - A module for PHP applications for using pspell interfaces

Do have to add any extra sources?!
 
I have installed plesk-php73 without any problems with Plesk installer first and then

# apt-get install plesk-php73-dev

As result I see:

# apt-cache search plesk-php73 | grep dev
plesk-php73-dev - Files needed for building PHP extensions
 
In the meantime, I found the problem.
The file /etc/apt/sources.list.d/plesk.list is missing :/

Can anyone tell me the correct content of this file for Ubuntu 18.04, Plesk Obsidian 18.0.21 Update #4?

[Edit]
OK, fixed it by myself. I just installed a package via the plesk installer and it added the missing sources list.
 
Last edited:
Back
Top