• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

java-1.4.2-sun.spec !

ArdRi

Member
Ich glaube ich bin zu dumm........................
Möchte gerne auf meinem RedHat Root Server OpenXchange installieren. Lese auch aufmerksam die Docs auf http://sietse.net/exoops/modules/OpenXchange/
Bis zu dem Punkt Java Stuff hat alles geklappt................dann steht dort geschrieben..........
Code:
Java stuff

I found documentation for most needed javastuff on http://docs.indymedia.org/view/Local/UkDevServer.

Here is the short version.
Download software from Sun

Download the following software from Sun and put them in /usr/src/redhat/SOURCES:

http://java.sun.com/j2se/1.4.2/download.html and download j2sdk-1_4_2_06-linux-i586.bin
http://java.sun.com/products/javamail/downloads/index.html and download javamail-1_3_2-upd.zip.
http://java.sun.com/products/javabeans/glasgow/jaf.html and download jaf-1_0_2-upd.zip.
http://java.sun.com/products/jta/ and download the class files and javadocs.
Create packages for the Sun software
cd /usr/src/redhat/SPECS
rpmbuild -ba java-1.4.2-sun.spec
rpm -Uvh /usr/src/redhat/RPMS/i586/java-1.4.2-sun-1.4.2.06-1jpp.i586.rpm
rpm -Uvh /usr/src/redhat/RPMS/i586/java-1.4.2-sun-devel-1.4.2.06-1jpp.i586.rpm
vi /usr/src/redhat/SPECS/javamail.spec -- remove the line Obsoletes: javamail-monolithic
rpmbuild -ba javamail.spec
rpmbuild -ba jaf.spec
rpmbuild -ba jta.spec
cd /usr/src/redhat/RPMS/noarch
rpm -Uvh jaf-1.0.2-4jpp.noarch.rpm javamail-1.3.2-1jpp.noarch.rpm javamail-monolithic-1.3.2-1jpp.noarch.rpm jta-1.0.1-0.b.3jpp.noarch.rpm
habe alle Datein runtergeladen und in das entsprechende Verzichnis gepackt..................
Führe dann den Befehl rpmbuild -ba java-1.4.2-sun.spec aus..............und es erscheint No such File or Directory...................Was habe ich falsch gemacht ????
 

oc2pus

Ultimate Guru
schaust du hier:
[TIP] SuSE 9.x und JDK 1.5.x
http://www.linux-club.de/viewtopic.php?t=21665
 
Oben