• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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