php-install Digest 24 Jan 2003 10:23:04 -0000 Issue 1216
Topics (messages 9825 through 9828):
Problem with libmcrypt-2.5.6 !
9825 by: frankv.cecalc.ula.ve
PHP & OpenSSL Windows 2000 IE
9826 by: Stewart Walker
difference between install as cgi and module
9827 by: Rubylinda Otero
9828 by: Chris Hewitt
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi
I'm working with
php4.3.0+apache1.3.27+solaris8+mcrypt-2.6.3+mhash-0.8.17+libmcrypt-2.5.6
When I try to compile php with libmcrypt-2.5.6 support, I see it error:
(--with-mcrypt=/usr/local/bin or --with-mcrypt=../libmcrypt-2.5.6)
...
...
checking for mcrypt_module_open in -lmcrypt... no
checking for init_mcrypt in -lmcrypt... no
configure: error: Sorry, I was not able to diagnose which libmcrypt
version you have installed.
Any suggestions ??
Best regards,
--- End Message ---
--- Begin Message ---
I can find all kind of doc's on installing openSSL on a client. Can't find
any installs or docs for a Windows 2000 server running IE with PHP..
Could some help..
Thanks
Stew
--- End Message ---
--- Begin Message ---
is there anyone here can clear my mind about installing apache+php in cgi
and module, whats the difference of the two
--- End Message ---
--- Begin Message ---
Rubylinda Otero wrote:
is there anyone here can clear my mind about installing apache+php in cgi
and module, whats the difference of the two
I haven't seen a reply to this yet. The cgi version is an executable
program, entirely separate from Apache (I'm assuming Apache is your
webserver). The module version makes PHP a DSO of Apache, that is a
dynamic link library. There is a third method of compiling PHP into
Apache itself. These, and how to install them, are explained in the
documents in the root directory of the PHP source code.
Hope this helps.
Chris
--- End Message ---