Advertisement
Guest User

Untitled

a guest
Apr 8th, 2012
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.31 KB | None | 0 0
  1. /opt/lampp/bin/phpize; CFLAGS=-m32 CPPFLAGS=-m32 CCASFLAGS=-m32 ./configure --enable-spotify --with-php-config=/opt/lampp/bin/php-config; make && make install
  2. Configuring for:
  3. PHP Api Version:         20090626
  4. Zend Module Api No:      20090626
  5. Zend Extension Api No:   220090626
  6. checking for grep that handles long lines and -e... /bin/grep
  7. checking for egrep... /bin/grep -E
  8. checking for a sed that does not truncate output... /bin/sed
  9. checking for cc... cc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether cc accepts -g... yes
  17. checking for cc option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... cc -E
  19. checking for icc... no
  20. checking for suncc... no
  21. checking whether cc understands -c and -o together... yes
  22. checking for system library directory... lib
  23. checking if compiler supports -R... no
  24. checking if compiler supports -Wl,-rpath,... yes
  25. checking build system type... x86_64-unknown-linux-gnu
  26. checking host system type... x86_64-unknown-linux-gnu
  27. checking target system type... x86_64-unknown-linux-gnu
  28. checking for PHP prefix... /opt/lampp
  29. checking for PHP includes... -I/opt/lampp/include/php -I/opt/lampp/include/php/main -I/opt/lampp/include/php/TSRM -I/opt/lampp/include/php/Zend -I/opt/lampp/include/php/ext -I/opt/lampp/include/php/ext/date/lib
  30. checking for PHP extension directory... /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626
  31. checking for PHP installed headers prefix... /opt/lampp/include/php
  32. checking if debug is enabled... no
  33. checking if zts is enabled... no
  34. checking for re2c... no
  35. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  36. checking for gawk... no
  37. checking for nawk... nawk
  38. checking if nawk is broken... no
  39. checking whether to enable Spotify support... yes, shared
  40. checking for ld used by cc... /usr/bin/ld
  41. checking if the linker (/usr/bin/ld) is GNU ld... yes
  42. checking for /usr/bin/ld option to reload object files... -r
  43. checking for BSD-compatible nm... /usr/bin/nm -B
  44. checking whether ln -s works... yes
  45. checking how to recognize dependent libraries... pass_all
  46. checking for ANSI C header files... no
  47. checking for sys/types.h... yes
  48. checking for sys/stat.h... yes
  49. checking for stdlib.h... yes
  50. checking for string.h... yes
  51. checking for memory.h... yes
  52. checking for strings.h... yes
  53. checking for inttypes.h... yes
  54. checking for stdint.h... yes
  55. checking for unistd.h... yes
  56. checking dlfcn.h usability... yes
  57. checking dlfcn.h presence... yes
  58. checking for dlfcn.h... yes
  59. checking the maximum length of command line arguments... 1572864
  60. checking command to parse /usr/bin/nm -B output from cc object... failed
  61. checking for objdir... .libs
  62. checking for ar... ar
  63. checking for ranlib... ranlib
  64. checking for strip... strip
  65. checking if cc supports -fno-rtti -fno-exceptions... no
  66. checking for cc option to produce PIC... -fPIC
  67. checking if cc PIC flag -fPIC works... yes
  68. checking if cc static flag -static works... no
  69. checking if cc supports -c -o file.o... yes
  70. checking whether the cc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... no
  78. creating libtool
  79. appending configuration tag "CXX" to libtool
  80. configure: creating ./config.status
  81. config.status: creating config.h
  82. config.status: config.h is unchanged
  83. /bin/bash /home/rodekassen/vilhelmk-libspotify-php-0318f07/libtool --mode=install cp ./spotify.la /home/rodekassen/vilhelmk-libspotify-php-0318f07/modules
  84. cp ./.libs/spotify.so /home/rodekassen/vilhelmk-libspotify-php-0318f07/modules/spotify.so
  85. cp ./.libs/spotify.lai /home/rodekassen/vilhelmk-libspotify-php-0318f07/modules/spotify.la
  86. PATH="$PATH:/sbin" ldconfig -n /home/rodekassen/vilhelmk-libspotify-php-0318f07/modules
  87. ----------------------------------------------------------------------
  88. Libraries have been installed in:
  89.    /home/rodekassen/vilhelmk-libspotify-php-0318f07/modules
  90.  
  91. If you ever happen to want to link against installed libraries
  92. in a given directory, LIBDIR, you must either use libtool, and
  93. specify the full pathname of the library, or use the `-LLIBDIR'
  94. flag during linking and do at least one of the following:
  95.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  96.      during execution
  97.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  98.     during linking
  99.   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
  100.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  101.  
  102. See any operating system documentation about shared libraries for
  103. more information, such as the ld(1) and ld.so(8) manual pages.
  104. ----------------------------------------------------------------------
  105.  
  106. Build complete.
  107. Don't forget to run 'make test'.
  108.  
  109. Installing shared extensions:     /opt/lampp/lib/php/extensions/no-debug-non-zts-20090626/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement