• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

plesk 801 on centos4.4

Z

zeki79

Guest
hello
i get this message on a centos4.4 on vmware during the installation:

Warnung: /source/plesk/PSA_8.0.1/update-rpm-CentOS-4.2-i386/tomcat5-5.0.30-11jpp.noarch.rpm: V3 DSA signature: NOKEY, key ID c431416d
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
/usr/bin/build-jar-repository: error: JAVAVER_LIBDIR /usr/share/java- does not exist or is not a directory
Fehler: %post(tomcat5-5.0.30-11jpp.noarch) scriptlet failed, exit status 5
[root@star plesk]# cd /tmp


any tips?
thanks
zeki
 
Make sure the required java packages are installed first and then try the following

Code:
# rpm --install --nosignature <packagename>

This worked for me on a package that complained about signature.
 
Back
Top