• 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

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