[torqueusers] help! torque-2.2.1 will not build
Steven DuChene
sduchene at sgi.com
Sat Nov 3 22:20:56 MDT 2007
I got 2.2.1 rpms to build but I had to make the following changes to the
spec file that was generated
from running the configure script.
--- torque-2.2.1.spec 2007-11-03 21:06:26.345563698 -0700
+++ /usr/local/src/torque-2.2.1/torque.spec 2007-11-03
20:01:26.363757599 -0700
@@ -149,9 +149,9 @@
%build
./configure --prefix=%_prefix --mandir=%_mandir --libdir=%_libdir \
--includedir=%_includedir --with-server-home=%{torquehomedir} \
- --disable-cpuset \
+ --with-pam=/%{_lib}/security \
%{server_nameflags} \
- %{syslogflags} %{rppflags} %{scpflags} %{drmaaflags} \
+ %{guiflags} %{syslogflags} %{tclflags} %{rppflags} %{scpflags}
%{drmaaflags} \
CC="$RPMCC" CFLAGS="$RPMCFLAGS" LDFLAGS="$RPMLDFLAGS"
%{__make} %{?_smp_mflags}
@@ -428,6 +428,7 @@
%files pam
%defattr(-, root, root)
%doc src/pam/README.pam
+/%{_lib}/security/pam_pbssimpleauth.so
%package drmaa
More information about the torqueusers
mailing list