on a new installation i get this error:
bin\\httpd: Syntax error on line 112 of ./conf/httpd.conf: Cannot load D:/apache
/modules/modphp5.dll into server: SYS0002: The system cannot find the file speci
fied. (PHP5)
line 112:
LoadModule php5_module modules/modphp5.dll
of course i've checked all paths, files and dll, followed the instructions
but if i activate php i get this error and it's not a problem related to the path
any idea?
any help?
thanks
bye
massimo s.
Sent from my iPhone
> --
> You received this message because you are subscribed to the Google Groups "Apache for OS/2" group.
> To post to this group, send email to apa...@googlegroups.com.
> To unsubscribe from this group, send email to apache2+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/apache2?hl=en.
>
Not sure how relevant my comment is,
but, i usually place non-op-sys dlls in something like f:/dll, and, have that on libpath
Not sure how relevant...
And I would be glad to help, If I understand it-- any idiot could understand. I have spent countless hours over the DLL locations. Finally putting everything in c:\os2\dll-- Yes Steve I know that is a really bad idea, but the other options are at best a WAG for me. --
Add me to the editor list and I will gladly do whatever is helpful.
Dan Napier
Wag = Wild Ass Guess
For WAG support questions call 800-123-4567
-----Original Message-----
From: apa...@googlegroups.com [mailto:apa...@googlegroups.com] On Behalf Of Al Savage
Sent: Monday, April 29, 2013 4:43 PM
To: apa...@googlegroups.com
Subject: Re: [Apache/2] apache 2.2.21 and php 5.2.14 problemPaul, you might add a note about this in the README.OS2 for php.
A note about what? That php5.dll must be available in the LIBPATH?
Yes, that.This applied to any DLL required by any other DLL.
Paul's notes so far explain where to put modphp5.dll and the loadmodule line to add to a conf. It's left to the user to figure out where to put the long list of other dlls that are in the zip's modules dir, and php.dll that's in the php dir, as well as where to place php.exe and php.dll.
Not all users have the depth of background & experience to guess correctly. Notes (that will sometimes actually be read) can cut down the man-hours required to install this pkg considerably. It would have in my case, surely.
More directly, my first thought when I saw php.dll was that it was required for php.exe, and I'm not running php from the commandline nor cgi. I thought that was a pretty good guess. Of course, I was wrong.
A single sentence in the readme would have saved both Max & I some run-around time, and that's why I'm suggesting it. Hell, I'll even volunteer to write the readme.