[PHP-INSTALL] Re: Statically linked CLI binary

2004-12-16 Thread Edin Kadribasic
The general approach that works for me is: ./configure LDFLAGS=-static --disable-libxml --disable-cgi --disable-shared make LDFLAGS=-all-static (libxml is compiled in thread mode with pthreads and they don't seem to like static linking on my system) Edin "Daniel L Bingham" <[EMAIL PROTECTED]> w

[PHP-INSTALL] Re: Statically linked CLI binary

2004-12-16 Thread Edin Kadribasic
Hm, on the 2nd try it worked with xml and mysql too, so I guess everything works fine :) Edin "Daniel L Bingham" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am attempting to statically link a CLI binary for PHP (5.0.2). The configure and make steps proceed without so much as a