Witam. Zaczynam instalke tak jak jest w docku: The preferred method is to build Ming as a PHP module (.so file):
1. Compile the main Ming library
$ make $ make static
2. Compile the PHP module
$ cd php_ext $ make
3. Install the PHP module
$ make install
4. Configure PHP to load Ming. You need to adjust your php.ini file, normally by adding:
extension=php_ming.so
to the extension section, and also making sure the "extension_dir" parameter in the php.ini file is pointing to the correct directory. A common default of the php.ini file is to be pointing to "./", which may need adjusting.
Po odpaleniu make dostaje cos takiego:
--gifdbl.c: In function `newSWFDBLBitmapData_fromGifInput': gifdbl.c:229: `GifFileType' undeclared (first use in this function) gifdbl.c:229: `file' undeclared (first use in this function) gifdbl.c:233: warning: implicit declaration of function `DGifOpen' gifdbl.c:233: `InputFunc' undeclared (first use in this function) gifdbl.c:233: parse error before "gifReadFunc" /usr/include/bits/mathinline.h: At top level: gifdbl.c:224: warning: `gifReadFunc' defined but not used make[2]: *** [gifdbl.o] Error 1 make[2]: Leaving directory `/tmp/ming-0.3beta1/src/blocks' make[1]: *** [dynamic] Error 2 make[1]: Leaving directory `/tmp/ming-0.3beta1/src' make: *** [dynamic] Error 2
czy ktos spotkal sie z takim problemem?
-- Matys Łukasz