php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44680 Can not dynamically load any extension on linux base on PPC
Submitted: 2008-04-10 07:38 UTC Modified: 2008-04-12 11:54 UTC
From: wujielee at sohu dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 5.2.5 OS: linux
Private report: No CVE-ID: None
 [2008-04-10 07:38 UTC] wujielee at sohu dot com
Description:
------------
OS: linux-2.6.20
ARCH: PowerPC 8347
Apache: 2.2.8
PHP: 5.2.5
PHP configure commnad: './configure' '--build=i686-linux' '--host=powerpc-linux' '--target=powerpc-linux' '--prefix=' '--without-iconv' '--with-apxs2=/back-up/apache-php-cross/apache2/bin/apxs' '--with-mysql=/back-up/apache-php/mysql5/' '--with-mysqli=/back-up/apache-php/mysql5/bin/mysql_config' '--with-zlib-dir=/back-up/zlib-1.2.3.cross/' '--disable-pdo' '--without-sqlite' '--without-pdo-sqlite'

Thread Safety  disabled 

Configuration of php.ini: extension=pdo.so
other items is by default

Expected result:
----------------
pdo extension can be loaded normally

Actual result:
--------------
pdo can not be loaded normally. also error message appear in apache log:

b>Warning</b>:  PHP Startup: Cannot dynamically load pdo.so - dynamic modules are not supported

I try other extensions, the same result.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-04-12 11:16 UTC] jani@php.net
Are you compiling on the same machine or is this some cross-compile thing? If latter -> you can close this, we don't support cross-compiling out-of-box.
 [2008-04-12 11:54 UTC] wujielee at sohu dot com
Yes, it's cross-compiling. Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 01:01:30 2024 UTC