Home > Java > JPackage on Fedora Core 3

JPackage on Fedora Core 3

December 30th, 2004

I wanted to install Tomcat and ant on my new Fedora Core 3 box. Installing Tomcat failed, because I was missing jta. Since jta is a non-free package, you need to jump through some hoops.

So, I jumped the hoops and then jta was complaining about missing java-devel. I had actually installed J2SDK from Sun’s RPMs. I decided to go the full-blown JPackage route and install the J2SDK their way. Fine and dandy. Except, the RPMs built via the JPackage build process wouldn’t install! They complained about not having the Java .so files (but I thought that’s what I was installing!). Michael Peters to the rescue: Java in Fedora Core 3 mentions this problem, and he provided a SPEC file to fix this.

Sadly, I was still missing a library that java wanted. Michael Peters’ page also listed the magic incantation to get Sun’s RPM working with JPackage: yum install java-1.4.2-sun-compat. I missed that on the JPackage site.

Java

  1. James
    February 5th, 2005 at 02:12 | #1

    had to install ftp://rpmfind.net/linux/fedora/core/3/i386/os/Fedora/RPMS/xorg-x11-deprecated-libs-6.8.1-12.i386.rpm
    to resolve a libXp.so.6 problem

    I got another error trying to install the jdbc package, can’t figure that one out…

  2. dnv
    March 9th, 2005 at 15:48 | #2

    you have to install unixODBC package

  3. Anonymous
    March 27th, 2005 at 06:02 | #3

    you have to
    yum install openmotif

  1. No trackbacks yet.