LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Andrew Reid <andrew.reid@plug.cx>
  To  : James Mclean <james@adam.com.au>
  Date: 05 Nov 2001 12:22:55 -0930

Re: PHP build with Mcrypt support

On Mon, 2001-11-05 at 19:04, James Mclean wrote:

> Configure Command...
> 
>  ./configure --with-mcrypt=../../mcrypt/libmcrypt-2.4.1 --with-mysql --with-gd -
> -with-apache=../../apache/apache_1.3.22

[ ... ]

> checking for init_mcrypt in -lmcrypt... no
> configure: error: Sorry

The configure script appears to be trying to compile a test program,
linking it against libmcrypt. It's failing, probably because the
directory that you gave it for mcrypt doesn't contain the librar(y|ies).

Did you install mcrypt somewhere, or just compile it? Try installing it
to, say, /usr/local, and modifying your configure arguments to be
something like:

./configure --with-mcrypt=/usr/local --with-mysql --with-gd \
 --with-apache=../../apache/apache_1.3.22

   - andrew

-- 
void signature(){
    cout << "Andrew Reid -- andrew.reid@plug.cx" << endl;
    cout << "Cell: +61 401 946 813" << endl;
    cout << "Quidquid latine dictum sit, altum viditur" << endl;
}

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page