Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Syed Anwarul Hasan
copied the freeradius.spec in SPECS folder. When I try to compile, I got an rpm build error and compilation stopped. Please help me in this regard. SYED pc1138: /usr/src/packages/SOURCES # *rpmbuild -ba /usr/src/packages/SPECS/freeradius.spec* Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.25117

Re: Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Norbert Wegener
for the earlier version.Then I got the latest FreeRadius v 2.1.1 tarball (Compresses tar.bz2) from freeradius.org http://freeradius.org website and started to build on SLES 10 SP2. And I copied the freeradius.spec in SPECS folder. When I try to compile, I got an rpm build error and compilation stopped

Re: Compile Error :FreeRadius v 2.1.1 RPM build error

2008-10-02 Thread Syed Anwarul Hasan
I try to compile, I got an rpm build error and compilation stopped. Please help me in this regard. SYED pc1138: /usr/src/packages/SOURCES # *rpmbuild -ba /usr/src/packages/SPECS/freeradius.spec* Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.25117 + umask 022 + cd /usr/src/packages/BUILD

RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. Would %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? Mike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: RPM Build-error

2007-01-30 Thread King, Michael
-Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. (Resend, helps if I format the line correctly, forgot a leading /) Would %attr(0700,radiusd,radiusd) %dir /usr/include/freeradius Be sufficient? Mike - List

RE: RPM Build-error

2007-01-30 Thread King, Michael
, 2007 9:42 AM To: FreeRadius users mailing list Subject: RE: RPM Build-error -Original Message- The RPM file in FreeRADIUS needs to be updated with that list of files. Would %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? Mike

Re: RPM Build-error

2007-01-30 Thread Alan DeKok
King, Michael wrote: %attr(0700,radiusd,radiusd) %dir usr/include/freeradius Be sufficient? I don't see why we couldn't make the include files 0644. There's nothing special about them. Alan DeKok. -- http://deployingradius.com - The web site of the book

Re: RPM Build-error

2007-01-30 Thread Alan DeKok
King, Michael wrote: To answer my own question... It looks like not. It looks like it's just /usr/include/freeradius/* %{_incdir}/freeradius/* looks better. I've committed it. Alan DeKok. -- http://deployingradius.com - The web site of the book

RPM Build-error

2007-01-29 Thread King, Michael
I'm trying to create a Redhat RPM from the nightly CVS snapshots. (Following the Wiki instructions) I've tried a few different snapshot dates, and they all die with the attached error. I'm not too familiar with RedHat packaging. Any idea what I've done wrong? Checking for unpackaged file(s):

Re: RPM Build-error

2007-01-29 Thread Alan DeKok
King, Michael wrote: I'm trying to create a Redhat RPM from the nightly CVS snapshots. (Following the Wiki instructions) ... I'm not too familiar with RedHat packaging. Any idea what I've done wrong? The RPM file in FreeRADIUS needs to be updated with that list of files. Alan DeKok. --