Não é possível instalar o Gearman no Red Hat

2

Estou tendo problemas para instalar o Gearman da Red Hat na Amazon. Não consegui encontrar um repositório, então baixei o Gearman versão .25, instalei-o e instalei o drizzle do repositório usando:

yum install libdrizzle-devel
yum install libdrizzle

O comando que eu executo é:

libdrizzle_CFLAGS="-I/usr/local/include" libdrizzle_LIBS="-L/usr/local/lib -ldrizzle" ./configure

Eu recebo:

   * Installation prefix:       /usr/local
   * System type:               unknown-linux-gnu
   * Host CPU:                  x86_64
   * C Compiler:                gcc (GCC) 4.4.5 20110214 (Red Hat 4.4.5-6)
   * Assertions enabled:        yes
   * Debug enabled:             no
   * Warnings as failure:       no
   * Building with libsqlite3   no
   * Building with libdrizzle   yes
   * Building with libmemcached no
   * Building with libpq        no
   * Building with tokyocabinet no

Então eu faço:

make
make install

Seguido por:

pecl install gearman

No entanto, parece que eu não posso usar a biblioteca de chuvisco e executar o comando de engrenagem me dá uma tela em branco.

Está em um servidor nginx e reiniciar o php-fpm também me dá erros:

Gracefully shutting down php-fpm . done
Starting php-fpm PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/gearman.so' - libgearman.so.6: cannot open shared object file: No such file or directory in Unknown on line 0

Estou fazendo algo errado? Existem outras maneiras de instalar o Gearman?

    
por fixer1234 05.12.2011 / 14:26

1 resposta

0

Depois de instalar seu módulo PHP, você precisa adicionar a referência a /etc/php.ini

    
por 11.12.2011 / 04:39