ID: 7872 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Duplicate Status: Closed Bug Type: Compile Failure Assigned To: Comments: Fixed in CVS. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-01-02 20:32:26] [EMAIL PROTECTED] This is a duplicate of #7635 --Jani --------------------------------------------------------------------------- [2001-01-02 18:21:58] [EMAIL PROTECTED] OK, finally I've isolated this problem and I think that it is related to the HFS+ file system that I use in my MacOS X / Darwin partition: the PHP configuration script need to write a file called "pear" into the "pear" directory but into this location a directory called "PEAR" already exists. This is not a problem in standard UNIX file system but I've installed MacOS X into an HFS+ partition and HFS+ is case preserving, but case insensitive thus the "PEAR" directory and the "pear" file can't coexists at the same level. To walkaround this problem I've renamed the "PEAR" directory as "PEAR1" and now the configuration script works without problems. The "make" command works well and the only problem with the following "make install" commands is that the renamed "PEAR" directory isn't copied into "/usr/local/lib/php/" (I think that copying the "PEAR1" directory manually to "/usr/local/lib/php/" and then renaming it to "PEAR" solve this problem too). Now I've PHP 4.0.4 installed as Apache 1.3.14 dynamic module under Mac OS X / Darwin. Great !!! This problem should't occours when using UFS partition (instead of HFS+) but I also think that its solution is not so complex thus I hope that PHP developers will fix this soon making all HFS+ user happy with PHP. Bye. Pier Luigi Covarelli [EMAIL PROTECTED] --------------------------------------------------------------------------- [2000-12-30 19:55:56] [EMAIL PROTECTED] No feedback. Try PHP 4.0.4 and reopen this bug report if it doesn't work. --Jani --------------------------------------------------------------------------- [2000-11-28 17:56:47] [EMAIL PROTECTED] Could you please try latest snapshot from http://snaps.php.net/ to check whether this has been fixed already? (should be) And do use --disable-pear for now (this hasn't been fixed yet). --Jani --------------------------------------------------------------------------- [2000-11-18 10:45:30] [EMAIL PROTECTED] This is my experience about compiling latest version of PHP under Mac OS X beta (Darwin 1.2): Output from "./configure --with-apxs --with-mysql=/usr/local/mysql": creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... missing checking whether to enable maintainer-specific portions of Makefiles... no checking host system type... powerpc-apple-darwin1.2 checking for gawk... gawk checking for bison... bison -y checking bison version... 1.28 (ok) checking for gcc... no checking for cc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E -traditional-cpp checking for AIX... no checking for cc option to accept ANSI C... none needed checking for ranlib... ranlib checking whether cc understands -c and -o together... yes checking whether ln -s works... yes checking for flex... flex checking for flex... (cached) flex checking for yywrap in -lfl... no checking lex output file root... lex.yy checking whether yytext is a pointer... no checking for working const... yes checking for pthreads_cflags... checking for pthreads_lib... Configuring SAPI modules checking for AOLserver support... no checking for Apache module support via DSO through APXS... yes checking for mod_charset compatibility option... no checking for fhttpd module support... no checking for Zeus ISAPI support... no checking for NSAPI support... no checking for PHTTPD support... no checking for Pi3Web Support... no checking for Roxen/Pike support... no checking for Servlet support... no checking for thttpd... no checking for chosen SAPI module... apache Running system checks checking for missing declarations of reentrant functions... done checking whether compiler supports -R... no checking whether compiler supports -Wl,-rpath,... no checking for sendmail... /usr/sbin/sendmail checking whether system uses EBCDIC... no checking for socket in -lsocket... no checking for htonl in -lsocket... no checking for yp_get_default_domain... yes checking for crypt in -lcrypt... no checking for dlopen in -ldl... no checking for sin in -lm... no checking for inet_aton in -lbind... no checking for inet_aton in -lresolv... no checking for res_search in -lsocket... no checking for res_search in -lresolv... no checking for dn_skipname in -lresolv... no checking for __dn_skipname in -lresolv... no checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for fclose declaration... ok checking for alloca.h... no checking for arpa/inet.h... yes checking for crypt.h... no checking for fcntl.h... yes checking for grp.h... yes checking for limits.h... yes checking for locale.h... yes checking for netinet/in.h... yes checking for pwd.h... yes checking for signal.h... yes checking for stdarg.h... yes checking for stdlib.h... yes checking for string.h... yes checking for syslog.h... yes checking for sys/file.h... yes checking for sys/mman.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/statfs.h... no checking for sys/statvfs.h... no checking for sys/time.h... yes checking for sys/types.h... yes checking for sys/varargs.h... no checking for sys/wait.h... yes checking for unistd.h... yes checking for unix.h... no checking for utime.h... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking for tm_gmtoff in struct tm... yes checking for struct flock... yes checking for socklen_t... no checking size of long... 4 checking size of int... 4 checking for st_blksize in struct stat... yes checking for st_blocks in struct stat... yes checking for st_rdev in struct stat... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for struct sockaddr_in6... no checking for vprintf... yes checking for asctime_r... no checking for crypt... yes checking for ctime_r... no checking for cuserid... no checking for flock... yes checking for gcvt... no checking for getlogin... yes checking for gethostbyaddr... yes checking for getrusage... yes checking for gettimeofday... yes checking for gmtime_r... no checking for inet_aton... yes checking for isascii... yes checking for link... yes checking for localtime_r... no checking for lockf... no checking for lrand48... no checking for memcpy... yes checking for memmove... yes checking for mkstemp... yes checking for mmap... yes checking for putenv... yes checking for random... yes checking for rand_r... no checking for regcomp... yes checking for setitimer... yes checking for setlocale... yes checking for setsockopt... yes checking for setvbuf... yes checking for shutdown... yes checking for sin... yes checking for snprintf... yes checking for srand48... no checking for srandom... yes checking for statfs... yes checking for statvfs... no checking for std_syslog... no checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for strstr... yes checking for strtok_r... no checking for symlink... yes checking for tempnam... yes checking for tzset... yes checking for unsetenv... yes checking for usleep... yes checking for utime... yes checking for vsnprintf... yes checking for getaddrinfo... no checking for strlcat... no checking for strlcpy... no checking for getopt... yes checking whether utime accepts a null argument... yes checking for working alloca.h... (cached) no checking for alloca... yes checking whether sprintf is broken... no checking for declared timezone... yes checking for type of reentrant time-related functions... POSIX checking for readdir_r... no checking whether to use a configuration file... yes checking whether to include debugging symbols... no checking whether to enable safe mode by default... no checking for safe mode exec dir... /usr/local/php/bin checking whether to enable PHP's own SIGCHLD handler... no checking whether to enable magic quotes by default... no checking whether to enable runpaths... yes checking whether to explicitly link against libgcc... no checking whether to enable short tags by default... yes checking whether to enable the URL-aware fopen wrapper... yes checking whether to enable PIC for shared objects... yes checking whether to enable dmalloc... no checking whether to install PEAR... yes Configuring extensions checking for ASPELL support... no checking whether to enable bc style precision math functions... no checking whether to enable calendar conversion support... no checking CCVS Support... no checking whether to include cpdflib support... no checking for CURL support... no checking for CyberCash support... no checking whether to enable DAV support through mod_dav... no checking whether to include old xDBM support... no checking whether to enable DBA... no checking for GDBM support... no checking for NDBM support... no checking for Berkeley DB2 support... no checking for Berkeley DB3 support... no checking for DBM support... no checking for CDB support... no checking whether to enable DBA interface... no checking whether to enable the bundled dbase library... no checking whether to include DOM support... no checking whether to enable exif support... no checking whether to include fdftk support... no checking whether to enable the bundled filePro support... no checking whether to enable FTP support... no checking whether to include GD support... checking for gdImageLine in -lgd... no checking for gdImageString16 in -lgd... no checking whether to include GNU gettext support... no checking for Hyperwave support... no checking for ICAP support... no checking for Kerberos support in IMAP... no checking for SSL support in IMAP... no checking for IMAP support... no checking for Informix support... no checking for Ingres II support... no checking for InterBase support... no checking for Java support... no checking whether to include LDAP support... no checking for MCAL support... no checking for mcrypt support... no checking for mhash support... no checking for mSQL support... no checking for MySQL support... yes checking for Oracle-OCI8 support... no checking for Adabas support... no checking for Solid support... no checking for IBM DB2 support... no checking for Empress support... no checking for Velocis support... no checking for a custom ODBC support... no checking for iODBC support... no checking for Easysoft ODBC-ODBC Bridge support... no checking for unixODBC support... no checking for OpenLink ODBC support... no checking for DBMaker support... no checking for Oracle-ORACLE support... no checking for Ovrimos SQL Server support... no checking whether to include PCRE support... yes checking for memmove... (cached) yes checking whether to include Pdflib 3.x support... no checking whether to include Verisign Payflow Pro support... no checking for PostgreSQL support... no checking whether to include POSIX-like functions... yes checking for seteuid... yes checking for setegid... yes checking for setsid... yes checking for getsid... no checking for setpgid... yes checking for ctermid... yes checking for mkfifo... yes checking for getrlimit... yes checking whether to include pspell support... no checking for readline support... no checking for recode support... no checking for Sablotron XSL support... no checking whether to enable CORBA support via Satellite... no checking for mm support... no checking whether to enable transparent session id propagation... no checking whether to enable session support... yes checking whether to enable shmop support... no checking for OpenSSL support in SNMP... no checking for SNMP support... no checking whether to enable UCD SNMP hack... no checking whether to enable sockets support... no checking for dlopen... no checking for pam_start in -lpam... no checking for getcwd... yes checking for getwd... yes checking for standard DES crypt... yes checking for extended DES crypt... yes checking for MD5 crypt... no checking for Blowfish crypt... no checking for libswf support... no checking for Sybase support... no checking for Sybase-CT support... no checking whether to enable System V semaphore support... no checking whether to enable System V shared memory support... no checking whether to enable WDDX support... no checking whether byte ordering is bigendian... yes checking for XML support... yes checking for YAZ support... no checking whether to include YP support... no checking whether to include zlib support... no checking whether to enable versioning... no checking which regex library to use... php Configuring Zend checking bison version... 1.28 (ok) checking for limits.h... (cached) yes checking for malloc.h... no checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdarg.h... (cached) yes checking for sys/types.h... (cached) yes checking for signal.h... (cached) yes checking for unix.h... (cached) no checking for dlfcn.h... no checking for size_t... (cached) yes checking return type of signal handlers... void checking for dlopen in -ldl... (cached) no checking for dlopen... (cached) no checking for uint... yes checking for ulong... no checking for vprintf... (cached) yes checking for 8-bit clean memcmp... yes checking for working alloca.h... (cached) no checking for alloca... (cached) yes checking for memcpy... (cached) yes checking for strdup... (cached) yes checking for getpid... yes checking for kill... yes checking for strtod... yes checking for strtol... yes checking for finite... yes checking whether sprintf is broken... (cached) no checking for finite... (cached) yes checking for isfinite... no checking for isinf... yes checking for isnan... yes checking whether fp_except is defined... no checking whether to enable experimental ZTS... no checking whether to enable inline optimization for GCC... no checking whether to enable a memory limit... no checking whether to enable Zend debugging... no checking for inline... inline Configuring TSRM checking for stdarg.h... (cached) yes Configuring libtool checking build system type... powerpc-apple-darwin1.2 checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD-compatible nm... /usr/bin/nm -p updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... /Applications/php-4.0.3pl1/conftest yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... none checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the linker (/usr/bin/ld) supports shared libraries... no checking command to parse /usr/bin/nm -p output... ok checking how to hardcode library paths into programs... unsupported checking for /usr/bin/ld option to reload object files... -r checking dynamic linker characteristics... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking for objdir... .libs creating libtool updating cache ./config.cache loading cache ./config.cache Generating files checking for working mkdir -p... yes creating config_vars.mk updating cache ./config.cache creating ./config.status creating php4.spec creating Zend/Makefile creating build-defs.h creating pear/pear rm: pear/pear: is a directory ./config.status: is a directory: pear/pear [300] creating pear/phpize creating pear/php-config creating pear/PEAR.php creating TSRM/Makefile creating php_config.h php_config.h is unchanged creating sapi/Makefile creating ext/Makefile creating Makefile creating pear/Makefile creating main/Makefile creating ext/mysql/Makefile creating ext/pcre/Makefile creating ext/pcre/pcrelib/Makefile creating ext/posix/Makefile creating ext/session/Makefile creating ext/standard/Makefile creating ext/xml/Makefile creating ext/xml/expat/Makefile creating ext/xml/expat/xmlparse/Makefile creating ext/xml/expat/xmltok/Makefile creating sapi/apache/Makefile creating regex/Makefile creating main/internal_functions.c +--------------------------------------------------------------------+ | License: | | This software is subject to the PHP License, available in this | | distribution in the file LICENSE. By continuing this installation | | process, you are bound by the terms of this license agreement. | | If you do not agree with the terms of this license, you must abort | | the installation process at this point. | +--------------------------------------------------------------------+ Thank you for using PHP. ************************************************************ **************************** Note: I've done the same build process on LinuxPPC and the following error do not appear. rm: pear/pear: is a directory ./config.status: is a directory: pear/pear [300] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ************************************************************ ****************************** The "make" command reports no errors The "make install" command reports this errors: ... Making install in TSRM make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. Making install in regex make[2]: Nothing to be done for `install-p'. Making install in . /usr/sbin/apxs -i -a -n php4 libs/libphp4.so cp libs/libphp4.so /System/Library/Apache/Modules/libphp4.so cp: libs/libphp4.so: No such file or directory apxs:Break: Command failed with rc=65536 make[1]: *** [install-sapi] Error 1 make: *** [install-recursive] Error 1 ************************************************************ **************************** Note : I think that the problem is that after "make", the folder "php-4.0.3pl1/libs" contains only the files "libphp4.a" and "libphp4.la" ************************************************************ **************************** Using the -with-apache=../apache_1.3.14 ... option the result of "make" -> "make install" is: ... + /Applications/php-4.0.3pl1/build/shtool install -c -m 644 /Applications/php-4.0.3pl1/pear/Payment/Verisign.php /usr/local/lib/php/Payment/ + /Applications/php-4.0.3pl1/build/shtool install -c -m 644 /Applications/php-4.0.3pl1/pear/XML/Parser.php /usr/local/lib/php/XML/ + /Applications/php-4.0.3pl1/build/shtool install -c -m 644 /Applications/php-4.0.3pl1/pear/PEAR.php /usr/local/lib/php/ creating header file hierarchy /Applications/php-4.0.3pl1/build/shtool mkdir -p /usr/local/lib/php/build /usr/local/bin && (cd /Applications/php-4.0.3pl1 && cp pear/pear.m4 build/fastgen.sh build/library.mk build/ltlib.mk build/mkdep.awk build/program.mk build/rules.mk build/rules_common.mk build/rules_pear.mk build/dynlib.mk build/shtool dynlib.m4 acinclude.m4 /usr/local/lib/php/build) /Applications/php-4.0.3pl1/build/shtool install -c -m 755 /Applications/php-4.0.3pl1/pear/phpextdist /usr/local/bin/phpextdist for prog in phpize php-config pear; do /Applications/php-4.0.3pl1/build/shtool install -c -m 755 $prog /usr/local/bin/$prog; done cp: pear is a directory (not copied). make[2]: *** [install-programs] Error 1 make[1]: *** [install-recursive] Error 1 make: *** [install-recursive] Error 1 Any suggestion to make php4 works under Mac OS X (Darwin) systems ? Thank you. Pier Luigi Covarelli ([EMAIL PROTECTED]) --------------------------------------------------------------------------- The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online. Full Bug description available at: http://bugs.php.net/?id=7872 -- 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]