Jump to content

Dynamic Library support


joperry

Recommended Posts

I cross compiled php from the source for a PPC (Linux) and now I'm trying to build a loadable extension but getting trouble from PHP. After building PHP and putting it on my PPC device, if I do a php -info or a phpinfo(); it tells me 'Dynamic Library support not available' and if I try to load one anyways it says:

 

'PHP Warning:  PHP Startup: Cannot dynamically load /lib/test.so - dynamic modules are not supported in Unknown on line 0'

 

Anyone have any ideas or suggestions to get it working? I would really like to avoid having to build an extension into PHP.

 

Thanks,

JP

Link to comment
https://forums.phpfreaks.com/topic/131520-dynamic-library-support/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.