PECL gearman 설치

1 개요[ | ]

pecl install gearman
PECL 기어맨 설치

2 설치[ | ]

[root@zetawiki ~]# pecl install gearman
downloading gearman-1.1.2.tgz ...
Starting to download gearman-1.1.2.tgz (30,961 bytes)
.........done: 30,961 bytes
3 source files, building
running: phpize
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
building in /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2
running: /var/tmp/gearman/configure
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
checking for PHP extension directory... /usr/lib64/php/modules
checking for PHP installed headers prefix... /usr/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... gawk
checking whether to enable gearman support... yes, shared
found in /usr
checking for gearman_client_set_context in -lgearman... yes
checking for gearman_worker_set_server_option in -lgearman... yes
checking for gearman_job_error in -lgearman... yes
checking for gearman_client_unique_status in -lgearman... yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1966080
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands
running: make
/bin/sh /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/libtool --mode=compile cc  -I. -I/var/tmp/gearman -DPHP_ATOM_INC -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/include -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/main -I/var/tmp/gearman -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -Wall   -c /var/tmp/gearman/php_gearman.c -o php_gearman.lo
libtool: compile:  cc -I. -I/var/tmp/gearman -DPHP_ATOM_INC -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/include -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/main -I/var/tmp/gearman -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -Wall -c /var/tmp/gearman/php_gearman.c  -fPIC -DPIC -o .libs/php_gearman.o
/bin/sh /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/libtool --mode=link cc -DPHP_ATOM_INC -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/include -I/var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/main -I/var/tmp/gearman -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2 -Wall   -o gearman.la -export-dynamic -avoid-version -prefer-pic -module -rpath /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules  php_gearman.lo -lgearman -lgearman -lgearman -lgearman
libtool: link: cc -shared  .libs/php_gearman.o   -lgearman    -Wl,-soname -Wl,gearman.so -o .libs/gearman.so
libtool: link: ( cd ".libs" && rm -f "gearman.la" && ln -s "../gearman.la" "gearman.la" )
/bin/sh /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/libtool --mode=install cp ./gearman.la /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules
libtool: install: cp ./.libs/gearman.so /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules/gearman.so
libtool: install: cp ./.libs/gearman.lai /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules/gearman.la
libtool: finish: PATH="/usr/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /var/tmp/pear-build-rootgVWWmt/gearman-1.1.2/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2" install
Installing shared extensions:     /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr/lib64/php/modules/
running: find "/var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2" | xargs ls -dils
268179   4 drwxr-xr-x 3 root root   4096 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2
268201   4 drwxr-xr-x 3 root root   4096 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr
268202   4 drwxr-xr-x 3 root root   4096 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr/lib64
268203   4 drwxr-xr-x 3 root root   4096 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr/lib64/php
268204   4 drwxr-xr-x 2 root root   4096 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr/lib64/php/modules
268200 276 -rwxr-xr-x 1 root root 280194 Nov 17 14:49 /var/tmp/pear-build-rootgVWWmt/install-gearman-1.1.2/usr/lib64/php/modules/gearman.so

Build process completed successfully
Installing '/usr/lib64/php/modules/gearman.so'
install ok: channel://pecl.php.net/gearman-1.1.2
configuration option "php_ini" is not set to php.ini location
You should add "extension=gearman.so" to php.ini

3 php 설정 및 확인[ | ]

[root@zetawiki ~]# echo "extension=gearman.so" > /etc/php.d/gearman.ini
[root@zetawiki ~]# php -m | grep gearman
gearman

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}