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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue May 21 13:01:36 2024 UTC