[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nufw-users] Re: 'LIBS' previously defined here
From: |
Eric Leblond |
Subject: |
[Nufw-users] Re: 'LIBS' previously defined here |
Date: |
Thu, 20 Oct 2005 14:43:18 +0200 |
Hi,
It looks like, libtool is missing. Is it installed on your system ?
BR,
Le jeudi 20 octobre 2005 à 13:46 +0330, Muhammad a écrit :
> Bonjour
>
> this is the complete output of "make". I ran "autogen" and "configure"
> before this.
> (I subscribed to the mailing list and will send the question as soon as I am
> admitted).
>
> <output>
> src/clients/lib/Makefile.am:3: Libtool library used but `LIBTOOL' is
> undefined
> src/clients/lib/Makefile.am:3:
> src/clients/lib/Makefile.am:3: The usual way to define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> src/clients/lib/Makefile.am:3: to `configure.ac' and run `aclocal' and
> `autoconf' again.
> src/nuauth/modules/dbm/Makefile.am:9: Libtool library used but `LIBTOOL' is
> undefined
> src/nuauth/modules/dbm/Makefile.am:9:
> src/nuauth/modules/dbm/Makefile.am:9: The usual way to define `LIBTOOL' is
> to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/dbm/Makefile.am:9: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/nuauth/modules/ipauth_ident/Makefile.am:8: Libtool library used but
> `LIBTOOL' is undefined
> src/nuauth/modules/ipauth_ident/Makefile.am:8:
> src/nuauth/modules/ipauth_ident/Makefile.am:8: The usual way to define
> `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/ipauth_ident/Makefile.am:8: to `configure.ac' and run
> `aclocal' and `autoconf' again.
> src/nuauth/modules/ldap/Makefile.am:9: Libtool library used but `LIBTOOL' is
> undefined
> src/nuauth/modules/ldap/Makefile.am:9:
> src/nuauth/modules/ldap/Makefile.am:9: The usual way to define `LIBTOOL' is
> to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/ldap/Makefile.am:9: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/nuauth/modules/log_mysql/Makefile.am:9: Libtool library used but
> `LIBTOOL' is undefined
> src/nuauth/modules/log_mysql/Makefile.am:9:
> src/nuauth/modules/log_mysql/Makefile.am:9: The usual way to define
> `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/log_mysql/Makefile.am:9: to `configure.ac' and run
> `aclocal' and `autoconf' again.
> src/nuauth/modules/log_pgsql/Makefile.am:9: Libtool library used but
> `LIBTOOL' is undefined
> src/nuauth/modules/log_pgsql/Makefile.am:9:
> src/nuauth/modules/log_pgsql/Makefile.am:9: The usual way to define
> `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/log_pgsql/Makefile.am:9: to `configure.ac' and run
> `aclocal' and `autoconf' again.
> src/nuauth/modules/log_syslog/Makefile.am:7: Libtool library used but
> `LIBTOOL' is undefined
> src/nuauth/modules/log_syslog/Makefile.am:7:
> src/nuauth/modules/log_syslog/Makefile.am:7: The usual way to define
> `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/log_syslog/Makefile.am:7: to `configure.ac' and run
> `aclocal' and `autoconf' again.
> src/nuauth/modules/plaintext/Makefile.am:7: Libtool library used but
> `LIBTOOL' is undefined
> src/nuauth/modules/plaintext/Makefile.am:7:
> src/nuauth/modules/plaintext/Makefile.am:7: The usual way to define
> `LIBTOOL' is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/plaintext/Makefile.am:7: to `configure.ac' and run
> `aclocal' and `autoconf' again.
> src/nuauth/modules/system/Makefile.am:9: Libtool library used but `LIBTOOL'
> is undefined
> src/nuauth/modules/system/Makefile.am:9:
> src/nuauth/modules/system/Makefile.am:9: The usual way to define `LIBTOOL'
> is to add `AC_PROG_LIBTOOL'
> src/nuauth/modules/system/Makefile.am:9: to `configure.ac' and run `aclocal'
> and `autoconf' again.
> src/support/dbm/Makefile.am:10: LIBS was already defined in condition TRUE,
> which includes condition USE_GDBM ...
> configure.ac:5: ... `LIBS' previously defined here
> make: *** [Makefile.in] Error 1
> </output>
>
> ----- Original Message -----
> From: "Eric Leblond" <address@hidden>
> To: "Muhammad" <address@hidden>
> Cc: <address@hidden>
> Sent: Thursday, October 20, 2005 12:42 PM
> Subject: Re: 'LIBS' previously defined here
>
>
> Le jeudi 20 octobre 2005 à 12:30 +0330, Muhammad a écrit :
> > Bonjour Eric,
> >
> > I have a major problem in building nuFW: the configuration scripts
> > halts with an error like this:
> >
> > [...]
> > src/support/dbm/Makefile.am:10: LIBS was already defined in condition
> > TRUE, which includes condition USE_GDBM
> > configure.ac:5: ..'LIBS' previously defined here
> >
>
> Can you provide the command you use. It looks like an autogen.sh result,
> you do not need to use it to compile nufw from source distribution.
> Furthermore this message is common and is just a warning message.
> Compilation should work despite of this message.
>
>
> > I tried different distros (Fedora Core3, Knoppix Debian installation),
> > different versions of nuFW (1.0.13 and 1.0.14) and also different
> > versions of automake. I also searched the web to see any hints. But
> > there was no luck.
> >
>
> PS : can you susbcribe to nufw-users to continue this discussion ?
>
> BR,