Hello, I'm having trouble building PHP-5.1.4 with CYGWIN on Windows XP. If this is the wrong list for this question, please let me know which group would be better and I'll move the question there. I have already built the following other tools and am referencing them in my PHP configure line: Apache 2.2.2 PostgreSQL 8.1.4 Those have been built and installed. I used the following configuration line for PHP: ./configure --prefix=/usr/local/php-5.1.4 \ --with-apxs2=/usr/local/httpd-2.2.2/bin/apxs \ --enable-fastcgi \ --enable-calendar \ --with-curl \ --with-pgsql=/usr/local/postgresql-8.1.4 \ --with-readline \ --enable-soap \ --enable-sockets \ --with-regex \ The configure seems to run fine, as does the build. However, when I do the "make install", I get the following message: Installing PHP SAPI module: apache2handler /usr/local/httpd-2.2.2/build/instdso.sh SH_LIBTOOL='/usr/local/httpd-2.2.2/build/libtool' libphp5.la /usr/local/httpd-2.2.2/modules /usr/local/httpd-2.2.2/build/libtool --mode=install cp libphp5.la /usr/local/httpd-2.2.2/modules/ cp .libs/libphp5.lai /usr/local/httpd-2.2.2/modules/libphp5.la cp .libs/libphp5.a /usr/local/httpd-2.2.2/modules/libphp5.a ranlib /usr/local/httpd-2.2.2/modules/libphp5.a chmod 644 /usr/local/httpd-2.2.2/modules/libphp5.a libtool: install: warning: remember to run `libtool --finish /home/lawsond/build/php-5.1.4/libs' Warning! dlname not found in /usr/local/httpd-2.2.2/modules/libphp5.la. Assuming installing a .so rather than a libtool archive. chmod 755 /usr/local/httpd-2.2.2/modules/libphp5.so chmod: cannot access `/usr/local/httpd-2.2.2/modules/libphp5.so': No such file or directory apxs:Error: Command failed with rc=65536 . make: *** [install-sapi] Error 1 And that's it. I have cleaned, reconfigured, and rebuilt several times with the same results each time. Any clues as to what to do next? I would rather not download pre-built binaries for Apache and PHP if possible because the goal is to layer PostGIS and the U. of MN Mapserver on top of this setup. Plus, I'm trying to see if I can build the same software stack on both Linux and Windows. Thus far, Linux: 1, Windows: 0 :( Thanks, -- Dave