CentOS 3.8 Server Questions, SeaMonkey Mozilla And Java

Home » CentOS » CentOS 3.8 Server Questions, SeaMonkey Mozilla And Java
CentOS 13 Comments

In order to run a certain software package that runs as a java applet I had to install CentOS 3.8 on a 32-bit server. After installation I upgraded the installation using yum after repointing the configuration file to vault.CentOS.org. This worked fine, however, I still have to resolve two problems:
– I’d would like to make the EPEL repository available but have not been able to find if old EPEL software packages are stored somewhere else for non-supported versions of CentOS?
– I am trying to get Java 1.4.1 running in SeaMonkey Mozilla 5.0, the latest version I have been able to find for CentOS 3.8, but have not had success to date. My current understanding is that I need to create a symbolic link to a Java .so file in the Mozilla plugin directory but must be doing something wrong since I cannot get Java to show up as a plugin using about:plugins in SeaMonkey Mozilla.

Is anyone able to offer suggestions?

Thank you.

H

13 thoughts on - CentOS 3.8 Server Questions, SeaMonkey Mozilla And Java

  • There is a JVM available that runs just fine on all new supported versions of CentOS (5.11, 6.7 and 7.2) and EPEL as well. My suggestion is you install and run something that is supported and not full of major security holes.

    If you choose to run something years out of date such as CentOS 3, regardless of the reason, you are quite on your own, it is already broken and you get to keep the pieces.

    Peter

  • you WANT to run something completely unsupported from about 10 years ago which apparently requires software thats known to be insecure and buggy as all heck. its 2015, not 2005, 10 years is an eternity in the computer industry.

    whatever this 10 year old application is you’re trying to get running, it needs to be dragged into a present day state of support. if this requires reimplementing the clientside applet entirely, so be it. Do note, Java applets running in web browsers are an almost entirely deprecated technology as there’s been a non-stop stream of security problems with the whole java applet concept and implementation. J2SE
    1.4, a version that was new in 2002, was desupported in 2008.

    re; EPEL, as I understand, EPEL drops old versions like a rock the minute they are desupported.

  • That was probably partly Peter’s point: you are very unlikely to get any helpful responses if you are running 3.8, and you are therefore likely on your own. That’s probably not the response you were hoping for but it may be the best response you’re going to get.

    –keith

  • Just for your information I was working for a local ISP a few months ago, that uses microwave radio links to connect various hilltop radio access points and thus provide high speed internet access to rural clients in hard to reach terrain. Some of the kit used had a management interface that ONLY ran on an old, very specific version of java. No, the supplier was not interested in providing updates, what they provided – worked. The network was essentially private, thus difficult for the great unwashed to gain access and then in some way compromise the system. BTW, the particular version of java was only supported on WindozeXP and an old version of IE – thus it ran in a virtualbox and was only made alive when access to the radio system was required. welcome to the real world of
    2016, there are lots of bespoke systems providing real value and definitely not affordable to replace in the cut throat world of a local ISP.

  • This is a sad truth, but it doesn’t mean that CentOS or EPEL should even *try* to support them.

    If you’re going to run an unsupported, out of date, insecure system, you will have to run your own infrastructure to support it.

    Also, if it were me, I’d be trying to get the bare minimum requirements running on a supported OS, perhaps in a VM or container.


    Jonathan Billings

  • That is correct, not only do I want to, I need to.

    Thank you for your explanation of the EPEL policy.

  • Thank you. I was able to resolve the problem: apparently there was some incompatibility between SeaMonkey Mozilla 1.0.9 and Java 1.4.1_09 caused by different compiler versions.

    I downloaded Mozilla 1.7.13 from the Mozilla website and Java 1.4.2_19 from Oracle’s archive and was able to get it to work. The Java applet (LSI eArrayDirector) now runs and I will use it to configure the fibre channel array tomorrow.

  • All I can tell you is that CentOS 3.(anything) is no longer secure at all. If this machine in any way touches the internet, expect that it will be hacked. You can try to minimize the issues by only opening ports that are absolutely required, but there issues that would be rated critical if that branch was being maintained.

    On top of that, java is one of the least secure packages out there, and they have critical updates all the time .. which means if that is what you want to do on this box, then it is doubly insecure.

    But that is your call, not mine.

    EPEL was never released for RHEL-3 / CentOS-3 (that I can find). There were not even any of these extra packages for EL3:
    http://CentOS.karan.org

    If you must use a CentOS-3.x .. you should use 3.9, which is 3.8 + the updates from here:

    http://vault.CentOS.org/3.9/updates/

    But, I want to reiterate, it will in no way be even close to secure.

    Thanks, Johnny Hughes