Hear us Roar
Article:
 |
|
PHP 4.3 and Mac OS X
|
| Subject: |
|
Error during make |
| Date: |
|
2003-06-24 15:08:40 |
| From: |
|
anonymous2
|
|
|
|
This is my first time trying to install from source rather than binaries, as prompted by this article. My configure command finally works fine :
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --with-apxs --with-mysql --enable-ftp
but when I try "make", I get an error after a few hundred lines:
~/desktop/php-4.3.2/ext/ctype/ctype.c:74: (near initialization for `ctype_module_entry.handle')
make: *** [ext/ctype/ctype.lo] Error 1
Any clues at all? I'd love to get this working so I don't have to rely on binaries anymore (not that they haven't been great, Marc!)
|
|
| |