<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1251"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you Alexey, today I'll try!<br>
Nando<br>
<br>
Alexey Loukianov ha scritto:
<blockquote cite="mid1527770883.20061205124115@lavtech.ru" type="cite">
<pre wrap="">Greetings, Alexey.
On 5 декабря 2006 г., 12:29:24 you wrote:
</pre>
<blockquote type="cite">
<pre wrap="">2. Compile the module itself using PECL. This one should be much more
easier and faster.
</pre>
</blockquote>
<pre wrap=""><!---->Some more on it. This extension is not available separatelly from PHP5
source distribution. So you'll need fetch php sources from php.net,
extract them somewhere, head on to <sources_dir>/ext/ and copy
somewhere mcrypt folder.
Then you should go to that folder, run from there:
# phpize
# ./configure
# make
# make install-modules
It should be compiled and placed to your PHP_EXT dir. After that head
on to a place in PHP configs where shared extensions get loaded and
include there mcrypt.so.
You should be done.
</pre>
</blockquote>
</body>
</html>