Re: [leaf-user] Where to get libs for Bering uClibc ???

2004-01-07 Thread K.-P. Kirchdörfer
Am Dienstag, 6. Januar 2004 20:12 schrieb Hugues Belanger:
 Hi all,

 I see most people are not interested in helping me. 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'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)

Hugues;
pls keep in mind that most people had holidays, others with less luck had to 
work. It's no question of interest helping you, it's just a question of time.  

The libraries you are asking for have to be uClibc-based libs; the one from 
redhat won't work.

On the good side - libdl and libpthread are part of uClibc.

But I guess you have to recompile the java against uClibc (I do have the 
impression you just copied a jvm from redhat...)

Best advice I can give you, is to read the developer guide:
http://leaf.sourceforge.net/doc/guide/buc-devel.html

start building a java package from source:
http://java.sun.com/j2se/1.4.2/scsl/README.html

But this sounds not like a fun job - and therefor I'm shure none of the 
Bering-uClibc team gives java a high ranking right now.

For a little demo and NOT for production I'd like to point you to the 
so-called compat-libs (libc225.lrp - 
http://leaf.sourceforge.net/mod.php?mod=userpagemenu=91017page_id=51) 
- it may work or not.

kp

 



---
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=1278alloc_id=3371op=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


Re: [leaf-user] Where to get libs for Bering uClibc ???

2004-01-07 Thread Neil Schneider

K.-P. Kirchdörfer said:


 Best advice I can give you, is to read the developer guide:
 http://leaf.sourceforge.net/doc/guide/buc-devel.html

There's an error in the version set for uClibc which causes buildtool.pl
build buildenv. I'm trying to track down where I need to change the
configuration, but haven't found it yet. Any hints?

-- 
Neil Schneider  pacneil_at_linuxgeek_dot_net
   http://www.paccomp.com
Key fingerprint = 67F0 E493 FCC0 0A8C 769B  8209 32D7 1DB1 8460 C47D

If people concentrated on the really important things in life, there'd be
a shortage of fishing poles.  -- Doug Larson




---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html

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


[leaf-user] Where to get libs for Bering uClibc ???

2004-01-06 Thread Hugues Belanger
Hi all,

I see most people are not interested in helping me. 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'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)

Please help

Hugues



---
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=1278alloc_id=3371op=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


Re: [leaf-user] Where to get libs for Bering uClibc ???

2004-01-06 Thread Tony
UlibC is a replacement for GlibC.
Perhaps UlibC doesn't support GLIBC_PRIVATE call?

Have you tried asking the UlibC people how to resolve this error?
I suspect they could be of more specific help.

Now, as a disclaimer, I'm not a library expert either, and certainly can't
speak for any of the other people on the list...this was my best guess at a
sloution.

Tony



- Original Message - 
From: Hugues Belanger [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 06, 2004 2:12 PM
Subject: [leaf-user] Where to get libs for Bering uClibc ???


 Hi all,

 I see most people are not interested in helping me. 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'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)

 Please help

 Hugues



 ---
 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=1278alloc_id=3371op=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



---
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=1278alloc_id=3371op=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


Re: [leaf-user] Where to get libs for Bering uClibc ???

2004-01-06 Thread Lynn Avants
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=1278alloc_id=3371op=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