• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Need to add PHPlist to application vault

H

hegebutt

Guest
I have psa 7.5.4 on a VDS, so my updater does not work. I need to find a way to install PHPlist without using the updater.

I typically use ART RPMs, but I don't see PHPlist available there. I've done some searching and cannot find an RPM. Anyone know where I can find a PHPlist RPM for RHEL3?
 
It doesn't appear that you will need an RPM to install the PHPlist program. You can download the gzipped tar file from sourceforge, untar the file and then follow the setup instructions in the INSTALL file. The list is available at:

http://sourceforge.net/project/showfiles.php?group_id=91074&package_id=95939

Choose a version, and then choose a download location. You'll then see a download url at the top of the page. If you copy that url and then run the following from the shell, it will get you started:

wget <url>
tar -zxf <downloaded.tgz>

you then have the phplist directory, and can install from there.
 
Is there a way to install it so that it becomes part of the Application Vault?
 
Back
Top