MRTG: Libpng error

Error: Signal was 11, Returncode was 0 gd-png:  fatal libpng error: Incompatible libpng version in application and library WARNING: rateup died from Signal 11 with Exit Value 0 when doing router ‘swap’ Fix: rpm -e –nodeps libpng10 cd /usr/lib ln -s libpng.so.3 libpng.so.2  

JDK : Installation

DOWNLOAD: http://java.sun.com/javase/downloads/index.jsp ls -la chmod 755 jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin ./jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin java -version updatedb;locate javac |grep bin alternatives –install /usr/bin/java java /usr/java/jdk1.6.0_02/bin/java 100 alternatives –install /usr/bin/jar jar /usr/java/jdk1.6.0_02/bin/jar 100 alternatives –install /usr/bin/javac javac /usr/java/jdk1.6.0_02/bin/javac 100 /usr/sbin/alternatives –config java /usr/sbin/alternatives –config java java -version Change the path as per the JDK version in alternatives command like alternatives –install /usr/bin/java […]

Avast installation error: Failed dependencies: libavastengine >= 4.7.0 is needed by avast4server-3.2.1-1.i586

Hello , If you try to install Avast antvirus on Linux server using rpm you may get error as below : root@myserver [~]# rpm -ivh avast4server-3.2.1-1.i586.rpm error: Failed dependencies: libavastengine >= 4.7.0 is needed by avast4server-3.2.1-1.i586   then you will need to install avast! kernel library  libavastengine for this package You  can download it from […]