Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Sep 2006 09:47:48 -0800
From:      "Ahmad Arafat Abdullah" <trunasuci@mail.com>
To:        "Kris Kennaway" <kris@obsecurity.org>, "Jonathan Horne" <freebsd@dfwlp.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: libm.so.3 on FreeBSD 6.1-RELEASE
Message-ID:  <20060913174754.DD8851CE308@ws1-6.us4.outblaze.com>

next in thread | raw e-mail | index | archive | help

> ----- Original Message -----
> From: "Kris Kennaway" <kris@obsecurity.org>
> To: "Jonathan Horne" <freebsd@dfwlp.com>
> Subject: Re: libm.so.3 on FreeBSD 6.1-RELEASE
> Date: Tue, 12 Sep 2006 23:46:20 -0400
>=20
>=20
> On Tue, Sep 12, 2006 at 09:23:46PM -0500, Jonathan Horne wrote:
>=20
> > cvsuping to -p6 wil not fix the problem.  i had the exact same=20
> > issue (except it was a list of 6 different .so files) getting the=20
> > NetBackup 5.1 agent for UNIX to run on freebsd.  my solution was=20
> > as simple as:
> >
> > ln -s /lib/libm.so.4 /lib/libm.so.2
> >
> > (NetBackup agent was looking for so.2)
> >
> > so in your case, just symlink the existing .4 to a .3, and you=20
> > should be good to go.  backwards compatibility should not be an=20
> > issue.
>=20
> That's a bogus hack; the libraries are not compatible or they'd have
> the same version!
>=20
> Just install the relevant compat package (compat4x/compat5x).
>=20
> Kris
> << 2.dat >>

>

anyway dude,
in my case compat 4.x and 5.x already installed and run in my kernel,
but still i cant run it properly because of the library issue..

and i'm doing this symlink and it's solved..

:)




--=20
___________________________________________________
Now you can search for products and services
http://search.mail.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060913174754.DD8851CE308>