RE: [Samba] Error in configure Last CVS and 3.0.alpha21 on Solaris 8

2003-02-04 Thread Alessandro . Bruni

  ld: fatal: library -lpopt: not found
 
The last line is the important one, I think: you need the popt
library. On Solaris 8, for example, I believe that   even the
pre-packaged versions from sunfreeware.com require that the popt package be
installed at the same time.
Look at www.sunfreeware.com for a pre-compiled binary or source code.
 You shouldn't need it.  Samba has a built-in popt in the event that you
 don't...it should be detecting this.  Are you sure this is the problem? 
 This is one of the last steps before it finishes...you can try
 --with-included-popt.  If that doesn't help, you've got a different
 problem.

I've try to with and without the POPT package, with and without the
--with-included-popt, but didn't fix my problem, still the same message 
What can it be ?
I'm following the procedure describe in the document from Clive Elsum and
the only problem I've found is the installation of OpenSSH (I've installed
instead of compiling it the package from Sunfreeware)


Alessandro Bruni

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Error in configure Last CVS and 3.0.alpha21 on Solaris 8

2003-02-03 Thread William Enestvedt
Alessandro Bruni wrote:
 
 In the config.log nothing I can understand
 
 configure:16008: gcc -o conftest -O-I/usr/local/kerberos/include
 -I/usr/local/ldap/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
 -L/usr/local/kerberos/lib -L/usr/local/ldap/lib conftest.c 
 -lpopt  -lsec
 -lgen -lresolv -lsocket -lnsl -ldl  -lcom_err -lk5crypto -lkrb5
 -lgssapi_krb5 -llber -lldap 15
 ld: fatal: library -lpopt: not found

The last line is the important one, I think: you need the popt library. On Solaris 
8, for example, I believe that even the pre-packaged versions from sunfreeware.com 
require that the popt package be installed at the same time.
   Look at www.sunfreeware.com for a pre-compiled binary or source code.
-wde
--
Will Enestvedt
UNIX System Administrator
Johnson  Wales University -- Providence, RI
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



RE: [Samba] Error in configure Last CVS and 3.0.alpha21 on Solaris 8

2003-02-03 Thread Jim McDonough
  ld: fatal: library -lpopt: not found
 
 The last line is the important one, I think: you need the popt library. On 
Solaris 8, for example, I believe that even the pre-packaged versions from 
sunfreeware.com require that the popt package be installed at the same time.
Look at www.sunfreeware.com for a pre-compiled binary or source code.
You shouldn't need it.  Samba has a built-in popt in the event that you
don't...it should be detecting this.  Are you sure this is the problem? 
This is one of the last steps before it finishes...you can try
--with-included-popt.  If that doesn't help, you've got a different
problem.

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba