On Fri, Apr 18, 2008 at 10:45 PM, Hüseyin Şentürk <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to install MySQL, Apache and PHP on my computer. > My resourcebook is "PHP & MySQL for Dummies". > I have installed MySQL and Apache2.2. > I downloaded PHP. > But I can not joint PHP and Apache2. > System shows the same errors: > "LoadModule takes two arguments, a module name and the name of a shared > object file to load it from..." > What should I do? > Thank you very much.
Find the realted LoadModule line in httpd.conf and show us exactly what it looks like. One possibility is that your path has spaces in it, in which case you need to put double-quotes around it. Joshua.