Install Linux: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				No edit summary  | 
				||
| Line 18: | Line 18: | ||
  apt-get install mysql-server-5.5  |   apt-get install mysql-server-5.5  | ||
==Perl and CGI==  | ==Perl and CGI==  | ||
 List of required perl modules  | |||
  apt-get install libapache2-mod-fcgid libcgi-fast-perl    |   apt-get install libapache2-mod-fcgid libcgi-fast-perl    | ||
  apt-get install libcgi-pm-perl libcgi-session-perl    |   apt-get install libcgi-pm-perl libcgi-session-perl    | ||
Revision as of 22:34, 13 June 2015
Install
| 
 Sample for Debian 8: 
  | 
![]()  | 
Packages
MySQL
apt-get install mysql-server-5.5
Perl and CGI
List of required perl modules apt-get install libapache2-mod-fcgid libcgi-fast-perl apt-get install libcgi-pm-perl libcgi-session-perl apt-get install libfcgi-perl libfcgi0ldbl apt-get install libnet-snmp-perl libxml-simple-perl apt-get install sudo
