Hey all - I'm trying to build PHP (4.1.2) for Horde for IMP. So there's a lot
of requirements. My configure line is:
./configure --with-imap --with-apxs=/usr/local/apache/bin/apxs --with-gettext
--with-xml --with-mysql --with-ldap --with-mcrypt
But I get:
checking for crypt in -lcrypt... (cac
I recently installed PHP 4.1.2 on Apache 1.3.20 with SSL.
But when I start up Apache it warns me that PHP was compiled with "plain
Apache 1.3 API" support and my crash under "EAPI" and I should recompile with
"-DEAPI"...
I can't seem to find a configuration option for this. Is this possible? D
Phil Dibowitz wrote:
> I recently installed PHP 4.1.2 on Apache 1.3.20 with SSL.
It doesn't make a huge difference I suppose, but the Apache Version was a typo.
Apache/1.3.24 (Unix) mod_ssl/2.8.8 OpenSSL/0.9.6 PHP/4.1.2
Phil
--
"They that can give up essential liberty to ob
>>I am having a similar problem... specifically...
>>
>>Files with .php3 and .php work perfectly
>>
>>however .. EMBEDDED php .. that is php embedded into standard .html
>>(i.e. )
>>
>> does NOT work
>>
>>anyone have any clues or suggestions?
>>
I'm not quite sure what you mean by embedded P
Peter wrote:
> This file works:
> $browser = getenv("HTTP_USER_AGENT");
> ?>
> You are using the web browser.
>
>
> It is called php_test.htm and is called as the action on a button from a
> plain html page.
Someone correct my if I'm wrong, but I think that's a bit of a fluke... if you
wan