php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37482 Fileinfo-1.0.3 fails to compile
Submitted: 2006-05-17 19:55 UTC Modified: 2006-05-17 21:18 UTC
From: mark dot wiggins at uconn dot edu Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 4CVS-2006-05-17 (snap) OS: s390x-suse-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: mark dot wiggins at uconn dot edu
New email:
PHP Version: OS:

 

 [2006-05-17 19:55 UTC] mark dot wiggins at uconn dot edu
Description:
------------
I've tried installing Fileinfo-1.0.3 by "pecl install Fileinfo", to which I get "Allowed memory size of 8388608 bytes exhausted" and by "download, phpize, ./configure, and make install" to which I get
 "/usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld: warning: s390:31-bit architecture of input file `/usr/lib/libmagic.a(apptype.o)' is incompatible with s390:64-bit output 

/usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld: BFD 2.15.90.0.1.1 20040303 (SuSE Linux) internal error, aborting at ../../bfd/reloc.c line 4274 in bfd_generic_get_relocated_section_contents

/usr/lib64/gcc-lib/s390x-suse-linux/3.3.3/../../../../s390x-suse-linux/bin/ld: Please report this bug." 

during the "make install". I've tried everything that I can to no avail. I've googled all of the errors and searched your bug site and I can't find anything. The only reason that I'm reporting this is because of the last line in the above error "Please report this bug". 

Sincerely
Mark Wiggins
University of Connecticut
860-486-2792



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-17 20:28 UTC] tony2001@php.net
Apparently this error is not related to PHP:

/bin/ld: warning: s390:31-bit architecture of input file
`/usr/lib/libmagic.a(apptype.o)' is incompatible with s390:64-bit output
 [2006-05-17 20:44 UTC] mark dot wiggins at uconn dot edu
Sorry, I got confused on the website. I've submitted this to PECL instead.
 [2006-05-17 21:18 UTC] tony2001@php.net
I'm sure it has nothing to with PECL either.
You're just using wrong libmagic.a - that's the cause of your problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 09:01:28 2024 UTC