Re: [PHP4BETA] DSO extensions....
[email protected] (Unknown Sender)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the reply... I tried following the steps in the README.SELF... file but I get the following error message when I run phpize: autoconf: Undefined macros: configure.in:43:AC_PROG_LIBTOOL You should update your `aclocal.m4' by running aclocal. I tried running aclocal and then phpize again... but I still get the same thing. Any suggestions? Thanks, Robert Wienholt, Jr. Legion Technologies, LLC On Wed, 24 May 2000, Sascha Schumann wrote: > On Wed, 24 May 2000, PHP Developers List wrote: > > > I would like to write a PHP4 extension as a shared object. Could > > anyone point me to documentation on how to do it? I'm able to write a > > static module and get it to compile... I just need to know how to compile > > it as a shared object. > > See README.SELF-CONTAINED-EXTENSION. > > It's as easy as saying --enable-foobar=shared. > > - Sascha >