[PHP-SOAP-DEV] Compilation Problem
Status: Alpha
Brought to you by:
rodif_bl
From: Serge S. <web...@gf...> - 2002-06-17 18:52:37
|
Hello, I attempted at compiling SOAP into my PHP installation and have not been successful. After putting the =93soap=94 folder into PHP=92s source =93ext=94 = directory, I ran ./buildconf and got the following: =20 buildconf: checking installation... buildconf: autoconf version 2.50 (ok) buildconf: automake version 1.4-p4 (ok) buildconf: libtool version 1.4 (ok) rebuilding Makefile templates aclocal.m4: 1353: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL' aclocal.m4: 1354: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL' aclocal.m4: 1507: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL' automake: configure.in: installing `Zend/ylwrap' rebuilding configure rebuilding main/php_config.h.in =20 Seems to have gone through ok without problems, then I ran ./configure:=20 =20 ./configure --with-mysql --with-gd=3D/usr/local/lib/gd --with-freetype-dir=3D/usr/local --with-zlib-dir=3D/usr/local/lib --with-png-dir=3D/usr/local/lib --with-jpeg-dir=3D/usr/local/include --enable-sockets --prefix=3D/usr/local/php-4.2.0 --with-apxs=3D/usr/local/apache/bin/apxs --with-pgsql --enable-gd-native-ttf --with-jpeg-dir=3D/usr/local/lib/jpeg-6b --enable-gd-imgstrttf --enable-soap =20 Everything seems to go ok, however, when I run =93make=94 I get this: =20 make: *** No targets specified and no makefile found. Stop. =20 Once, however, I was able to get it to compile, but it would find the object when I tried to create it. =20 Regards, =20 Serge Stepanov Enterprise Architect & CTO VisualCaf=E9 Studios =20 |