libm.so.4 not found

2008-03-12 Thread Chris Maness
How do I build 7.0 with libm.so.4 compatibility built in?  I find it on my 
6.3 system.  But not on my upgraded 7.0 system.


in reference to:

http://lists.freebsd.org/pipermail/freebsd-questions/2006-May/122264.html

I see that I should be able to add the variable:

COMPAT4X=yes

to /etc/make.conf but this flag is not recognized by the Makefile in 
/usr/src/.  Has this been obsoleted?  What is the correct way to add this 
compatibility if possible?


What is the function of ld-elf.so.1?

Thanks

Chris Maness
(909) 223-9179
http://www.chrismaness.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libm.so.4 not found

2008-03-12 Thread Kris Kennaway

Chris Maness wrote:
How do I build 7.0 with libm.so.4 compatibility built in?  I find it on 
my 6.3 system.  But not on my upgraded 7.0 system.


in reference to:

http://lists.freebsd.org/pipermail/freebsd-questions/2006-May/122264.html

I see that I should be able to add the variable:

COMPAT4X=yes

to /etc/make.conf but this flag is not recognized by the Makefile in 
/usr/src/.  Has this been obsoleted?  What is the correct way to add 
this compatibility if possible?


Yes, it is obsoleted.  Install the compat4x port (and make sure your 
kernel has COMPAT_FREEBSD4).


Kris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libm.so.4 not found

2006-05-17 Thread Derek Ragona
Sounds like you recently upgraded but don't have the compatible libraries 
in /etc/make.conf make sure you have:

COMPAT4X=   yes

And then rebuild the world.

You might also want to have:
options COMPAT_FREEBSD4
In your kernel config file.

-Derek


At 12:13 AM 5/17/2006, David Banning wrote:

I have been using portupgrade to update some of my packages. Now I have this
error;

/usr/libexec/ld-elf.so.1: Shared object libm.so.4 not found

when attempting to run webalizer and I also get it while attempting to
to upgrade parts of the XFree86 system, specifically XFree86-4-clients

Looking around on Google it looks like libm.so.4 is a part of
FreeBSD 6.X - that is strange, since my system is 4.8

I am wondering what I can do from here. The most recent version of
libm I have is libm.so.2



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libm.so.4 not found

2006-05-17 Thread Kris Kennaway
On Wed, May 17, 2006 at 08:22:03AM -0500, Derek Ragona wrote:
 Sounds like you recently upgraded but don't have the compatible libraries 
 in /etc/make.conf make sure you have:
 COMPAT4X=   yes
 
 And then rebuild the world.
 
 You might also want to have:
 options COMPAT_FREEBSD4
 In your kernel config file.

The real question is why do you have binaries depending on old system
libraries.  The answer is probably that you upgraded from a previous
branch of FreeBSD (e.g. 4.x - 6.x) but neglected to rebuild all your
installed ports, so they now have an inconsistent mix of old and new
libraries.

portupgrade -af or similar to repair the damage.

Kris


pgpa3skdUyw0p.pgp
Description: PGP signature


libm.so.4 not found

2006-05-16 Thread David Banning
I have been using portupgrade to update some of my packages. Now I have this 
error;

/usr/libexec/ld-elf.so.1: Shared object libm.so.4 not found

when attempting to run webalizer and I also get it while attempting to 
to upgrade parts of the XFree86 system, specifically XFree86-4-clients

Looking around on Google it looks like libm.so.4 is a part of 
FreeBSD 6.X - that is strange, since my system is 4.8

I am wondering what I can do from here. The most recent version of 
libm I have is libm.so.2



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Shared object libm.so.4 not found

2006-02-21 Thread Lowell Gilbert
FlashWebHost.com [EMAIL PROTECTED] writes:

 I am getting follwing error when running perl script or even just calling 
 perl.
 
 freebsd# perl -v
 /libexec/ld-elf.so.1: Shared object libm.so.4 not found
 freebsd#
 
 I am using
 
 freebsd# uname -a
 FreeBSD freebsd.netfreehost.com 5.2-RELEASE FreeBSD 5.2-RELEASE #0:
 Sat Sep 17 20:14:10 BST 2005
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/FLASHWEBHOST 
 i386
 freebsd#
 
 How do i fix the error ?

Remove perl and install a version of perl that was installed for 5.x,
instead of for 6.x.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Shared object libm.so.4 not found

2006-02-20 Thread FlashWebHost . com
Hi,

I am getting follwing error when running perl script or even just calling perl.

freebsd# perl -v
/libexec/ld-elf.so.1: Shared object libm.so.4 not found
freebsd#

I am using

freebsd# uname -a
FreeBSD freebsd.netfreehost.com 5.2-RELEASE FreeBSD 5.2-RELEASE #0:
Sat Sep 17 20:14:10 BST 2005
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FLASHWEBHOST 
i386
freebsd#

How do i fix the error ?

Regards,

Yujin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]