Jorell, I installed the packages from your list and attempted to build with your configuration. I still get errors during build referring to swrap_close or nwrap_getgrnam. Also I did not use. /autogen.she, just config and make. Derek Derek
On 6/6/2012 2:02 AM, Derek Lewis wrote:> Jorell, > > I installed the packages from your list and attempted to build with your configuration. I still get errors during build referring to swrap_close or nwrap_getgrnam. > > Also I did not use. /autogen.she, just config and make. > > Derek > > Derek >I don't know. I just tried on a fresh bare install on a ubuntu 10.04.4 VM. the only other packages I install were curl, git-core, and vmware-tools-esx-nox. Do you have "build-essential" installed? (I didn't on that test run, now I just throwing ideas).
On Wed, 2012-06-06 at 02:02 -0700, Derek Lewis wrote:> Jorell, > > I installed the packages from your list and attempted to build with your configuration. I still get errors during build referring to swrap_close or nwrap_getgrnam. > > Also I did not use. /autogen.she, just config and make.My guess is that you have mixed a build with ./configure.developer (or --enable-developer or --enable-selftest) with the normal ./configure build. These swrap_ and nwrap_ functions are only provided during builds that need to support make test, but will be referenced from any .o files left behind. Just grab a clean tree and start again, and only run ./configure. Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org