Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

Re: [PHP4BETA] -lbind missing now From: Sascha Schumann (sascha <email protected>)
Date: 12/07/99

On Tue, Dec 07, 1999 at 11:39:25AM -0600, Andrei Zmievski wrote:
>
> So, you're saying bind is installed on Solaris by default or that
> Solaris resolv incorporates bind functionality?

    I'm saying that at least on Solaris 2.7 there is no standard
    header file which contains

        #define res_search __res_search

    Solaris 2.7 also does not ship with Bind 8. I therefore
    conclude that your system contains a custom (manually
    installed) version of Bind 8 which causes ``res_search'' to
    be defined to ``__res_search''.

    You found the offending header file in /usr/local/include.
    This directory seems to be in the include path of the
    precompiler (configure with CC="gcc -v" to see the complete
    path). Either you manually pass an -I/usr/local/include (from
    the make output you posted, it does not appear so) or your
    specs file adds it automatically.

-- 

Regards,

Sascha Schumann Consultant

-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>