Austad, Jay writes:
> What options do I pass to do that?  Would it be in configure or make?

That depends.  You need to get the binary linked with the -static option.
With PHP, making it with this works:

LDFLAGS=-all-static make

Sometimes the easiest thing to do is to build it normally, then copy command
that actually links the binary and add the -static option.  This doesn't
always work, as in the PHP case (since there are lots of libraries linked
into the various modules).  Sometimes you might have to edit the autoconf /
automake files, rebuild the files they generate (autoreconf works for this)
and then configure and make.

-- 
David Phillips <david at acz.org>
http://david.acz.org/


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list