Advertisement
Guest User

Untitled

a guest
May 14th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.12 KB | None | 0 0
  1. pecl install pam
  2. downloading pam-1.0.3.tgz ...
  3. Starting to download pam-1.0.3.tgz (6,671 bytes)
  4. .....done: 6,671 bytes
  5. 3 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version:         20100412
  9. Zend Module Api No:      20100525
  10. Zend Extension Api No:   220100525
  11. building in /tmp/pear/temp/pear-build-rootiJGXJq/pam-1.0.3
  12. running: /tmp/pear/temp/pam/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/20100525
  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... no
  42. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  43. checking for gawk... no
  44. checking for nawk... nawk
  45. checking if nawk is broken... no
  46. checking for PAM support... yes, shared
  47. configure: error: install the the PAM library or use --with-pam=DIR to specify the location.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement