Re: rpm for suse

2008-01-07 Thread Nicolas Baradakis
Norbert Wegener wrote:

 As I don't need everything, I modifyed the configure instruction in the 
 spec-file and added:
 
--without-rlm_sql_iodbc \
--without-rlm_sql_firebird \
--without-rlm_sql_db2 \

Instead of listing everything I'd suggest to just remove
--enable-strict-dependencies from the configure flags.

 Nevertheless, later on I get:
 gmake[10]: Entering directory 
 `/usr/src/packages/BUILD/freeradius-server-2.0.0/src/modules/rlm_sql/drivers/rlm_sql_freetds'
 gmake[10]: *** Keine Regel, um »all« zu erstellen.  Schluss.

Either delete the directory (it is empty anyway) or remove
--with-experimental-modules from the configure flags.

-- 
Nicolas Baradakis

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: rpm for suse

2008-01-07 Thread Alan DeKok
Norbert Wegener wrote:
 The recent cvs seems to contain a new spec file for suse.
 With that spec I tried to build an rpm on 10.2.
 rpmbuild -ba freeradius.spec

  I have removed strict dependency checking from the SUSE Spec file.
That should let it continue past the missing dependencies (which aren't
needed).

 Making all in rlm_sql_freetds...^M
 gmake[10]: Entering directory
 `/usr/src/packages/BUILD/freeradius-server-2.0.0/src/modules/rlm_sql/drivers/rlm_sql_freetds'^M

  I've updated the SQL configure script so that it only looks in
directories with Makefile or Makefile.in.  Since the freetds
directory is empty, it should avoid this problem.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html