undefined reference to `yp_get_default_domain'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



I'm trying to install php 5.2.3
I have mysql 5.0.45
./configu./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config 
--enable-mbstring --enable-soap --with-zlib-dir=/usr/lib


During ./configure process I am getting this error:


configure:13780: checking for yp_get_default_domain
configure:13808: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccuFvAXJ.o(.text+0xa): In function `main':
/usr/local/src/php-5.2.3/configure:13802: undefined reference to `yp_get_default_domain'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13785 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char yp_get_default_domain(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char yp_get_default_domain();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
choke me
#else
yp_get_default_domain();
#endif
; return 0; }


____________________________________________________________
ADSL 4 MB FLAT
navighi GRATIS per tutto il 2007 
Affrettati! l'offerta è valida sino al 23 agosto 2007
http://abbonati.tiscali.it/adsl/prodotti/tc/4flat/


[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux