[torqueusers] help! torque-2.2.1 will not build
Garrick Staples
garrick at usc.edu
Sat Nov 3 22:51:47 MDT 2007
On Sat, Nov 03, 2007 at 09:20:56PM -0700, Steven DuChene alleged:
> I got 2.2.1 rpms to build but I had to make the following changes to the
So that last patch fixed the compiling problem?
> 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
In the configure output, you probably saw missing components for pam. You
probably need to install a pam-devel package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.supercluster.org/pipermail/torqueusers/attachments/20071103/746b5180/attachment.bin
More information about the torqueusers
mailing list