From: [EMAIL PROTECTED] Operating system: Solaris 7 PHP version: 4.0.5 PHP Bug Type: Compile Problem Bug description: Externally set LDFLAGS not exported by configure If you set CC, CFLAGS and LDFLAGS prior to running configure, CC and CFLAGS will be used by and exported through configure such that it works for the remainder of the build - but LDFLAGS is only used by configure (then ignored, not exported to the remaining build scripts). This causes some runtime paths and libraries to be missing from the resultant PHP binary, leading to execution failure. -- Edit Bug report at: http://bugs.php.net/?id=10776&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]