joperry Posted November 5, 2008 Share Posted November 5, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.