Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2024 Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024. Please take this short survey: https://pt-research.typeform.com/to/AmZvSXkx
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.
I have Debian and when I type
apt-get install openssl-devel
I receave :
E: Unable to locate package openssl-devel
I find on Google that was libssl.dev it works
I have installed several packages but I have another bug in the ./configure :
configure: error: Unable to locate gmp.h
I can't resolve this can you help me please ?
i have executed ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h and it works now I have :
Cannot find imap library (libc-client.a). Please check your c-client installation.
i have executed ln -s /usr/include/x86_64-linux-gnu/gmp.h /usr/include/gmp.h and it works now I have :
Cannot find imap library (libc-client.a). Please check your c-client installation.
Hi Milan
I have two problems :
1 Have I to do simply "make" (but in this case I don't have the address of the executable PHP) or to do "make install" two ?
2 In my MakeFile I have some "PHP 5.6.3" for example in Pear, why ?
Thank you
If you want to change the path "/usr/local/php563-cgi/", you need to rerun the compilation after uninstaling the current compilation using the below command.
Use the make command to uninstall or equivalent supported command to uninstall files. You need to read INSTALL or README file in source code to find out more about this method.
make uninstall
>> 2 In my MakeFile I have some "PHP 5.6.3" for example in Pear, why ?
The makefile is created once the configure command is executed. It is now having the entries according to the previous configure command execution.
This 'make uninstall' command will reset the makefile and it will create the makefile after executing the configure command with your preferred options.
I don't succeeded to compile and install PHP 5.2.11 but I saw here that it would be more easy : https://kb.plesk.com/125146
but I don't see the "add/remove components" in my Plesk interface, where is it please ?