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

Beech Rintoul beech at freebsd.org
Sun Feb 3 10:45:33 PST 2008


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 glibc 2.4. Is there a way to indicate in a port that newer
> linux_base is needed?

From bsd.port.mk:

# USE_LINUX		- Set to yes to say the port needs the default linux base
                                  port.
#				  Set to value <X>, if the port needs emulators/linux_base-<X>.
#				  If set to "7", a dependency is registered to
		                  emulators/linux_base.
#				  Implies appropriate settings for STRIP and STRIP_CMD.

Cheers,

Beech
-- 
---------------------------------------------------------------------------------------
Beech Rintoul - FreeBSD Developer - beech at FreeBSD.org
/"\   ASCII Ribbon Campaign  | FreeBSD Since 4.x
\ / - NO HTML/RTF in e-mail   | http://www.freebsd.org
 X  - NO Word docs in e-mail | Latest Release:
/ \  - http://www.FreeBSD.org/releases/6.3R/announce.html
---------------------------------------------------------------------------------------





More information about the freebsd-ports mailing list