Hello;
I've just tried to install to my FreeBSD 7.x using diablo-jre-freebsd6.i386.1.5.0.07.01.tbz located in /usr/ports/packages and
returned
couldn not find package javavmwrapper-2.0_6
then I did:
thinkin the higher version of javavmwrapper would cause no problem
but it caused the foollowing error
Clearly. there's a strange version incompatibility here.
Do I absolutely have to find the exact matching versions; if I do that it will mean I have to degrade the xorg version, which might cause further incompatibilities . How should I proceed?
Thanks.
I've just tried to install to my FreeBSD 7.x using diablo-jre-freebsd6.i386.1.5.0.07.01.tbz located in /usr/ports/packages and
Code:
cd /usr/ports/packages
pkg_add diablo-jre-freebsd6.i386.1.5.0.07.01.tbz
couldn not find package javavmwrapper-2.0_6
then I did:
Code:
cd /ports/java/javavmwrapper and
make installed javavmwrapper-2.3.2
but it caused the foollowing error
Code:
pkg_add: warning : package diablo-jre-freebsd6.i386.1.5.0.07.01 requires xorg-libraries-6.9.0 but xorg-libraries-7.4 is installed.
pkg_add: warning : package diablo-jre-freebsd6.i386.1.5.0.07.01 requires javavmwrapper-2.0_6 but javavmwrapper-2.3.2 is installed.
Clearly. there's a strange version incompatibility here.
Do I absolutely have to find the exact matching versions; if I do that it will mean I have to degrade the xorg version, which might cause further incompatibilities . How should I proceed?
Thanks.