Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-29 Thread Wojciech Puchar
cd /usr/ports/misc/compat4x make install clean On Tue, 28 Aug 2007, Jon Drukman wrote: I just installed FBSD 6.2, but I have a requirement to use some precompiled binaries from FreeBSD 4.11. They are failing because libm.so.2 is not available. Is there a compatibility package that I can

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-29 Thread Wojciech Puchar
if you won't find it just get your 4.11 install CD make some dir temporary on a disk then cat /path_to_base_distribution_dir/base.??|tar xpf - and look and move needed files to /usr/local/lib/compat On Tue, 28 Aug 2007, Jon Drukman wrote: On 8/28/07, Duane Hill [EMAIL PROTECTED] wrote:

FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jon Drukman
I just installed FBSD 6.2, but I have a requirement to use some precompiled binaries from FreeBSD 4.11. They are failing because libm.so.2 is not available. Is there a compatibility package that I can install which will give me the older libraries? I do not have the source code to recompile

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Yuri Pankov
On Tue, Aug 28, 2007 at 12:50:34PM -0700, Jon Drukman wrote: I just installed FBSD 6.2, but I have a requirement to use some precompiled binaries from FreeBSD 4.11. They are failing because libm.so.2 is not available. Is there a compatibility package that I can install which will give me

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Duane Hill
On Tue, 28 Aug 2007 at 12:50 -0700, [EMAIL PROTECTED] confabulated: I just installed FBSD 6.2, but I have a requirement to use some precompiled binaries from FreeBSD 4.11. They are failing because libm.so.2 is not available. Is there a compatibility package that I can install which will

FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jon Drukman
I just installed FBSD 6.2, but I have a requirement to use some precompiled binaries from FreeBSD 4.11. They are failing because libm.so.2 is not available. Is there a compatibility package that I can install which will give me the older libraries? I do not have the source code to recompile

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jon Drukman
On 8/28/07, Duane Hill [EMAIL PROTECTED] wrote: Have you tried the compat4 port: /usr/ports/misc/compat4x thanks! that got me past one error, now i'm stuck on libcrypt.so.2 is there a port for libcrypt compat? (i didn't find anything obvious by searching on *compat* or *crypt*) -jsd-

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 01:41:34PM -0700, Jon Drukman wrote: On 8/28/07, Duane Hill [EMAIL PROTECTED] wrote: Have you tried the compat4 port: /usr/ports/misc/compat4x thanks! that got me past one error, now i'm stuck on libcrypt.so.2 is there a port for libcrypt compat? (i

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Thomas D. Dean
Have you tried linking libm.so to libm.so.2? tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jon Drukman
On 8/28/07, Kris Kennaway [EMAIL PROTECTED] wrote: Have you tried the compat4 port: /usr/ports/misc/compat4x thanks! that got me past one error, now i'm stuck on libcrypt.so.2 is there a port for libcrypt compat? (i didn't find anything obvious by searching on *compat* or

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 02:23:42PM -0700, Jon Drukman wrote: On 8/28/07, Kris Kennaway [EMAIL PROTECTED] wrote: Have you tried the compat4 port: /usr/ports/misc/compat4x thanks! that got me past one error, now i'm stuck on libcrypt.so.2 is there a port for libcrypt

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 01:52:51PM -0700, Thomas D. Dean wrote: Have you tried linking libm.so to libm.so.2? Sorry, but that's really bogus advice. Kris -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe [EMAIL PROTECTED]

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jeff Mohler
On 8/28/07, Kris Kennaway [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 01:52:51PM -0700, Thomas D. Dean wrote: Have you tried linking libm.so to libm.so.2? Sorry, but that's really bogus advice. Kris It would work for MacGuyver or the A-Team...

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Yuri Pankov
On Tue, Aug 28, 2007 at 02:23:42PM -0700, Jon Drukman wrote: On 8/28/07, Kris Kennaway [EMAIL PROTECTED] wrote: Have you tried the compat4 port: /usr/ports/misc/compat4x thanks! that got me past one error, now i'm stuck on libcrypt.so.2 is there a port for libcrypt

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 03:13:04PM -0700, Jeff Mohler wrote: On 8/28/07, Kris Kennaway [EMAIL PROTECTED] wrote: On Tue, Aug 28, 2007 at 01:52:51PM -0700, Thomas D. Dean wrote: Have you tried linking libm.so to libm.so.2? Sorry, but that's really bogus advice. Kris It would

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Thomas D. Dean
It provides a temporary solution in some cases, when you need to get going. It is not a long term solution. tomdean ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 03:31:25PM -0700, Thomas D. Dean wrote: It provides a temporary solution in some cases, when you need to get going. It is not a long term solution. It's bogus because a) the real solution exists and is trivial (install the relevant compat port), and b) your advice

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Jonathan Horne
On Tuesday 28 August 2007 17:35:55 Kris Kennaway wrote: On Tue, Aug 28, 2007 at 03:31:25PM -0700, Thomas D. Dean wrote: It provides a temporary solution in some cases, when you need to get going. It is not a long term solution. It's bogus because a) the real solution exists and is trivial

Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc)

2007-08-28 Thread Kris Kennaway
On Tue, Aug 28, 2007 at 08:58:08PM -0500, Jonathan Horne wrote: On Tuesday 28 August 2007 17:35:55 Kris Kennaway wrote: On Tue, Aug 28, 2007 at 03:31:25PM -0700, Thomas D. Dean wrote: It provides a temporary solution in some cases, when you need to get going. It is not a long term