1.1.6 rpmbuild on centos 4.4
I know this is a little off topic, but would appreciate any help. Following instructions at http://radiuswiki.suntel.com.tr/Build I am getting... [root@dev SPECS]# rpmbuild -bb freeradius.spec error: Failed build dependencies: libtool-ltdl-devel is needed by freeradius-1.1.6-0.i386 On Cent 4.4 there is no libtool-ltdl or devel package. I don't quite understand this, as this machine is identical to another on which I built freeradius from source (not rpmbuild, though). I can find a libtool-ltdl for FC, but it puts me in a spiral of failed deps... Anyone have a clue? Regards, Andrew Long
On 6/20/07, Andrew Long <along@escapewire.com> wrote:
[root@dev SPECS]# rpmbuild -bb freeradius.spec error: Failed build dependencies: libtool-ltdl-devel is needed by freeradius-1.1.6-0.i386
On Cent 4.4 there is no libtool-ltdl or devel package.
Edit .spec file and remove 'BuildRequires: libtool-ltdl-devel'. You only need libtool package on CentOS4 / RHEL4. th.
On 6/20/07, Tomas Hoger <tomas.hoger@gmail.com> wrote:
On 6/20/07, Andrew Long <along@escapewire.com> wrote:
[root@dev SPECS]# rpmbuild -bb freeradius.spec error: Failed build dependencies: libtool-ltdl-devel is needed by freeradius-1.1.6-0.i386
On Cent 4.4 there is no libtool-ltdl or devel package.
Edit .spec file and remove 'BuildRequires: libtool-ltdl-devel'. You only need libtool package on CentOS4 / RHEL4.
Thanks for that tip (I'm running freeRADIUS on RHEL4). -ethan
On 6/20/07, Tomas Hoger <tomas.hoger@gmail.com> wrote:
On 6/20/07, Andrew Long <along@escapewire.com> wrote:
[root@dev SPECS]# rpmbuild -bb freeradius.spec error: Failed build dependencies: libtool-ltdl-devel is needed by freeradius-1.1.6-0.i386
On Cent 4.4 there is no libtool-ltdl or devel package.
Edit .spec file and remove 'BuildRequires: libtool-ltdl-devel'. You only need libtool package on CentOS4 / RHEL4.
Thanks for that tip (I'm running freeRADIUS on RHEL4).
-ethan
Yes, thank you. Worked like a charm on cent 4.4 -Andrew
participants (3)
-
Andrew Long -
Ethan Dicks -
Tomas Hoger