Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Installing PEAR environment: /usr/local/lib/php/
  2. /usr/src/www/php/php-5.5.33/sapi/cli/php: symbol lookup error: /usr/src/www/php/php-5.5.33/sapi/cli/php: undefined symbol: __xmlFree
  3. Makefile:390: recipe for target 'install-pear-installer' failed
  4. make[1]: *** [install-pear-installer] Error 127
  5. Makefile:393: recipe for target 'install-pear' failed
  6. make: *** [install-pear] Error 2
  7.  
  8. libxslt.so.1 => /usr/lib/x86_64-linux-gnu/libxslt.so.1 (0x00007efd9c207000)
  9. libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007efd9bea0000)
  10.  
  11. checking for xml2-config path... /usr/local/bin/xml2-config
  12. checking whether libxml build works... yes
  13.  
  14. $ readelf -s /usr/local/lib/libxml2.so.2 | grep -i __xmlfree
  15. 1409: 00000000000e0b5c 35 FUNC GLOBAL DEFAULT 12 __xmlFree
  16. 5249: 00000000000e0b5c 35 FUNC GLOBAL DEFAULT 12 __xmlFree
  17.  
  18. $ cat /etc/ld.so.conf
  19. include /etc/ld.so.conf.d/*.conf
  20.  
  21. $ cat /etc/ld.so.conf.d/libs.conf
  22. /usr/local/lib
  23. /usr/lib/x86_64-linux-gnu/libfakeroot
  24.  
  25. ./configure --prefix=/usr/local
  26. CFLAGS="-O2 -mtune=native -funroll-loops -fPIC"
  27. --with-libdir=lib
  28. --with-apxs2=/usr/local/apache2/bin/apxs
  29. --disable-debug
  30. --disable-short-tags
  31. --enable-libgcc
  32. --enable-shared=yes
  33. --enable-calendar
  34. --enable-exif
  35. --enable-ftp
  36. --enable-gd-native-ttf
  37. --enable-mbstring
  38. --enable-shmop
  39. --enable-soap
  40. --enable-sockets
  41. --enable-sysvmsg
  42. --enable-sysvsem
  43. --enable-sysvshm
  44. --with-bz2
  45. --with-curl=/usr/local
  46. --with-freetype-dir
  47. --with-gd
  48. --with-gnu-ld
  49. --with-iconv-dir=/usr/local
  50. --with-jpeg-dir=/usr/local
  51. --with-ldap=/usr/local
  52. --with-libxml-dir=/usr/local
  53. --with-mcrypt
  54. --with-mhash
  55. --with-openssl
  56. --with-openssl-dir=/usr/local
  57. --with-pear
  58. --with-pcre-regex=/usr/local
  59. --with-pcre-dir=/usr/local
  60. --with-png-dir=/usr/local
  61. --with-tidy
  62. --with-readline
  63. --with-tsrm-pthreads
  64. --with-xmlrpc
  65. --with-xsl=/usr/local
  66. --with-zlib
  67. --with-mysqli=mysqlnd
  68. --with-pdo-mysql=mysqlnd
  69. --without-sqlite3
  70. --without-pdo-sqlite
  71.  
  72. export EXTRA_LDFLAGS_PROGRAM=-L/usr/local/curl-7.49.1/lib
  73.  
  74. export EXTRA_LDFLAGS_PROGRAM=-L/usr/local/lib/
  75.  
  76. --libdir=DIR object code libraries in DIR [EPREFIX/lib]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement