• 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

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