php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71503 crossing compile PHP-5.5.9
Submitted: 2016-02-03 09:23 UTC Modified: 2020-02-09 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: peter279k at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.5Git-2016-02-03 (Git) OS: Linux x86_64/Ubuntu 15.04
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
39 + 11 = ?
Subscribe to this entry?

 
 [2016-02-03 09:23 UTC] peter279k at gmail dot com
Description:
------------
Hi guys, I have crossed compile PHP-5.5.9.
Unfortunately, I got some errors during crossing compile.
The errors said : Makefile:574: recipe for target 'ext/standard/dns.lo' failed
I don't know this message means.Please help me , thanks.

Here is the android-configure. It's a bash script file

#!/bin/bash

export TOOLCHAIN=/home/lab501/android-toolchain
export PATH=$TOOLCHAIN/bin:$PATH
export CC=$TOOLCHAIN/bin/arm-linux-androideabi-gcc
export CXX=$TOOLCHAIN/bin/arm-linux-androideabi-g++
export AR=$TOOLCHAIN/bin/arm-linux-androideabi-ar
export LD=$TOOLCHAIN/bin/arm-linux-androideabi-ld
export RANLIB=$TOOLCHAIN/bin/arm-linux-androideabi-ranlib

./configure \
    --host=arm-linux-androideabi \
    --target=arm \
    -prefix=/home/lab501/php-5.5.9/_install \
    --with-iconv=/home/lab501/libiconv-1.14/_install \
    --with-libxml-dir=/home/lab501/libxml2-2.7.6/_install \
    --enable-simplexml \
    --enable-libxml \
    --enable-sockets \
    --enable-fpm \
    --without-zlib \
    --without-pear \
    --disable-mbregex \


Here is the screenshot during crossing compile PHP-5.5.9 when I got some error messages.

http://imgur.com/lZK7KRP

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-01-27 14:18 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: *General Issues +Package: Compile Failure -Assigned To: +Assigned To: cmb
 [2020-01-27 14:18 UTC] cmb@php.net
Do you still experience this issue with any actively supported PHP
version[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-02-09 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 22:01:31 2024 UTC