Significant problem in the installation of ZIP package

Asked by Quentin Albrand

Hello,

I trying to install a ZIP extension for PHP usage but I have encountered a Fatal Error in the installation process. I'm trying to install the zip package from PECL, and the result is the same if I do it automatically or manually. It always show me this error :

make: *** [php_zip.lo] Erreur 1
ERROR: `make' failed

If you have any idea how to solve this I'd be glad to be informed.

Thank you for your concern !

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu php5 Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Usually in Ubuntu you cannot install zip files you can extract the zip file content...
So to get better help please tell the steps that are you doing...

Revision history for this message
Quentin Albrand (quentin-albrand) said :
#2

Well manually I tried this :

sudo apt-get install php5-dev
sudo apt-get install make

Then I downloaded the PECL package : http://pecl.php.net/package/zip

cd /folder/dirname_archive_decompressed
phpize
./configure
make
sudo make install

-------------------------------------------
Automatically I tried :
pecl install zip

Revision history for this message
Quentin Albrand (quentin-albrand) said :
#3

Now on I have a segmentation fault... This is getting weird.

buzenval@ubuntu-web-server:~$ sudo pecl install zip
downloading zip-1.10.2.tgz ...
Starting to download zip-1.10.2.tgz (236,912 bytes)
........................done: 236,912 bytes
61 source files, building
running: phpize
Configuring for:
PHP Api Version: 20090626
Zend Module Api No: 20090626
Zend Extension Api No: 220090626
building in /var/tmp/pear-build-root/zip-1.10.2
running: /tmp/pear/temp/zip/configure
Segmentation fault

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.