[freenet-support] Freenet not starting, complaining about libc

2005-03-24 Thread Evert Meulie
Hi all!

Attempting to install Freenet on my Gentoo linux system. I am NOT using the 
Gentoo ebuild, but the freenet-latest general version.

What I currently get is:
./start-freenet.sh 

Detected freenet-ext.jar
Detected freenet.jar
Sun java detected.
head: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
sed: error while loading shared libraries: libc.so.6: cannot open shared object 
file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
grep: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Sun Java 1.4.2 detected.
uname: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Starting Freenet now: Command line: java -Xmx128m freenet.node.Main
nice: error while loading shared libraries: libc.so.6: cannot open shared 
object file: No such file or directory
Done



Who has any suggestions on how to fix this...?


Regards,
Evert

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet not starting, complaining about libc

2005-03-24 Thread Todd Walton
On Thu, 24 Mar 2005 15:31:27 +0100, Evert Meulie [EMAIL PROTECTED] wrote:

 error while loading shared libraries: libc.so.6: cannot
 open shared object file: No such file or directory

Have you checked to see whether libc.so.6 is there?  It should be in
/lib and /lib/tls, and will look like this:

-rwxr-xr-x  1 root root 1294992  libc-2.3.4.so*
lrwxrwxrwx  1 root root  13  libc.so.6 - libc-2.3.4.so*

If they're there, check the permissions against the above.  If they're
not there (and maybe even if they are) try re-emerging glibc.

-todd
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


RE: [freenet-support] Freenet not starting, complaining about libc

2005-03-24 Thread Evert Meulie
I managed to fix it, with some pointers from
http://forums.gentoo.org/viewtopic-t-272378-highlight-freenet.html

Basically what I did was comment out anything related to LD_ASSUME_KERNEL,
and now it seems to work the way it should...


Regards,
Evert 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Todd Walton
Sent: Thursday, March 24, 2005 4:59 PM
To: 
Subject: Re: [freenet-support] Freenet not starting, complaining about libc

On Thu, 24 Mar 2005 15:31:27 +0100, Evert Meulie [EMAIL PROTECTED] wrote:

 error while loading shared libraries: libc.so.6: cannot open shared 
 object file: No such file or directory

Have you checked to see whether libc.so.6 is there?  It should be in /lib
and /lib/tls, and will look like this:

-rwxr-xr-x  1 root root 1294992  libc-2.3.4.so*
lrwxrwxrwx  1 root root  13  libc.so.6 - libc-2.3.4.so*

If they're there, check the permissions against the above.  If they're not
there (and maybe even if they are) try re-emerging glibc.

-todd
___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

___
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]