Author: PoplkMnuYt
Blue lights and UFO and alien encounters
Dan: first 15 seconds are just my attempt to illustrate what happened twice, in the middle of the night, at my house in Flint in late 2012….. Encoding = 264-MPEG4/AVC
Read Moreking pellet stove
tburk, Feb 21, 2011 tburk New Member Feb 21, 2011 2 0 Loc: Maine Hi all, New to board and looking for some suggestions to my recent problem. …
Read MorePHP 5.6 on Mint
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
#!/bin/bash # init function pause() { read -p “$*” } echo "" echo "-------------------------------------------------------" echo " This script will INSTALL PHP 5.5.8 - ON MINT 18 " echo " YOU WILL SEE MANY WARNINGS - BUT IT BUILDS & WORKS. " echo " WITHOUT EDITS THIS WILL REMOVE HTDOCS AND CONF " echo " DIRECTORIES - EDIT AS DESIRED. " echo "-------------------------------------------------------" echo "" read -p "Press ANY KEY TO CONTINUE................." echo "" #cp -R php.ini /usr/local/src cp LINK* /usr/local/src cp phpmyadmin.tar /usr/local/src cp memcached.conf /usr/local/src cp php.ini.5.6 /usr/local/src cp htdocs.tar /usr/local/src cp httpd.conf /usr/local/src cp php-5.6.25.tar.gz /usr/local/src cp launch_2018.tar /usr/local/src cp conf_for_eware_needs_cert.tar /usr/local/src cd /usr/local/src/ tar zxvf php-5.6.25.tar.gz echo "" echo "-----------------------------------------------------" echo " For some reason, at this point, I had to reinstall " echo " libmcrypt-dev.....so we'll do that first, then " echo " continue with the PHP build. " echo "-----------------------------------------------------" echo "" read -p "Continue............" echo "" apt-get install --reinstall libmcrypt-dev apt-get install libmariadbd-dev cd php-5.6.25 make clean ./buildconf --force ./configure \ --with-apxs2=/usr/local/apache2/bin/apxs \ --with-config-file-scan-dir=/etc/php5 \ --with-config-file-path=/usr/local/lib \ --disable-debug \ --enable-ftp \ --enable-inline-optimization \ --enable-mbstring \ --enable-sockets \ --enable-wddx=shared \ --enable-ftp \ --enable-exif \ --enable-calendar \ --enable-sysvsem \ --enable-sysvshm \ --enable-sysvmsg \ --enable-bcmath \ --enable-tokenizer \ --with-bz2 \ --enable-ctype \ --with-iconv \ --with-gettext \ --enable-shmop \ --enable-wddx \ --enable-intl \ --with-imap-ssl \ --enable-soap \ --with-gettext \ --with-libxml-dir=/opt \ --with-mysql \ --with-pdo-mysql \ --with-pdo-sqlite \ --with-mysqli=mysqlnd \ --with-regex=system \ --with-openssl \ --with-freetype-dir=/usr \ --with-jpeg-dir=/usr/include/jpeg \ --with-gd \ --with-zlib-dir=/usr \ --with-mcrypt=/usr/local/bin \ --enable-opcache \ --enable-embedded-mysqli \ --with-curl \ --with-recode=/usr/include \ --with-pear=/usr/local/php5/lib echo "" echo "-------------------------------------------------------" echo " Add the following to Makefile EXTRA_LIBS: " echo " -llber (BEFORE THE LAST ENTRY!) " echo " In other words, the end of the line should be this: " echo " -llber -lcrypt " echo "-------------------------------------------------------" echo "" read -p "Open Makefile and edit - PRESS ENTER..." echo "" nano /usr/local/src/php-5.6.25/Makefile make make install echo "" echo "---------------------------------------" echo " Install PHP libs... " echo "---------------------------------------" echo "" read -p "Continue................" echo "" sudo libtool --finish /usr/local/src/php-5.6.25/libs echo "" echo "" cp /usr/local/src/php.ini.5.6 /usr/local/lib/ cp /usr/local/src/memcached.conf /etc/memcached.conf service memcached restart cp /usr/local/src/htdocs.tar /usr/local/apache2 cp /usr/local/src/conf_for_eware_needs_cert.tar /usr/local/apache2 cp /usr/local/src/launch_2018.tar /usr/local/apache2 cd /usr/local/apache2 rm -rf conf tar xvf conf_for_eware_needs_cert.tar > /dev/null rm -rf htdocs tar xvf htdocs.tar tar xvf launch_2018.tar chmod -R 777 launch chmod -R 777 conf cd htdocs mkdir secure chmod -R 777 secure |

The Truth About “The $25 Computer”
The Truth About “The $25 Computer” By James Bentley . Published on September 27, 2016. Is it really possible to get a new computer for only $25? I wanted to find …
Read More
WordPress Audio Players, Various
WonderPlugin Audio Player Compact Audio Player HTML5/Jquery Player Lambert Media Group Media Player
Read More