Hi.
I have a problem installing a linux program on FreeBSD 7.2. I installed linux compatibility tool when I installed FreeBSD. The linux program that i want to install need jre (the program script run some .jar). I installed jre (diablo-jre-freebsd7.i386.1.6.0.07.02.tbz) from http://www.freebsdfoundation.org/downloads/java.shtml, but it is jre for FreeBSD. I think I have to install jre for linux, because the linux program that i want to install doesn't work again. I tried to install linux-sun-jre16 and linux-sun-jre15 from ports, but without success.
For example, when i try to install linux-sun-jre16 ports i have this error (not copy/pasted, but handwritten, therefore there could be some error in copying):
I read this error message although i did everything you can read in this message.
Can somebody help me?
P.S. Sorry for my English, if it's not perfect.
:beergrin
I have a problem installing a linux program on FreeBSD 7.2. I installed linux compatibility tool when I installed FreeBSD. The linux program that i want to install need jre (the program script run some .jar). I installed jre (diablo-jre-freebsd7.i386.1.6.0.07.02.tbz) from http://www.freebsdfoundation.org/downloads/java.shtml, but it is jre for FreeBSD. I think I have to install jre for linux, because the linux program that i want to install doesn't work again. I tried to install linux-sun-jre16 and linux-sun-jre15 from ports, but without success.
For example, when i try to install linux-sun-jre16 ports i have this error (not copy/pasted, but handwritten, therefore there could be some error in copying):
Code:
# make install clean
======================================================================
Warning: This JRE may be unstable. You are advised to use the native FreeBSD 1.6 JDK, in ports/java/jdk16
This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs
filesystem for this work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to
your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
======================================================================
===> Extracting for linux-sun-jre-1.6.0.03
=> MD5 Checksum mismatch for jre-6u3-linux-i586.bin.
=> SHA256 Checksum mismatch for jre-6u3-linux-i586.bin.
===> Refetch for 1 more times files: jre-6u3-linux-i586.bin jre-6u3-linux-i586.bin
======================================================================
Warning: This JRE may be unstable. You are advised to use the native FreeBSD 1.6 JDK, in ports/java/jdk16
This Java VM will attempt to obtain some system information by accessing files in linux's procfs. You must install the Linux emulation procfs
filesystem for this work correctly. The JVM will exhibit various problems otherwise. This can be accomplished by adding the following line to
your /etc/fstab file:
linprocfs /compat/linux/proc linprocfs rw 0 0
and then, as root, executing the commands:
kldload linprocfs
mount /compat/linux/proc
======================================================================
=> jre-6u3-linux-i586.bin doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from [url]ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/[/url].
fetch: [url]ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/jre-6u3-linux-i586.bin:[/url] File unavaliable (e.g., file not found, no access)
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles and try again.
*** Error code 1
Stop in /usr/ports/java/linux-sun-jre16
*** Error code 1
Stop in /usr/ports/java/linux-sun-jre16
I read this error message although i did everything you can read in this message.

Can somebody help me?
P.S. Sorry for my English, if it's not perfect.
