Plesk 12 LiteSpeed Extension install issue

#1
Hi,

Wanted to install the extension in Plesk 12, but it's not happening as described in install guide.
The extension install itself, and when clicking on it in Extension management, I get the following:


Please manually run the script to finish installation


  • For security reasons, please login as root user via ssh to manually run the following command:

    sh /usr/local/psa/admin/plib/modules/litespeed/scripts/install_scripts

    If successful, remove the installation script:

    rm /usr/local/psa/admin/plib/modules/litespeed/scripts/install_scripts

when running the commands, getting the following error>

Can't open /usr/local/psa/admin/plib/modules/litespeed/scripts/install_scripts

Checked the locations of the installed files, and on Debian it's location is:

/opt/psa/admin/plib/modules/litespeed/scripts/


Then I ran the sh command with the new location where the install_scripts located in my server, and then I get the following error:

chmod: cannot operate on dangling symlink `install_lsws_plesk'
chmod: cannot operate on dangling symlink `lsws_cmd'
chmod: cannot operate on dangling symlink `uninstall_lsws_plesk'
**ERROR** failed to chmod scripts under /usr/local/psa/admin/bin/modules/litespeed/


Any idea to make it work??
 

Lauren

LiteSpeed Staff
Staff member
#2
Current extension assumes your Plesk installed at /usr/local/psa.
We'll need to update it to detect the real location.
Meanwhile, is it possible for you to create a symbolic link?
ln -s /opt/psa /usr/local/psa

And give a try.
I'll update this thread once our fix is ready.

Thanks for letting us know.
Lauren
 

Lauren

LiteSpeed Staff
Staff member
#3
We have updated the download package to 1.2.1. You can download and try again. For plesk 12, you should not need to manually run any scripts, that's only for plesk 11.
 
Top