Rabu, 17 Oktober 2018

How to install php module mcrypt from source centos 6

  Tidak ada komentar
Enter to your php source directory
[root@maswachid ~]# cd ~/php-7.1.23
[root@maswachid php-7.1.23]# ls
acinclude.m4      CREDITS          Makefile.frag        README.EXT_SKEL                   run-tests.php
aclocal.m4        ext              Makefile.fragments   README.GIT-RULES                  sapi
appveyor          EXTENSIONS       Makefile.gcov        README.input_filter               scripts
autom4te.cache    footer           Makefile.global      README.MAILINGLIST_RULES          server-tests-config.php
build             generated_lists  Makefile.objects     README.md                         server-tests.php
buildconf         genfiles         makerpm              README.namespaces                 snapshot
buildconf.bat     header           missing              README.NEW-OUTPUT-API             stamp-h.in
buildmk.stamp     include          mkinstalldirs        README.PARAMETER_PARSING_API      stub.c
CODING_STANDARDS  INSTALL          modules              README.REDIST.BINS                tests
config.guess      install-sh       netware              README.RELEASE_PROCESS            travis
config.log        libs             NEWS                 README.SELF-CONTAINED-EXTENSIONS  TSRM
config.nice       libtool          pear                 README.STREAMS                    UPGRADING
config.status     LICENSE          php7.spec            README.SUBMITTING_PATCH           UPGRADING.INTERNALS
config.sub        ltmain.sh        php7.spec.in         README.TESTING                    vcsclean
configure         main             php.gif              README.TESTING2                   win32
configure.in      makedist         php.ini-development  README.UNIX-BUILD-SYSTEM          Zend
CONTRIBUTING.md   Makefile         php.ini-production   README.WIN32-BUILD-SYSTEM
[root@maswachid php-7.1.23]#

Enter to extension directory
[root@maswachid php-7.1.23]# cd ext/
[root@maswachid ext]# ls
bcmath      dba                 filter   imap       mcrypt   pcntl         pdo_odbc    readline    snmp      sysvsem    xmlrpc
bz2         dom                 ftp      interbase  mysqli   pcre          pdo_pgsql   recode      soap      sysvshm    xmlwriter
calendar    enchant             gd       intl       mysqlnd  pdo           pdo_sqlite  reflection  sockets   tidy       xsl
com_dotnet  exif                gettext  json       oci8     pdo_dblib     pgsql       session     spl       tokenizer  zip
ctype       ext_skel            gmp      ldap       odbc     pdo_firebird  phar        shmop       sqlite3   wddx       zlib
curl        ext_skel_win32.php  hash     libxml     opcache  pdo_mysql     posix       simplexml   standard  xml
date        fileinfo            iconv    mbstring   openssl  pdo_oci       pspell      skeleton    sysvmsg   xmlreader
[root@maswachid ext]#

Change working directory to desired module
[root@maswachid ext]# cd mcrypt/
[root@maswachid mcrypt]# ls
config.m4  config.w32  CREDITS  mcrypt.c  mcrypt_filter.c  php_mcrypt_filter.h  php_mcrypt.h  tests  TODO
[root@sipencatar-cloud mcrypt]# phpize
Configuring for:
PHP Api Version:         20160303
Zend Module Api No:      20160303
Zend Extension Api No:   320160303
[root@maswachid mcrypt]# ls
acinclude.m4    build         config.m4   configure.in  install-sh       mcrypt.c         mkinstalldirs        run-tests.php
aclocal.m4      config.guess  config.sub  config.w32    ltmain.sh        mcrypt_filter.c  php_mcrypt_filter.h  tests
autom4te.cache  config.h.in   configure   CREDITS       Makefile.global  missing          php_mcrypt.h         TODO
[root@maswachid mcrypt]#

Running configure
[root@maswachid mcrypt]# ./configure
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 for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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/local/php7
checking for PHP includes... -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/php7/lib/php/extensions/no-debug-non-zts-20160303
checking for PHP installed headers prefix... /usr/local/php7/include/php
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 for mcrypt support... yes, shared
checking for libmcrypt version... >= 2.5.6
checking for mcrypt_module_open in -lmcrypt... no
checking for mcrypt_module_open in -lmcrypt... yes
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1966080
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
[root@maswachid mcrypt]#

Check the directory list, 
[root@maswachid mcrypt]# ls
acinclude.m4    config.h     config.status  CREDITS     Makefile            mcrypt_filter.c      php_mcrypt.h
aclocal.m4      config.h.in  config.sub     include     Makefile.fragments  missing              run-tests.php
autom4te.cache  config.log   configure      install-sh  Makefile.global     mkinstalldirs        tests
build           config.m4    configure.in   libtool     Makefile.objects    modules              TODO
config.guess    config.nice  config.w32     ltmain.sh   mcrypt.c            php_mcrypt_filter.h
[root@maswachid mcrypt]#

Compile the source with running command make
[root@maswachid mcrypt]# make
/bin/sh /root/php-7.1.23/ext/mcrypt/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/php-7.1.23/ext/mcrypt -DPHP_ATOM_INC -I/root/php-7.1.23/ext/mcrypt/include -I/root/php-7.1.23/ext/mcrypt/main -I/root/php-7.1.23/ext/mcrypt -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /root/php-7.1.23/ext/mcrypt/mcrypt.c -o mcrypt.lo
mkdir .libs
 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/php-7.1.23/ext/mcrypt -DPHP_ATOM_INC -I/root/php-7.1.23/ext/mcrypt/include -I/root/php-7.1.23/ext/mcrypt/main -I/root/php-7.1.23/ext/mcrypt -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php-7.1.23/ext/mcrypt/mcrypt.c  -fPIC -DPIC -o .libs/mcrypt.o
/bin/sh /root/php-7.1.23/ext/mcrypt/libtool --mode=compile cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/php-7.1.23/ext/mcrypt -DPHP_ATOM_INC -I/root/php-7.1.23/ext/mcrypt/include -I/root/php-7.1.23/ext/mcrypt/main -I/root/php-7.1.23/ext/mcrypt -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /root/php-7.1.23/ext/mcrypt/mcrypt_filter.c -o mcrypt_filter.lo
 cc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/php-7.1.23/ext/mcrypt -DPHP_ATOM_INC -I/root/php-7.1.23/ext/mcrypt/include -I/root/php-7.1.23/ext/mcrypt/main -I/root/php-7.1.23/ext/mcrypt -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php-7.1.23/ext/mcrypt/mcrypt_filter.c  -fPIC -DPIC -o .libs/mcrypt_filter.o
/bin/sh /root/php-7.1.23/ext/mcrypt/libtool --mode=link cc -DPHP_ATOM_INC -I/root/php-7.1.23/ext/mcrypt/include -I/root/php-7.1.23/ext/mcrypt/main -I/root/php-7.1.23/ext/mcrypt -I/usr/local/php7/include/php -I/usr/local/php7/include/php/main -I/usr/local/php7/include/php/TSRM -I/usr/local/php7/include/php/Zend -I/usr/local/php7/include/php/ext -I/usr/local/php7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -o mcrypt.la -export-dynamic -avoid-version -prefer-pic -module -rpath /root/php-7.1.23/ext/mcrypt/modules  mcrypt.lo mcrypt_filter.lo -lmcrypt
cc -shared  .libs/mcrypt.o .libs/mcrypt_filter.o  -lmcrypt  -Wl,-soname -Wl,mcrypt.so -o .libs/mcrypt.so
creating mcrypt.la
(cd .libs && rm -f mcrypt.la && ln -s ../mcrypt.la mcrypt.la)
/bin/sh /root/php-7.1.23/ext/mcrypt/libtool --mode=install cp ./mcrypt.la /root/php-7.1.23/ext/mcrypt/modules
cp ./.libs/mcrypt.so /root/php-7.1.23/ext/mcrypt/modules/mcrypt.so
cp ./.libs/mcrypt.lai /root/php-7.1.23/ext/mcrypt/modules/mcrypt.la
PATH="$PATH:/sbin" ldconfig -n /root/php-7.1.23/ext/mcrypt/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /root/php-7.1.23/ext/mcrypt/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

[root@maswachid mcrypt]#

Install the module by running make install command
[root@maswachid mcrypt]# make install
Installing shared extensions:     /usr/local/php7/lib/php/extensions/no-debug-non-zts-20160303/
[root@maswachid mcrypt]#

Tidak ada komentar :

Posting Komentar