php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37583 undefined reference to `ifx_module_entry'
Submitted: 2006-05-24 21:01 UTC Modified: 2006-06-01 01:00 UTC
From: listagb at yahoo dot com dot br Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.4.2 OS: FEDORA CORE 3
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: listagb at yahoo dot com dot br
New email:
PHP Version: OS:

 

 [2006-05-24 21:01 UTC] listagb at yahoo dot com dot br
Description:
------------
Hello

I try to compile PHP 4.4.2 with informix support but it?s not working

I use this line to compile:

./configure --with-apxs2=/usr/bin/apxs --with-mysql=/usr --enable-track-vars --enable-ftp --with-gd --enable-gd-jis-conv --enable-gd-native-ttf --with-freetype-dir=/usr/lib --with-png-dir=/usr/local/lib --with-jpeg-dir=/usr/local/lib --with-dom=/usr/local --with-zlib-dir=/usr --enable-trans-sid --with-mcrypt=/usr/lib --with-informix

without --with-informix works fine...

Thanks

Gustavo 

Actual result:
--------------
main/fopen_wrappers.lo main/alloca.lo main/php_scandir.lo main/php_ini.lo main/SAPI.lo main/rfc1867.lo main/php_content_types.lo main/strlcpy.lo main/strlcat.lo main/mergesort.lo main/reentrancy.lo main/php_variables.lo main/php_ticks.lo main/streams.lo main/network.lo main/php_open_temporary_file.lo main/php_logos.lo main/output.lo main/memory_streams.lo main/user_streams.lo Zend/zend_language_parser.lo Zend/zend_language_scanner.lo Zend/zend_ini_parser.lo Zend/zend_ini_scanner.lo Zend/zend_alloc.lo Zend/zend_compile.lo Zend/zend_constants.lo Zend/zend_dynamic_array.lo Zend/zend_execute_API.lo Zend/zend_highlight.lo Zend/zend_llist.lo Zend/zend_opcode.lo Zend/zend_operators.lo Zend/zend_ptr_stack.lo Zend/zend_stack.lo Zend/zend_variables.lo Zend/zend.lo Zend/zend_API.lo Zend/zend_extensions.lo Zend/zend_hash.lo Zend/zend_list.lo Zend/zend_indent.lo Zend/zend_builtin_functions.lo Zend/zend_sprintf.lo Zend/zend_ini.lo Zend/zend_qsort.lo Zend/zend_multibyte.lo Zend/zend_strtod.lo Zend/zend_execute.lo sapi/cli/php_cli.lo sapi/cli/getopt.lo main/internal_functions_cli.lo -lcrypt -lcrypt -lmysqlclient -lmcrypt -lltdl -lfreetype -lpng -lz -ljpeg -lz -lz -lresolv -lm -ldl -lnsl -lxml2 -lz -lm -lcrypt -lcrypt  -o sapi/cli/php
main/internal_functions_cli.lo(.data+0x20): undefined reference to `ifx_module_entry'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-24 21:12 UTC] tony2001@php.net
`make clean` should help.
 [2006-06-01 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Oct 31 23:01:28 2024 UTC