Posted by Jerry Stuckle on 06/28/07 22:10
jonas.schnelli wrote:
> On 28 Jun., 21:19, Jerry Stuckle <jstuck...@attglobal.net> wrote:
>> jonas.schnelli wrote:
>>> hi all
>>> i'm not a experianced php builder.. :)
>>> but i try to build php with a external mcrypt.so (i only need this
>>> file!)...
>>> the build with --with-mcrypt works fine... even the make test...
>>> but the build "includes" mcrypt instest of creating the file in the
>>> extensions dir.
>>> does anyone knows how i can force ./configure to build the .so file?
>>> thanks
>> Start by checking all the configure parameters. To build as an
>> extension, you need to use --with-mcrypt=shared
>>
>
> but how can i set the path... because i uses --with-mcrypt=/path/ for
> configure the path to my installed libmcrypt..
>
> any ideas?
>
Check the configure documentation. ./configure --help, IIRC.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|