Posted by yangsuli@gmail.com on 11/10/06 18:24
1.download the php-4.3.4.tar.gz
2.tar -zxvf php-4.3.4.tar.gz
3 cd php-4.3.4
4../configure --prefix=/usr/local/php
5 make;make install
6 cd ext
7 ./ext_skel --withname=myext
8.cd myext
9 vi config.m4
10 cp ../../script/phpize .
11 chmod +x phpize
12 ./phpize
13 ./configure
14 make
15 make install
16 php myext.php
and it reurns the error info
"Andy Hassall 写道:
"
> On 10 Nov 2006 10:09:36 -0800, "yangsuli@gmail.com" <yangsuli@gmail.com> wrote:
>
> >i did configure
> >and it didnot fill the PHP_SHLIB_SUFFIX
>
> Perhaps if you post all the steps you went through?
>
> Before I sent my post I tried creating a skeleton extension and didn't have
> any problems, although this was with PHP 5.2.0 and not the older version you're
> running.
>
> >about the multipost thing,i am sorry~~~~~
> >but how to crosspost-___-b
>
> Post one message with several newsgroup names separated by commas in the
> "Newsgroups" field in your newsgroup software.
>
> --
> Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
> http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|