2.0.5 Compile error on SLES10SP1, check-radiusd-config file missing
Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: Processing files: freeradius-server-utils-2.0.5-0 Finding Provides: /usr/lib/rpm/find-provides freeradius-server Finding Requires: /usr/lib/rpm/find-requires freeradius-server Finding Supplements: /usr/lib/rpm/find-supplements freeradius-server Requires(rpmlib): rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: freeradius-server-libs = 2.0.5 /bin/sh /usr/bin/perl libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcrypto.so.0.9.8 libfreeradius-eap-2.0.5.so libfreeradius-radius-2.0.5.so libgdbm.so.3 libgdbm_compat.so.3 libnsl.so.1 libpcap.so.0 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libresolv.so.2 libssl.so.0.9.8 Processing files: freeradius-server-dialupadmin-2.0.5-0 Processing files: freeradius-server-devel-2.0.5-0 Processing files: freeradius-server-debuginfo-2.0.5-0 RPM build errors: File not found: /var/tmp/freeradius-server-2.0.5-build/usr/sbin/check-radiusd-config
Graham Marsh wrote:
Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: .. RPM build errors: File not found: /var/tmp/freeradius-server-2.0.5-build/usr/sbin/check-radiusd-config
Edit suse/freeradius.spec, and delete the line that references check-radiusd-config. Alan DeKok.
On 6/17/08, Alan DeKok <aland@deployingradius.com> wrote:
Graham Marsh wrote:
Hi all, I'm attempting to compile 2.0.5 on SLES10SP1 and getting the following error. I noticed another similar posting but not sure if there was any fix. Appreciate any advice, thanks, Graham: .. RPM build errors: File not found: /var/tmp/freeradius-server-2.0.5-build/usr/sbin/check-radiusd-config
Edit suse/freeradius.spec, and delete the line that references check-radiusd-config.
Thanks Alan. That got me past the error and everything seemed to be running fine with the rpmbuild process until it encountered the problem below. I searched the mailing list but couldn't turn up a "quick answer". Regards, GM. Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/freeradius-server-2.0.5-build error: Installed (but unpackaged) file(s) found: /etc/raddb/modules/acct_unique /etc/raddb/modules/always /etc/raddb/modules/attr_filter /etc/raddb/modules/attr_rewrite /etc/raddb/modules/chap /etc/raddb/modules/checkval /etc/raddb/modules/counter /etc/raddb/modules/detail /etc/raddb/modules/detail.log /etc/raddb/modules/digest /etc/raddb/modules/echo /etc/raddb/modules/etc_group /etc/raddb/modules/exec /etc/raddb/modules/expiration /etc/raddb/modules/expr /etc/raddb/modules/files /etc/raddb/modules/ippool /etc/raddb/modules/krb5 /etc/raddb/modules/ldap /etc/raddb/modules/logintime /etc/raddb/modules/mac2ip /etc/raddb/modules/mac2vlan /etc/raddb/modules/mschap /etc/raddb/modules/pam /etc/raddb/modules/pap /etc/raddb/modules/passwd /etc/raddb/modules/policy /etc/raddb/modules/preprocess /etc/raddb/modules/radutmp /etc/raddb/modules/realm /etc/raddb/modules/smbpasswd /etc/raddb/modules/sql_log /etc/raddb/modules/sradutmp /etc/raddb/modules/unix /etc/raddb/sql/oracle/msqlippool.txt RPM build errors: File listed twice: /etc/raddb/sites-available/example Installed (but unpackaged) file(s) found: /etc/raddb/modules/acct_unique /etc/raddb/modules/always /etc/raddb/modules/attr_filter /etc/raddb/modules/attr_rewrite /etc/raddb/modules/chap /etc/raddb/modules/checkval /etc/raddb/modules/counter /etc/raddb/modules/detail /etc/raddb/modules/detail.log /etc/raddb/modules/digest /etc/raddb/modules/echo /etc/raddb/modules/etc_group /etc/raddb/modules/exec /etc/raddb/modules/expiration /etc/raddb/modules/expr /etc/raddb/modules/files /etc/raddb/modules/ippool /etc/raddb/modules/krb5 /etc/raddb/modules/ldap /etc/raddb/modules/logintime /etc/raddb/modules/mac2ip /etc/raddb/modules/mac2vlan /etc/raddb/modules/mschap /etc/raddb/modules/pam /etc/raddb/modules/pap /etc/raddb/modules/passwd /etc/raddb/modules/policy /etc/raddb/modules/preprocess /etc/raddb/modules/radutmp /etc/raddb/modules/realm /etc/raddb/modules/smbpasswd /etc/raddb/modules/sql_log /etc/raddb/modules/sradutmp /etc/raddb/modules/unix /etc/raddb/sql/oracle/msqlippool.txt
Graham Marsh wrote:
Thanks Alan. That got me past the error and everything seemed to be running fine with the rpmbuild process until it encountered the problem below. I searched the mailing list but couldn't turn up a "quick answer". Regards, GM.
Ah... that changed in 2.0.5, and the spec file wasn't updated. I've updated the spec file again... it should work now. Alan DeKok.
participants (2)
-
Alan DeKok -
Graham Marsh