Posted by Jerry Stuckle on 06/28/07 19:19
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
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|