Re: linux app port, "version `GLIBC_2.4' not found"

2008-02-04 Thread Beech Rintoul
On Monday 04 February 2008, Dmitry Marakasov said: > * Beech Rintoul ([EMAIL PROTECTED]) wrote: > > > I'm trying to port a linux app, and it says: > > > > > > % ./app > > > ./app: /lib/obsolete/linuxthreads/libc.so.6: version > > > `GLIBC_2.4' not found (required by ./app) > > > > > > Seems like li

Re: linux app port, "version `GLIBC_2.4' not found"

2008-02-04 Thread Alexander Leidinger
Quoting Dmitry Marakasov <[EMAIL PROTECTED]> (from Mon, 4 Feb 2008 17:52:13 +0300): * Beech Rintoul ([EMAIL PROTECTED]) wrote: > I'm trying to port a linux app, and it says: > > % ./app > ./app: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' > not found (required by ./app) > > Seem

Re: linux app port, "version `GLIBC_2.4' not found"

2008-02-04 Thread Dmitry Marakasov
* Beech Rintoul ([EMAIL PROTECTED]) wrote: > > I'm trying to port a linux app, and it says: > > > > % ./app > > ./app: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' > > not found (required by ./app) > > > > Seems like linux_base-fc4 is too old for this application, as it > > requires gl

Re: linux app port, "version `GLIBC_2.4' not found"

2008-02-03 Thread Beech Rintoul
On Sunday 03 February 2008, Dmitry Marakasov said: > Hi! > > I'm trying to port a linux app, and it says: > > % ./app > ./app: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' > not found (required by ./app) > > Seems like linux_base-fc4 is too old for this application, as it > requires gl

linux app port, "version `GLIBC_2.4' not found"

2008-02-03 Thread Dmitry Marakasov
Hi! I'm trying to port a linux app, and it says: % ./app ./app: /lib/obsolete/linuxthreads/libc.so.6: version `GLIBC_2.4' not found (required by ./app) Seems like linux_base-fc4 is too old for this application, as it requires glibc 2.4. Is there a way to indicate in a port that newer linux_base