> I have a problem of installation of php. > > I'm using Linux 7.3. I have installed > openldap2.1.22 successfully. > > Now I'm compiling php with the following > command: > > ./configure --with-apache2=/usr/local/apache2 \ > --with-mysql=/usr/local/mysql \ > --with-ldap=/usr/local/ldap > > The configuration is past. However, when I > type make, the following error occured: > gcc: sapi/cli/php_cli.o: No such file or directory > gcc: sapi/cli/getopt.o: No such file or directory > make: ***[sapi/cli/php] Error 1
How is openldap installed? Are you sure that openldap is installed in /usr/local/ldap...do you have the openldap dev files? This error does not look like it is ldap specific... -- BigDog -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php