Editing Topic
Some notes and steps for various PHP installs and configs. == Compile / Libraries == * yum install kernel-devel gcc make gcc-c++ libxml2-devel ncurses-devel openssl-devel libuuid.x86_64 libuuid-devel.x86_64 sqlite-devel.x86_64 libcurl-devel mysql-devel lynx rsync -y == PHP 5.4.x - Threaded == * cd /tmp/telco * tar xzfv php-5.4.41.tar.gz * tar xzfv pthreads-2.0.10.tgz * mv pthreads-2.0.10 php-5.4.41/ext/pthreads * cd php-5.4.41 * rm -rf aclocal.m4 autom4te.cache/ * ./buildconf --force * ./configure --with-mysqli=/usr/bin/mysql_config --enable-sockets --with-zlib --with-regex=system --enable-mbstring --enable-inline-optimization --enable-ftp --enable-soap --with-curl --libdir=/usr/lib64 --enable-pcntl --enable-maintainer-zts --enable-pthreads --enable-openssl * make && make install [b] PHP 7 [/b] ./configure --with-mysqli=/usr/bin/mysql_config --enable-sockets --with-zlib --enable-mbstring --enable-inline-optimization --enable-ftp --enable-soap --with-curl --libdir=/usr/lib64 --enable-pcntl --enable-maintainer-zts --enable-pthreads --disable-fileinfo Include "--with-openssl" ? == Misc. Notes == Compiling on hosts with limited RAM (128 MB) Use --disable-fileinfo during configure
Add/Upload Screenshots:
Only PNG, JPG and GIF file type are supported.
File exceeded maximum allowed limit of 1000 KB
Attach another file
* If you wish to cancel your edit, simply click the back button on your browser.
Menu
Home
Manage Categories
Categories
Dedicated Servers
Freeswitch
PHP
Recipes
Reference
Speech-To-Text