About libc6-dev on FreeBsd

Polytropon freebsd at edvax.de
Sun Aug 30 00:03:46 UTC 2009


On Sat, 29 Aug 2009 09:35:49 -0700, "Vladimir M" <voldem at techemail.com> wrote:
>    Could you please give me any suggestion about howto install libc6-dev
>    on FreeBsd?

I'm not sure what libc6-dev refers to, maybe development version
6 of the C library? In this case, FreeBSD already has version 7
which should be compatible.

	/usr/lib/libc.so@ -> /lib/libc.so.7

There usually are compatibility libraries for lower versions,
such as

	/usr/local/lib/compat/libc.so.4
	/usr/local/lib/compat/libc.so.5
	/usr/local/lib/compat/libc.so.6

An initial approach would be to download the sources and try to
compile them. Because it's not a FreeBSD port,

	# ./configure (e. g. with specific options)
	# make
	# make install

would be the way. But the documentation should be more precise.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list