nrk/phpiredis

Make error

Closed this issue · 3 comments

I try:

$ git clone https://github.com/nrk/phpiredis.git
$ cd phpiredis
$ phpize && ./configure --enable-phpiredis
$ make && make install
make: *** No targets specified and no makefile found.  Stop.

OS

Ubuntu 14.04 Linux 3.13.0-39-generic x86_64
gcc (Ubuntu 4.8.2-19ubuntu1) 4.8.2
PHP 5.5.9-1ubuntu4.5

INFO

$ ./configure --enable-phpiredis
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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20121212
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking whether to enable phpiredis support... yes, shared
checking for hiredis library... yes, shared
checking for hiredis installation... configure: error: not found
nrk commented

I can't reproduce your issue. How did you install hiredis on your environment? Did you use the libhiredis-dev package shipped by Ubuntu or did you install it manually by compiling it from sources?

Thanks! I install libhiredis-dev and try again. Profit!

nice! help me a lot!