• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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