[PHP] Config sh problem and Imagick

2004-06-17 Thread [EMAIL PROTECTED]
Sorry but I am having problems with the PHP-Install list.  Anyone have any
insights on compling with Imagick.  Is that what is causing this problem of
the error at the bottom of the message?

Here is my configure statement:
./configure --with-apxs=/usr/local/www/bin/apxs --enable-ftp --with-dom
--enable-sockets --enable-wddx --with-xmlrpc
--with-zlib-dir=/usr/local/include --enable-dbx --enable-dbase
--with-mcrypt=/usr/local/src --enable-sockets --with-iodbc --with-xpm-dir=no
--with-xmlrpc --with-mhash=/usr/local/lib --with-imagick
--with-expat-dir=/usr/local --with-iconv=/usr/local
--with-mysql=/usr/virtual/share/pkgs/installed/mysql-client/3.23.46

- can anyone let me know why it won't compile?  Many thanks!!
Here is the output:

creating cache ./config.cache
checking host system type... i386-unknown-freebsd4.4
./configure: ./build/shtool: not found
./configure: ./build/shtool: not found
./configure: ./build/shtool: not found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking if compiler supports -R... yes
checking for re2c... exit 0;
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking for bison... no
checking for byacc... byacc
configure: warning: You will need bison if you want to regenerate the PHP
parsers.
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for working const... yes
checking flex version... 2.5.4 (ok)
checking for pthreads_cflags... -pthread
checking for pthreads_lib...

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache 1.x module support via DSO through APXS... yes
checking for member fd in BUFF *... yes
checking for mod_charset compatibility option... no
checking for Apache 2.0 filter-module support via DSO through APXS... no
checking for Apache 2.0 handler-module support via DSO through APXS... no
checking for Caudium support... no
checking for CLI build... sed:
/usr/local/src/php-4.3.6/sapi/cli/Makefile.frag: No such file or directory
yes
checking for embedded SAPI library support... no
checking for Zeus ISAPI support... no
checking for NSAPI support... no
checking for PHTTPD support... no
checking for Pi3Web support... no
checking for Roxen/Pike support... no
checking for Servlet support... no
checking for thttpd... no
checking for TUX... no
checking for webjames... no
checking for chosen SAPI module... apache

Running system checks
checking for missing declarations of reentrant functions... done
checking for sendmail... /usr/sbin/sendmail
checking whether system uses EBCDIC... no
checking for socket... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for yp_get_default_domain... yes
checking for dlopen... yes
checking for sin in -lm... yes
checking for res_search... yes
checking for inet_aton... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for fclose declaration... ok
checking for dirent.h... yes
checking for ApplicationServices/ApplicationServices.h... no
checking for sys/param.h... yes
checking for sys/types.h... yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for assert.h... yes
checking for crypt.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... yes
checking for langinfo.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for monetary.h... no
checking for mach-o/dyld.h... no
checking for netdb.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for signal.h... yes
checking for stdarg.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/statfs.h... no
checking for sys/statvfs.h... no
checking for sys/vfs.h... no
checking for sys/sysexits.h... no
checking for sys/varargs.h... no
checking for sys/wait.h... yes
checking for unistd.h... yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for 

Re: [PHP] Config sh problem and Imagick

2004-06-17 Thread Curt Zirzow
* Thus wrote [EMAIL PROTECTED]:
 Sorry but I am having problems with the PHP-Install list.  Anyone have any
 insights on compling with Imagick.  Is that what is causing this problem of
 the error at the bottom of the message?
 
 Here is my configure statement:
 ./configure --with-apxs=/usr/local/www/bin/apxs --enable-ftp --with-dom
 --enable-sockets --enable-wddx --with-xmlrpc
 --with-zlib-dir=/usr/local/include --enable-dbx --enable-dbase
 --with-mcrypt=/usr/local/src --enable-sockets --with-iodbc --with-xpm-dir=no
 --with-xmlrpc --with-mhash=/usr/local/lib --with-imagick
 --with-expat-dir=/usr/local --with-iconv=/usr/local
 --with-mysql=/usr/virtual/share/pkgs/installed/mysql-client/3.23.46
 
 - can anyone let me know why it won't compile?  Many thanks!!
 Here is the output:
 
 creating cache ./config.cache
 checking host system type... i386-unknown-freebsd4.4
 ./configure: ./build/shtool: not found

It appears this is were the problems all start. That build/shtool
should exist. Extract a fresh copy in a new directory and see if
its there. If not redown load it from php's site.

Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php