Didier McGillis wrote: > > Sorry dont know if I mentioned this in the email > make: *** [ext/ctype/ctype.lo] Error 1 > Is the last thing I get. > >>From: "Didier McGillis" <[EMAIL PROTECTED]> >>To: [EMAIL PROTECTED] >>Subject: [PHP-INSTALL] install issues. >>Date: Mon, 15 Sep 2003 19:30:52 +0000 >> >>Having some issues with setting up PHP. Pretty new to this, I have looked >>at the mailing list and couldnt find anything. >> >>./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs >>... >>Generating files >>updating cache ./config.cache >>creating ./config.status >>creating php4.spec >>creating main/build-defs.h >>creating scripts/phpize >>creating scripts/php-config >>creating sapi/cli/php.1 >>creating main/php_config.h >>sed: file conftest.frag line 4: Unknown option to `s' >>sed: file conftest.frag line 9: Unknown option to `s' >>sed: file conftest.frag line 12: Unterminated `s' command
If you're on Cygwin, try to mount your partition in binary mode (I don't know how to do that, but I googled for "sed: file conftest.frag"). If you are on Solaris, make sure you have /usr/xpg4/bin/sed (or GNU sed) in your PATH before the other, broken sed. In either case make sure your download is ok (compare the output of "md5sum php-4.3.3.tar.bz2" with the md5sum that is displayed on the download page). Regards... Michael