Advertisement
Guest User

Untitled

a guest
Jan 5th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. sudo pecl install cld
  2. downloading cld-0.5.0.tgz ...
  3. Starting to download cld-0.5.0.tgz (12,367 bytes)
  4. .....done: 12,367 bytes
  5. 4 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version: 20121113
  9. Zend Module Api No: 20121212
  10. Zend Extension Api No: 220121212
  11. building in /tmp/pear/temp/pear-build-rootofTQFW/cld-0.5.0
  12. running: /tmp/pear/temp/cld/configure
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for cc... cc
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether cc accepts -g... yes
  24. checking for cc option to accept ISO C89... none needed
  25. checking how to run the C preprocessor... cc -E
  26. checking for icc... no
  27. checking for suncc... no
  28. checking whether cc understands -c and -o together... yes
  29. checking for system library directory... lib
  30. checking if compiler supports -R... no
  31. checking if compiler supports -Wl,-rpath,... yes
  32. checking build system type... x86_64-unknown-linux-gnu
  33. checking host system type... x86_64-unknown-linux-gnu
  34. checking target system type... x86_64-unknown-linux-gnu
  35. checking for PHP prefix... /usr
  36. 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
  37. checking for PHP extension directory... /usr/lib/php5/20121212
  38. checking for PHP installed headers prefix... /usr/include/php5
  39. checking if debug is enabled... no
  40. checking if zts is enabled... no
  41. checking for re2c... re2c
  42. checking for re2c version... 0.13.5 (ok)
  43. checking for gawk... no
  44. checking for nawk... nawk
  45. checking if nawk is broken... no
  46. checking enable Chromium Compact Language Detector... yes, shared
  47. checking libcld install dir... no
  48. configure: error: libcld not found. Specify installation directory with --with-libcld-dir=
  49. ERROR: `/tmp/pear/temp/cld/configure' failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement