On Mon, May 07, 2012 at 12:21:29PM -0400, [email protected] wrote: > I am building the torture/smbtorture for > samba-4.0.0alpha17. After build, I am running the test > in another environment. > I not only need to copy the binary smbtorture, I also > need to copy the shared libraries. This is HUGE > inconvenient for us.
You might want to try the following steps: cd source3 ./autogen.sh ./configure.developer make bin/smbtorture4 The resulting binary bin/smbtorture4 *is* the smbtorture from the main build from source4/torture, but it is linked so that it only depends on system libraries. With best regards, Volker Lendecke -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen http://www.sernet.de, mailto:[email protected] -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
