lamp service php deployment
1. Install function library
2. Compile and install PHP
2.1 decompress the installation package
2.2 compilation and installation
3. Details of compilation parameters
4. Copy the php configuration file to the default directory and change its name
5. Configure Apache to support PHP
6. Web access
7. Test the connection to my ...
Posted on Wed, 08 Jan 2020 13:09:01 -0500 by trekerboy
Centos7 upgrade Git version
centos upgrade Git version
Problem description
The default git installation version of CentOS 7 system is 1.8, but it is found that the GIT version is too low in the project construction, so the source code compilation method is used to upgrade. At the same time, this article is also applicable to the installation of new git, I believe you have ...
Posted on Mon, 21 Oct 2019 22:16:50 -0400 by kobmat
Compile and install PHP in Linux nginx environment
Installation steps of php in nginx environment
System environment:
CentOS 6.5 / 7.0 x86_64
Fedora 20 x86_64
I. yum Installation Dependency Package
yum install zlib libxml libjpeg freetype libpng gd curl libiconv zlib-devel libxml2-devel libjpeg-devel freetype-devel libpng-devel gd-devel curl-devel openssl openssl-devel libxslt-devel
//Install ...
Posted on Thu, 04 Jul 2019 19:44:17 -0400 by Gregg
iOS Development Diary--Processing P2P Video Live Broadcast with Peergine SDk
Recently, in the project of P2P, about video surveillance live broadcasting, Peergine's P2P video live broadcasting module is used. Here's a summary of the experience of climbing pits.
sdk introduction
About SDK, in Official website For more details, you can now look at Peergine's SDK, which includes documentation and demo (as shown below).
...
Posted on Wed, 13 Feb 2019 16:06:18 -0500 by WindChill
install_name_tool resolves dyld: Library not loaded
On MacOS 10. +, sometimes the application can't find the dynamic library. For example, when using ffplay to play video:
ffplay ~/Movies/testfile.mp4
1
Errors obtained:
dyld: Library not loaded: /usr/local/opt/sdl/lib/libSDL-1.2.0.dylib
Referenced from: /usr/local/bin/ffplay
Reason: image not found
1
2
3
Use tool otool t ...
Posted on Tue, 05 Feb 2019 12:54:16 -0500 by Bullet