Comments on Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)

Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Josué Artaud

Great post. Thanks a lot!

By: yahya


hi
I have successfully install apache2  and it's working fine.Now i am installing php 5 on open suse 12.3 by using the command  zypper install apache2-mod_php5 it return the error like this 
 Problem: apache2-mod_php5-5.3.17-3.8.1.x86_64 requires php5 = 5.3.17, but this requirement cannot                 be provided
  uninstallable providers: php5-5.3.17-3.1.1.i586[repo-12.3-oss]
                   php5-5.3.17-3.1.1.x86_64[repo-12.3-oss]
                   php5-5.3.17-3.4.1.i586[repo-12.3-update]
                   php5-5.3.17-3.8.1.i586[repo-12.3-update]
                   php5-5.3.17-3.4.1.x86_64[repo-12.3-update]
                   php5-5.3.17-3.8.1.x86_64[repo-12.3-update]
 Solution 1: deinstallation of patterns-openSUSE-minimal_base-conflicts-12.3-7.10.1.x86_64
 Solution 2: do not install apache2-mod_php5-5.3.17-3.8.1.x86_64
 Solution 3: do not install apache2-mod_php5-5.3.17-3.8.1.x86_64
 Solution 4: break apache2-mod_php5-5.3.17-3.8.1.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/3/4/c]
can any one help me to resolve this  i want to setup lamp on the sever 

 

By: Anonymous

to avoid conflicts before install php5 , disable in software repository your update-oss and update-non-oss and now try to install apache_mod_php5.

By: Paul

Works perfect for me! Thanks a lot!