Saturday, April 9, 2016

php7 on manjaro

Follow instruction to install httpd & php as usual, if not working try this.

[root@majoris fatur]# mcedit /etc/httpd/conf/httpd.conf

add this line:

LoadModule php7_module       modules/libphp7.so
AddHandler php7-script php
Include conf/extra/php7_module.conf


from arch wiki in /etc/httpd/conf/httpd.conf,

comment the line:

LoadModule mpm_event_module modules/mod_mpm_event.so

and uncomment the line:

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so










don't forget to restart the htppd server

Finally

install alpine on manjaro

Alpine is a free software email client developed at the University of Washington.
Alpine is a rewrite of the Pine Message System that adds support for Unicode and other features. Alpine is meant to be suitable for both inexperienced email users and the most demanding of power users. Alpine can be learned by exploration and the use of context-sensitive help. The user interface can be customized.

Use this magic command on GNU/Linux Manjaro OS

[fatur@majoris ~]$ sudo packman -S alpine

i use number 2 as a default installation.

next they will download teh file releted with the apache including the library etc.

 After, downloading they will compile all software and library.


Done with compile, the asking to installation at local system.


Done. Have a nice day...