Date: 05/04/01
- Next message: wuxinan <email protected>: "[PHP-DEV] PHP 4.0 Bug #10623 Updated: Left value $HTTP_SESSION_VARS[] doesn't work"
- Previous message: Marc Boeren: "RE: [PHP-DEV] Classes & function names"
- In reply to: abravo <email protected>: "[PHP-DEV] Bug #10662: --with-iconv compilation and installation"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] Creation of a new external module"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] Creation of a new external module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm trying to create a new external module for PHP called acme. I used the
ext_skel script to create the module directory and skeleton and then
modified the config.m4 as indicated in that file. Then I moved to the
created acme directory, issued the phpize command, configure and make. The
compilation worked well and i found in ext/acme/modules the library
acme.so. I installed in my PHP extension dir and the used the dl php
command to load the module but php has given me this error:
Warning: Invalid library (maybe not a PHP library) 'acme.so' in
/u/WEB/www.testtest.it/denis/index.php on line 4
Why does it give me this error?
Thank you in advance for your help,
Denis
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: wuxinan <email protected>: "[PHP-DEV] PHP 4.0 Bug #10623 Updated: Left value $HTTP_SESSION_VARS[] doesn't work"
- Previous message: Marc Boeren: "RE: [PHP-DEV] Classes & function names"
- In reply to: abravo <email protected>: "[PHP-DEV] Bug #10662: --with-iconv compilation and installation"
- Next in thread: Alexander Bokovoy: "Re: [PHP-DEV] Creation of a new external module"
- Reply: Alexander Bokovoy: "Re: [PHP-DEV] Creation of a new external module"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

