php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51025 Dynamic loading disabled when cross compiling
Submitted: 2010-02-12 09:56 UTC Modified: 2010-02-12 16:13 UTC
From: ncoesel at dealogic dot nl Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.12 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ncoesel at dealogic dot nl
New email:
PHP Version: OS:

 

 [2010-02-12 09:56 UTC] ncoesel at dealogic dot nl
Description:
------------
For some reason dynamic loading is disabled when cross compiling (version 5.2.6 -sorry can't upgrade-) altough libdl is present and properly detected. Or is this some automake/autoconf bug? When I modify configure to skip the cross compiling test, dynamic loading works just fine on a mipsel (MIPS little endian) platform.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-12 16:13 UTC] jani@php.net
Cross compiling is not and will not be supported out-of-box. Ever.
If you need to cross compile you better know what you're doing and hence you're able to modify the Makefile and php_config.h files yourself.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 17 18:00:03 2025 UTC