On 12/8/05, Benjamin Adams <badams@xxxxxxxxxxxxxx> wrote: > I updated to php5...When I run the script in terminal it runs fine > but when I start apache 1.3.33 I get > [warn] Loaded DSO libexec/httpd/libphp5.so uses plain Apache 1.3 API, > this module might crash under EAPI! (please recompile it with -DEAPI) Your apache was compiled with mod_ssl extensions (EAPI), but your php was not compiled with those extensions. I'm not a php expert, but are you sure you are pointing your php ./configure at the correct apache install? > Should I install apache2 or is there an easy fix to this with out re- > installing apache? This problem would certainly be avoided with apache2 since mod_ssl is included and doesn't require funky patches. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx