On Tuesday 06 January 2004 01:12 pm, Hugues Belanger wrote: > Hi all, > > I see most people are not interested in helping me.
It's not that. I seriously doubt that anyone has this compiled already and it is probably going to take a LOT of time to compile if it is even possible. Rather it doesn't appear that anyone wants to donate a lot of time to attempt an unlikely end result that few people outside of yourself are interested in using. Time is a commodity for most of the development team. > I'm trying to add java > support to Bering for a little demo we are doing and I'm having a [EMAIL PROTECTED] > of > of time doing it. Excuse my ignorance, but I'm not linux expert...! I'll bet it will be difficult. Getting running Java support can be rough on Linux unless someone has already packaged it for you. LEAF in any form is far from an ideal platform to do so. > I'm trying to add libpthread and libdl from a redhat 7.3 distro and I'm > getting this error when calling /usr/local/j2re/bin/java : > > /lib/libc.so.6: version `GLIBC_PRIVATE' not found (required by > /lib/libpthread.so.0) RedHat-7.3 uses Glibc-2.1.x or Glibc-2.2.x, not Uclibc.... it should segfault if it attempts to run. You need to either compile these libraries with Uclibc, compile them statically, or load the compatible glibc-library for Bering-uclibc on your disk. I'm sorry this isn't much help, possibly one of the Bering-uclibc developers will be able to give a little better information on a path to take or be willing to attempt to package these binaries for you. -- ~Lynn Avants Linux Embedded Appliance Firewall Developer http://leaf.sourceforge.net http://guitarlynn.homelinux.org:81 ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
