> Sascha, what symbols can sneak in to break linking?  A few examples I
> can test with would be nice.

    As other people on this list have mentioned, building
    --with-apxs illustrates the breakage.

    The chosen SAPI module (i.e. sapi/apache/libsapi.la) is part
    of libphp4.la.  Usually, the SAPI module contains calls to
    server-specific APIs which are resolved upon loading the SAPI
    module into the web-server.  Those external symbols cannot be
    found (of course) during creating the CGI which is built
    using libphp4.la.

    - Sascha                                     Experience IRCG
      http://schumann.cx/                http://schumann.cx/ircg


-- 
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]

Reply via email to