> first you have to make sure your extension compiles and works
> while it lives in the php4/ext tree,

it's work while i compiled it as static library

>  then you can use phpize

i did on to the ext/my_module:
./configure
make

i got:
------------------------------------
make[1]: Entering directory `/home/tsur/php-4.0.6/ext/htmlpars'
installing shared modules into
/usr/local/lib/php/extensions/no-debug-non-zts-20001222
cp: modules/*: No such file or directory
make[1]: Leaving directory `/home/tsur/php-4.0.6/ext/htmlpars
------------------------------------

well ? what that mean?


> create a self-contained extension from it that will
> compile on a system with installed php but independent of the
> php source tree

lets pass the last step and continue....

> PS: you know about the ext_skel script and the Readme files
> in the php4 directory?

yes. but never use it to create dynamic libraris/

tnx a lot.
tsur



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to