[PECL-BUG] Bug #14270 [NEW]: pecl install apc problem in 64 bit, always produce 32 bit
[email protected] ("xtreeme at gmail dot com")
| Newsgroups | php.pear.webmaster |
|---|---|
| Message-ID | <[email protected]> |
From: xtreeme at gmail dot com Operating system: Solaris 10 64 bit Package version: PHP version: 5.2.0 Package: Bug System Bug Type: Bug Bug description: pecl install apc problem in 64 bit, always produce 32 bit Description: ------------ There is a problem when I tried to get APC extension on Solaris 10 64 bit. After issuing: # pecl install apc The output (apc.so) is 32 bit ELF format. When I try to look at the script, it used uname -p that always return i386 no mater in Solaris 32 or 64 bit. Can you change to check using isainfo -b to get the right version of binary file? Thanks, Regards, Adhari Reproduce code: --------------- Using Solaris 10 U5 64 bit kernel mode, Sun Java Web Server+PHP Pack or Apache2 + PHP 5.x. # pecl install apc Expected result: ---------------- 64 bit ELF binary format Actual result: -------------- Investigate the output that always in 32 bit ELF format. -- Edit bug report at http://pecl.php.net/bugs/bug.php?id=14270&edit=1 --