Skip to Content.
Sympa Menu

shibboleth-dev - SRPM for RHEL4

Subject: Shibboleth Developers

List archive

SRPM for RHEL4


Chronological Thread 
  • From: Digant C Kasundra <>
  • To:
  • Subject: SRPM for RHEL4
  • Date: Tue, 11 Apr 2006 16:23:55 -0700

Hey guys,

I'm not sure who maintains the SRPMs, but I was unable to get shibboleth-1.3-8.src.rpm to build an rpm properly. On a RHEL4AS system, I had to make the following edits to the spec file to allow it to build an rpm. (I haven't actually gotten around to testing the rpms to see if they actually function on my 64bit system, however, so more submissions may follow):

--- shibboleth.spec.orig 2006-01-09 08:57:17.000000000 -0800
+++ shibboleth.spec 2006-04-11 16:13:27.000000000 -0700
@@ -63,7 +63,7 @@
%setup -q

%build
-%configure --enable-apache-20
+%configure --enable-apache-20 --with-apxs2=/usr/sbin/apxs
make
make -C selinux

@@ -78,6 +78,8 @@
find $RPM_BUILD_ROOT/%{_libexecdir} -type f -or -type l | grep \.so |
sed -e "s|$RPM_BUILD_ROOT||" | sort > rpm.filelist

+mkdir -p $RPM_BUILD_ROOT/var/log/shibboleth
+
%check || :
make check




Archive powered by MHonArc 2.6.16.

Top of Page