Posted by jonas.schnelli on 06/28/07 20:59
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?
Navigation:
[Reply to this message]
|