Article:
 |
|
PHP 4.3 and Mac OS X
|
| Subject: |
|
Error During 'sudo make install' |
| Date: |
|
2003-05-23 19:54:49 |
| From: |
|
anonymous2
|
|
|
|
Here is my config:
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --with-apxs --with-zlib --with-curl=/sw --with-dom=/sw --enable-xlst --with-dom-xlst=/sw --with-pear --with-mysql --with-ldap=/sw
Which configured fine once I added the right libraries using Fink (FinkCommander).
make proceeded without any problems, but when doing make install, I get the following error about 10 sec. in:
grep: /sw/lib/libsasl2.la: No such file or directory
sed: /sw/lib/libsasl2.la: No such file or directory
libtool: link: `/sw/lib/libsasl2.la' is not a valid libtool archive
make: *** [libphp4.la] Error 1
Any suggestions? Recommendations?
Thanks.
|
Showing messages 1 through 1 of 1.
This is somehow related to your LDAP configuration, but I haven't run across this error before, so I'm not positive what you need to do.