Prev: [Samba] Cannot browse domain user list with 3.5.4
Next: [Samba] how to set samba to not download the whole roaming profiles ?
From: Haynes, Leslie D on 20 Jul 2010 19:30 Hi, I am having a problem getting a Makefile after I run configure as follows: ../configure --prefix=/opt/samba-3.5.4 --with-ads --with-krb5=/opt/samba-3.5.4/include/ --with-shared-mod ules=idmap_rid --with-ldap=/opt/samba-3.5.4/include/ldap.h There is no Makefile generated. Configure runs successfully. The error I get is: # /usr/local/bin/make make: *** No targets specified and no makefile found. Stop. Leslie D. Haynes Email: leslie.d.haynes(a)lmco.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Gaiseric Vandal on 20 Jul 2010 22:00 Does it work if you have a simpler configure command e.g. ../configure --prefix=/opt/samba-3.5.4 I have not tried configuring samba when specifying the "include" subfolder or the actual *.h file in the ldap or krb5 option. (I always had to set compiler and linker flags to make sure it detected the correct ldap. Your syntax could be a lot simpler) -----Original Message----- From: samba-bounces(a)lists.samba.org [mailto:samba-bounces(a)lists.samba.org] On Behalf Of Haynes, Leslie D Sent: Tuesday, July 20, 2010 4:38 PM To: samba(a)lists.samba.org Subject: Re: [Samba] make fails with samba-3.5.4 Solaris 9 Hi, I am having a problem getting a Makefile after I run configure as follows: ../configure --prefix=/opt/samba-3.5.4 --with-ads --with-krb5=/opt/samba-3.5.4/include/ --with-shared-mod ules=idmap_rid --with-ldap=/opt/samba-3.5.4/include/ldap.h There is no Makefile generated. Configure runs successfully. The error I get is: # /usr/local/bin/make make: *** No targets specified and no makefile found. Stop. Leslie D. Haynes Email: leslie.d.haynes(a)lmco.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Marcis Lielturks on 21 Jul 2010 01:00
Hi! I had exactly the same behavior on OpenSolaris until I installed gnu make. I'm compiling Samba 3.5.4 using SunStudio12.1 cc and gnu make. MMM 00371 2832 7826 by the way, did you know, that mouse initially was invented just for simplifying text selection in xterm? On 07/20/10 11:37 PM, Haynes, Leslie D wrote: > Hi, > > I am having a problem getting a Makefile after I run configure as follows: > > ./configure --prefix=/opt/samba-3.5.4 --with-ads --with-krb5=/opt/samba-3.5.4/include/ --with-shared-mod > ules=idmap_rid --with-ldap=/opt/samba-3.5.4/include/ldap.h > > There is no Makefile generated. Configure runs successfully. The error I get is: > > # /usr/local/bin/make > make: *** No targets specified and no makefile found. Stop. > > Leslie D. Haynes > Email: leslie.d.haynes(a)lmco.com > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |