• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How can I install Frontpage support??

dragnovich

Basic Pleskian
Hello I have Linux RedHat with Plesk 7.5.4 installed...

Im leasing the server in EV1 Servers, and the server came PRECONFIGURED...

I have 2 customers that requires FrontPage on their sites, but It seems that the component is not installed ... I search in the SWSoft site and did not find it to Download even for purchase...

I check the "Component Info" and get...
bind 9.2.4-7_EL3
coldfusion Component was not installed
coldfusion-support 7.3-2.96.128
courier-imap 3.0.8-rhel3.build75050824.12
drweb Component was not installed
drweb-qmail Component was not installed
frontpage Component was not installed
httpd 2.0.46-56.ent

So how do I install Frontpage support ????
 
in the controlpanel:

server -> updater -> Plesk 7.5.4 -> Frontpage 2002 support

tag it and install it.
 
The Installation Fails ....
First it plase a HUGE list of modules.. and the try to install them some are installed, other are skiped, and some are not installed and then it says at the end....

PHP:
Preparing for packages installation...
----- begin of output -----
Installing php-pgsql-4.3.2-23.ent.i386.rpm
error: Failed dependencies:
php = 4.3.2-23.ent is needed by php-pgsql-4.3.2-23.ent

----- end of output -----
===> Autoinstaller: stopped logging at Wed Mar 29 10:07:26 2006

***** end of log file *****

So how do I install or what do I need to install first?? or change in the server...

This is a link for the installation log ...
http://www.qdgroup.com/install_log.txt

Some ideas???
 
You need to update your php.
For example within fedora:

yum update php
 
it seems you have a different/newer php version installed than the standard RHEL 4.3.2-version. Install manually the php-pgsql rpm of your php version, then run the updater again.
 
Thanks for your answer.. but I had just installed a RPM file one time, and dont know the exact procedure so can you tell me the commands I need to run to install the php-pgsql rpm ???

I remember that I needed to download the rpm file using wget but from where, do I download it?? and once downloaded wich commands do I need to run ?

# rpm (?????) file.rpm ???

Thanks any way for the help
 
rpm -Uvh <PACKAGENAME>

ps. I think its essential to have some unix/linux OS knowledge when you're a server administrator.
 
Back
Top