On Tue, Jul 02, 2002 at 12:42:08AM +0200, Ron Lange wrote : 
> my last question for this week (I hope):
> How can I include the sources of my lib in the php build??? Although it's 
> compiling fine, the apache build fails about undefined references to my 
> functions. I am really tired now, since four hours I am trying to solve 
> this problem. May I am only stupid. Who knows.

    You don't need to include your sources but a static library
    of your extension needs to be created which exports the
    symbols as needed and which gets statically linked into
    libphp4.so . But since all you say is "it doesn't work" and
    you don't give any concrete error message, sample
    input/output or even sources, it's pretty hard to be exact,
    either.

    - Markus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to