You didn't mention how you 'configured' "libmcrypt" (or what was the
'latest' version you installed)...

When I installed 'libmcrypt' version 2.4.9,  I used the following method
(you're probably missing the last part):

Unpack the 'source distribution'.

  system:/tmp> cd /opt
  system:/opt> gunzip -c /tmp/libmcryp-2.4.9.tar.gz | tar xf -

Configure and build the application.

  system:/opt> cd libmcrypt-2.4.9
  system:/opt/libmcrypt-2.4.9> ./configure --disable-posix-threads
  system:/opt/libmcrypt-2.4.9> make
  system:/opt/libmcrypt-2.4.9> make check
  system:/opt/libmcrypt-2.4.9> make install

Link the necessary 'mcrypt' library file to "/usr/lib":

  system:/opt/libmcrypt-2.4.9> cd /usr/lib
  system:/usr/lib> ln -s /usr/local/lib/libmcrypt.so.4



----- Original Message -----
From: "Richard Blackwell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 9:50 AM
Subject: [PHP-INST] php 4.0.5 configure failure using -with-mcrypt


> I'm trying to compile php 4.0.5 using -with-mcrypt
>
> I have tried many things, but to no avail -- the configure script fails.
>
> It gets to the same point:
>
> checking for mcrypt support... yes
> checking for init_mcrypt in -lmcrypt... no
> checking for mcrypt_module_open in -lmcrypt... no
> configure: error: Sorry
>
> Can anyone tell me what I'm doing wrong?
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to