jpadie wrote:

> 2.  the linux servers are debian 2.4.28 (so they say).  i read that 2.4 was
> not a stable release so i am assuming they mean 2.2.x  in any event 

With Debian 2.4.28 I think of a Debian release with kernel version
2.4.28. This means it is a Debian distribution with a self-compiled
kernel. No information about Debian release.

You might get some information about Debian release with
cat /etc/debian_version
or
cat /etc/issue
but the content need not to be the truth.

>     from this i would guess it would also use glibc2.2 and not 2.3 as you
> point out the debian woody (3) uses the earlier library.

The command
ldd --version
tells you the GNU libc version.

If I remember correct, phpinfo() has a line with libc version, too.

>    so next thing to try is to find sqlite.so compiled with glibc.so.  i have
> no way of compiling things on my systems and googling does not reveal
> anything.   Do any of you know a source of precompiled .so files?  

Why you don't use one of those Linux Live CDs? You get libraries, you
can decompress binary packages, pick the right files and you can compile.

Reply via email to