Recently I got my OpenSuse 11.1 and installed lamp using
zypper install -t pattern lamp_server
The installation was susccessful
However whenever I start my apache2ctl I get the follwing error message
** httpd2: Syntax error on line 188 of /etc/apache2/httpd.conf: Could not open configuration file /etc/apache2/sysconfig.d/include.conf: No such file or directory
Also I get this error with mysql stating
**
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2)****
I referred to previous forum entries but it did not help a lot
PS This is a freshly installed system as I got it yesterday only
Hi, I can’t say anything specific about the error messages you’re getting. But I’ve done one project in Suse with LAMP, so this suggestion can be helpful. You don’t need to install LAMP-Server separately. Apache, Mysql, php support comes in default with Suse. Just check in YaST whether they are installed. Then just configure the httpd.conf file and php modules(You’ll get instruction in any standard book or on internet & it’s simple & sort). Then start the apache server, mysqld and simply test your php pages.