On Wed, 10 Jan 2001, Mark Olbert wrote:

>Can anyone recommend a place/forum for help in getting PHP to compile under
>linux?
>
>I am running into a problem that I haven't gotten any feedback on from
>php-dev, php-general or php-install.
>
>The specific problem is:
>
>/usr/bin/ld: .libs/libphp4.so: undefined versioned symbol name
>__fp_query@@GLIBC_2.0
>/usr/bin/ld: failed to set dynamic section sizes: Bad value
>
>Looks like the linker can't find __fp_query().


Either your header files  don't match the installed GLIBC version or
libresolv.so.1 was compiled against a GLIBC version other than the
installed one.

--Jani



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