4.1.2 from scratch:
checking for ANSI C header files... (cached) yes checking for sgtty.h... yes checking for sys/ioctl.h... yes checking for fcntl.h... (cached) yes checking for float.h... yes checking for floatingpoint.h... no checking for ieeefp.h... (cached) no checking for limits.h... (cached) yes checking for memory.h... yes checking for pwd.h... (cached) yes checking for select.h... no checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for strings.h... yes checking for string.h... (cached) yes checking for synch.h... no checking for sys/mman.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes 4.2.0 from scratch: checking for ANSI C header files... (cached) yes checking for sgtty.h... no checking for sys/ioctl.h... no checking for fcntl.h... (cached) yes checking for float.h... no checking for floatingpoint.h... no checking for ieeefp.h... (cached) no checking for limits.h... (cached) yes checking for memory.h... (cached) yes checking for pwd.h... (cached) yes checking for select.h... no checking for stdlib.h... (cached) yes checking for stddef.h... no checking for strings.h... (cached) yes checking for string.h... (cached) yes checking for synch.h... no checking for sys/mman.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/timeb.h... no checking for sys/types.h... (cached) yes checking for sys/un.h... no (quite a difference ...) 4.2.0 deleted configure and rebuilt with autoconf 2.13, automake version 1.4-p4 and libtool version 1.4.2a: ecking for ANSI C header files... (cached) yes checking for sgtty.h... yes checking for sys/ioctl.h... yes checking for fcntl.h... (cached) yes checking for float.h... yes checking for floatingpoint.h... no checking for ieeefp.h... (cached) no checking for limits.h... (cached) yes checking for memory.h... yes checking for pwd.h... (cached) yes checking for select.h... no checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for strings.h... yes checking for string.h... (cached) yes checking for synch.h... no checking for sys/mman.h... (cached) yes checking for sys/socket.h... (cached) yes checking for sys/timeb.h... yes checking for sys/types.h... (cached) yes checking for sys/un.h... yes (similar if not identical with 4.1.2) Derick, are you sure you built 4.1.2 configure with 2.52 ?! - Markus On Thu, Apr 25, 2002 at 01:20:15PM +0200, [EMAIL PROTECTED] wrote : > On Thu, 25 Apr 2002, Markus Fischer wrote: > > > Hi, > > > > after some digging I think I've found something, but I'm not > > quite sure. > > > > The configure shipped with php-4.2.0 is unable to properly > > detect <sys/un.h> and therefore does NOT set HAVE_SYS_UN_H > > which is the basis for unix socket support in > > ext/mysql/libmysql/ . > > > > I've rebuilt the configure from the source archive with > > autoconf 2.13 and the header was detected and the #define was > > properly set (in php4/main/php_config.h) and it seems to > > work. > > Now this is weird, because 4.1.[01] and 4.2.0 were both build with > autoconf 2.52.... > > Derick > > ----------------------------------------------------------------------- > Did I help you? Consider a gift: > http://www.amazon.co.uk/exec/obidos/registry/SLCB276UZU8B > ----------------------------------------------------------------------- > PHP: Scripting the Web - [EMAIL PROTECTED] > All your branches are belong to me! > SRM: Script Running Machine - www.vl-srm.net > ----------------------------------------------------------------------- > > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php -- Please always Cc to me when replying to me on the lists. GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc "Mind if I MFH ?" "What QA did you do on it?" "the usual?" "ah... none :)" -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php