Re: A Library Issue

2006-07-10 Thread Lowell Gilbert
Bob [EMAIL PROTECTED] writes:

 I just completed installing a new Freebsd Workstation. It was installed
 totally on-line via ports over my DSL connection. It took almost 6
 days to download/compile/install a full KDE system, and it rocks!

 After 20-odd years of using SCO then Linux, this freebsd is refreshing.

 I have installed Mozilla, Firefox, and Seamonkey as browsers, and have
 successfully installed the Flash Plugin for them.

 I installed the Sun Java VM 1.4.2 as per the docs, but when I do an
 about:plugins in any of the browsers I get the following error:

 [Shared object libdl.so.2 not found, required by libjavaplugin_oji.so]

 A locate libdl returns:

 /usr/compat/linux/lib/libdl-2.3.2.so
 /usr/compat/linux/lib/libdl.so.2

That's the Linux version, not a native dl library.

Personally, I don't *have* a native dl library, and I have the regular
native JDK 1.4 installed on the box I'm sitting in front of.

 So, I then did a ports install of the Blackdown JDK 1.4.2
 but it too can't find the same library.

 I am at a bit of a loss here, and don't want to stary hacking away at
 this nice clean install :-)

Quite reasonable.

What actual Java-related ports do you have installed?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A Library Issue

2006-07-10 Thread Jonathan Chen
On Mon, Jul 10, 2006 at 03:41:30AM -0400, Bob wrote:

[...]
 I installed the Sun Java VM 1.4.2 as per the docs, but when I do an
 about:plugins in any of the browsers I get the following error:
 
 [Shared object libdl.so.2 not found, required by libjavaplugin_oji.so]

Have you tried installing the navive JDK 1.4.2? It's more stable than
the Linux-version on FreeBSD, and ties in better to the native binaries.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
With sufficient thrust, pigs fly just fine. However, this is not necessarily
a good idea. It is hard to be sure where they are going to land, and it
could be dangerous sitting under them as they fly overhead. -- RFC 1925
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A Library Issue

2006-07-10 Thread Bob
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Lowell Gilbert wrote:

 
 What actual Java-related ports do you have installed?

Thanks Lowell!

I have installed linux-sun-jdk14 and  linux-blackdown-jdk14

H looking back into the ports tree I see:

jdk14 Described as:

This is the latest patchset from the Java 2 FreeBSD porting project.
This port allows you to easily build a native JDK1.4.2 for FreeBSD.

This is the Native Port???

If so, I need to make deinstall both of the JDKs and install this one! Yes?

If so, this is where I screwed up And now that I think about it, I
originally tried to make /usr/ports/java/jdk14, but the compile bombed,
so I then went to the linux-* javas Silly me :-(

Best Regards
Bob

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2.2 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEss86AexE5bK/mHkRAg4+AJ4pwzma2O586wIcAKy+2EWMXhA+XwCfdAx6
GHwVXWfuOIV9MQuJO9esCZA=
=hFsF
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A Library Issue

2006-07-10 Thread Jonathan Chen
On Mon, Jul 10, 2006 at 06:05:47PM -0400, Bob wrote:

 This is the latest patchset from the Java 2 FreeBSD porting project.
 This port allows you to easily build a native JDK1.4.2 for FreeBSD.
 
 This is the Native Port???

Yes.

 If so, I need to make deinstall both of the JDKs and install this one! Yes?

Don't. The native port makes use of the Linux-JDKs to bootstrap the
compilation. Once the native JDK is installed, you can safely remove
the linux-emulated JDKs.

The port will make links to any installed browswer for you as well.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
Irrationality is the square root of all evil
  - Douglas Hofstadter
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]