On Wed, 28 May 2003, Uwe Schindler wrote:

> during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs:
> checking for dlfcn.h... no
>
> this leads to the fact that no dynamic things never work and compiler
> warning that "dlsym" is undefined occurs. This header file is available
> under /usr/include so it should normally work... Is this fixed in RC4 (I
> cannot use RC4 under solaris because of the missing fd-patch).

    Works here with php4-STABLE-200305280330 and GCC.

    $ grep DLFCN main/php_config.h
    #define HAVE_DLFCN_H 1
    $ uname -a
    SunOS foo 5.9 Generic_112233-05 sun4u sparc SUNW,Ultra-5_10

    - Sascha

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

Reply via email to