I'm trying to create a minimal module to do some debugging work, but it 
fails to load. I essentially used ext_skel to create an fresh extension, 
moved it out of the PHP tree, then did:

$ phpize
$ ./configure --enable-apdebug
$ make
# make install

The extension is generated OK AFAICT, but it lacks the symbol 
get_module, which gets me 'PHP Warning:  Invalid library (maybe not a 
PHP library) 'apdebug.so'  in Unknown on line 0' in my error log.

Any ideas, anyone? Using Apache 1.3.19 and 4.0.4.5rc6 on Debian sid.

Emile


-- 
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