Help installing Apache/PHP/MySQL

Elfyn McBratney elfyn@cygwin.com
Sat Jul 5 20:05:00 GMT 2003


On Sat, 5 Jul 2003, Bill McCormick wrote:

> Thanks Stipe and Jason for the info on rebase. I didn't think to google for
> 'unable to remap'.
>
> rebaseall fixed the problem with server not starting but still I see ...
>
> 	$ apachectl start
> 	[Sat Jul  5 13:33:55 2003] [warn] Loaded DSO lib/apache/mod_auth_mysql.dll
> uses
> 	plain Apache 1.3 API, this module might crash under EAPI! (please recompile
> it w
> 	ith -DEAPI)
> 	[Sat Jul  5 13:33:55 2003] [warn] Loaded DSO lib/apache/libphp4.dll uses
> plain A
> 	pache 1.3 API, this module might crash under EAPI! (please recompile it
> with -DE
> 	API)
> 	/usr/sbin/apachectl start: httpd started
>
> and wonder if this is a problem. These were the error messages I was fixated
> on and why I did't think to follow the 'unable to remap' lead.

As Stipe said, these are just warnings. They can safely be ignored.

> I'm trying to get phpMyAdmin to work and it still just displays the file
> contents of index.php3. I'm thinking that php4 can't load php3 files ... is
> that correct? I saw something about 'if you want mods for both php3 and php4
> do this' but now I need to find that again or maybe just find a phpMySQL
> admin for php4.

I know you are loading the php4 module (libphp4.dll) but are you setting up the
extension filters? e.g.

  AddType application/x-httpd-php .php .php3 .php4 .phtml

?

Elfyn
-- 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list