Software :: Installing Zip Extension Using PECL

Oct 27, 2010

I'm trying to install php zip extension through pecl, issuing the following command pecl install zip but I'm getting the following error:
Quote:
running: make
/bin/sh /var/tmp/pear-build-joao/zip-1.10.2/libtool --mode=compile cc -I. -I/var/tmp/zip -DPHP_ATOM_INC -I/var/tmp/pear-build-joao/zip-1.10.2/include -I/var/tmp/pear-build-joao/zip-1.10.2/main -I/var/tmp/zip -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /var/tmp/zip/php_zip.c -o php_zip.lo .....
make: *** [php_zip.lo] Error 1
ERROR: 'make' failed

View 2 Replies


ADVERTISEMENT

Software :: Installing Files With .bin Extension In (ubuntu 8.04)?

Oct 12, 2010

i am using ubuntu 8.04 and am trying to install a file with a .bin extension so opened the terminal and typed ($ chmod +x typingmastermac.bin )then the computer gave me this (bash: $: command not found). so i am not aware what to do next though most articles i have read about the topic tell me that that is supposed to be the first step in installing a file with a .bin extension. better way to install the typingmastermac.bin file.

View 12 Replies View Related

CentOS 5 :: Adding OpenSSL Extension After Installing PHP With Yum

May 16, 2009

I just can't figure out how to enable openssl on my server. I've searched around on the web but have come upon dead ends. I recently became the admin to a server of a new company, the previous admin installed everything on this server. The server has php running which was installed thru yum I believe. And so was OpenSSL. Recently though I've been ordered to configure a online sales software. So I started investigating what I would need. I know I need OpenSSL, a certificate which should be bought, etc.

I met the dreaded dead ends when I came upon knowledge that I had to make OpenSSL work with PHP. Ok so I got to work. I found out that I needed an extension enabled in php. And the only way (that I've read so far) is thru compiling PHP with the command --with-openssl-dir=path. The problem is that I've compiled many times now and see no change in the phpinfo file. Can the extension be enabled (--with-openssl-dir=path) even after the php and openssl have been installed thru yum? I'm also new to linux

View 5 Replies View Related

Software :: Installing Nvidia Driver With '.run' Extension In Ubuntu

Jul 22, 2010

I am trying to install Nvidia card driver. The driver has got a .run extension and i don't know how to handle that, I've tried to extract like i did with .tar files but didn't work. I clicked the file while in X window and it opens a terminal and runs for a sec and said i have to exit X window and run as root. so i exit X window and login form CUI, navigate to the folder and type "NVIDIA-Linux-x86-185.18.08-pkg1.run" but nothing happens, so i add sudo and tried but All i get is "NVIDIA command not found". I guess this is not a problem but i just don't know how to handle the .run file. please help. I am using Ubuntu Lucid Lynx LTS. I' ve checked other threads and found some issues regarding Nvidia drivers but i wanna know how to handle the .run files.I've windows xp, 7, Puppy Linux and Lucid Lynx on my desktop and whenever i repair windows the GRUB got damaged. Is there a way to recover the loader without reinstalling the whole linux OS like getting into recovery console and fixboot,, fixmbr for restoring windows?

View 3 Replies View Related

Fedora :: PHP PECL Package: DBase Not Available?

Jan 14, 2010

I need dBase support in PHP but in fedora 12 there is no package. yum install php-pecl-dbase gives: No package php-pecl-dbase available. Nothing to do

View 1 Replies View Related

Ubuntu Servers :: Cannot Install Pdo From Pecl

Feb 9, 2010

I have installed PHP5 for 9.10 and am trying to install PDO via pecl and am having no luck.

[Code]...

View 4 Replies View Related

General :: Install PECL Uploadprogress Through Shh?

Jul 18, 2011

im tryin to install PECL uploadprogress through shh and i keep getting this error i dont know why could

Code:
[root@~]# pecl install uploadprogress
WARNING: channel "pecl.php.net" has updated its protocols, use "channel-update pecl.php.net" to update
downloading uploadprogress-1.0.1.tgz ...
Starting to download uploadprogress-1.0.1.tgz (8,536 bytes)
done: 8,536 bytes

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in PEAR/Validate.php on line 489

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Denver' for 'MST/-7.0/no DST' instead in /usr/share/pear/PEAR/Validate.php on line 489
4 source files, building

[Code]...

View 1 Replies View Related

Software :: Set Up Eclipse To Build And Debug PHP/PECL?

Apr 17, 2011

It's been a very long time since I did much C development and I'm trying to contribute to a PECL extension for PHP. PHP and the PECL extensions are written in C and I'd like to set up my dev environment so that I can use a nice IDE (like Eclipse) and debug my code, stepping through it within a nice GUI. I'm hoping to develop on a linux box (Ubuntu 10) rather than Windows.

The main issue I have is that I don't know how to configure Eclipse (with CDT) so that it runs the entire process: configure/make/make install and then allows me to step through my code within the Eclipse GUI IDE. I have managed to edit files and then build from the command line and then use GDB to step through the code, but that's *REALLY* tedious.

Also, the PHP source codebase is quite large and takes several minutes to build. I'm hoping I might be able to limit the build to just one particular extension rather than rebuilding the whole things. Lastly, I'd like to avoid installing the new, possibly broken, code in order to run it. Unless I'm mistaken, the build process results in a binary being constructed in the source directory and I'd like to debug using that new binary before I bother to install it on my system. Sorry if these questions seem really basic. Like I said, it's been awhile and I'm hoping to get back on the horse quickly.

View 4 Replies View Related

Ubuntu Servers :: PECL Error On Mail Server ?

May 27, 2011

I am currently installing a mail server to handle email for our clients, I have started this server from scratch using Ubuntu server 11.04.

So far I've installed Exim, SA, Dovecot, and Clam AV and those all seem to be working as they should, I can send and receive email...

I am now trying to set up Horde, Horde 4 to be exact, I have been following the documentation on the Horde site :[url]

Part 4, it is recommended to install certain PECL modules, and I would like these as well.

I have been try to get these to go, but just can't get past some of the error messages like this, for the first one:

Cannot find config.m4.

Make sure that you run '/usr/bin/phpize' in the top level source directory of the module

ERROR: `phpize' failed

Does any one know what this error mean. From what I can gather, it's looking for the phpize when the module is to be installed, however, how can I put the phpize file (or link) in the top level of the source directory before I have the source?

View 5 Replies View Related

CentOS 5 :: Install A PECL Module Imagick Into XAMPP?

May 24, 2011

I'm trying to install a PECL module imagick into XAMPP, but it's not showing up on phpinfo();

The steps I've taken so far

1. Compiled Image Magick from source

2. Compiled imagick PECL module from source

3. Copied the .so files magicwand.so and imagick.so from /usr/lib/php/modules/ to /opt/lampp/lib/php/extensions/no-debug-non-zts-20060613

4. added
extension=imagick.so
extension=magickwand.so

View 1 Replies View Related

Fedora :: PHP PECL Package - Gmagick Config File Not Found

Dec 29, 2009

I've been trying to install the gmagick extension for days now without success. I always end up with the same error message:

checking GraphicsMagick configuration program... configure: error: not found. Please provide a path to GraphicsMagick-config program.
ERROR: '/tmp/pear/temp/gmagick/configure --with-gmagick' failed

It's no wonder why I get this message as the location simply does not exists, its being unpacked to 'gmagick-1.0.3b2' and not 'gmagick'. I've tried to copy/paste the configuration file (config.m4?) to my manually created 'gmagick' directory within the temp folder but that didn't solve anything.

Command when installing:
Code:
pecl install gmagick-1.0.3b2
I'm running Fedora 12.

View 3 Replies View Related

OpenSUSE :: Xlib: Extension "Generic Event Extension" Missing On Display <my_ip>

Dec 28, 2009

After upgrading to 11.2, I get the following error when starting any xclient. Worse, its usually repeated a few times for each client.

Xlib: extension "Generic Event Extension" missing on display <my_ip>

I get this both when using Xming and nomachine.

View 2 Replies View Related

Fedora :: How To Enable Dom Extension

Aug 2, 2010

i'm using fedora 13 with php 5. how can i enable the dom extension. this is being asked for some web application like the bambooinvoicing.

View 2 Replies View Related

OpenSUSE :: Associate VLC With .avi Extension?

Sep 23, 2010

Hi! I'm an opensuse noob, and I'm having trouble figuring out how to associate .avi files with VLC. In Yast, I've tried to use the custom command setting to start VLC instead of Totem, but a double click on any avi file starts BANSHEE instead of Totem OR VLC. No clue, here. I can't find where to specifically associate a file extension with an application, as opposed to the very high-level settings in Yast.

View 9 Replies View Related

Ubuntu :: The Composite Extension Is Not Available

Oct 14, 2010

Installed Ubuntu 10.10, 64bit, been working flawlessly for a week.

I have 2 nVidia Corporation G96 [GeForce 9400 GT] Graphics Cards and 2 LG Monitors. I installed the nVidia drivers from the website and everything is working very well. Using Xinerama to extend my desktop.

The problem comes in when I add an additional user to the system. It doesn't matter if it's 1 or 2 users, if they are added into the administrator group or as a desktop user, I can delete re-add them, create a completely different user but the problem persists.

As soon as I login as the new user and go to System | Preferences | Appearance | Visual Effects and try and enable either 'Normal' or Extra' I get the following error;

"The Composite Extension is not Available"

This is strange to me because composite, everything, is working fine for the default user, I have no problems whatsoever, but any additional user I setup it seems the graphics is borked, like it's not picking up the correct drivers or something.

View 2 Replies View Related

Ubuntu :: Gnome3 Extension Is Gone?

May 26, 2011

I have a little bit problem ,and I want to ask you guys, if there are people who experience this thing like me, and how to get this right back. I have install gnome3 extension , the side bar, the alt-tab and some other stuffs via webupd8,

and just now, I was updating and upgrading my system via terminal. I sudo apt-get dist-upgrade and install , update everything, when I restart my computer, everything was gone back to normal, as in the gnome-shell interface, and there are no extension.

What should I do to get it back? do I need to follow the tutorial in webupd8 again? and , is there anyone out there, experience the same thing like me?

View 7 Replies View Related

General :: Installation Of An Extension Of .tar.gz

May 11, 2011

I've been looking for this downloading software so i found it with an extension of .tar.gz !! It creeped me out because like in Windows i expected "next".."next".. then "finish"..goosh it was something else! how to instal it to my new "Ubuntu Deskop",

View 2 Replies View Related

Software :: Use .git Extension Packages?

May 6, 2010

I am having some .git extension packages in linux,how to use them to know the contents?

View 3 Replies View Related

CentOS 5 :: PHP Extension Will Not Load

Oct 20, 2009

I been working on this issue for a couple days without success. PHP.ini will not load extensions. I am able to modify php.ini parameters successfully with the exception of the extensions. It would be appreciated if someone can shed some light on this issue.

Troublshoot
check for multiply php.ini
restart apache

1. Environment:

CentoOS 5.2
Apache2
PHP 5.11

2. dir
apache2= /usr/local/apache2
php = /usr/local/apache2/php
lib = /usr/lib which contains pdo.so, pdo_mysql.so, sqlite.so, pdo_sqlite.so

[code]....

View 2 Replies View Related

CentOS 5 :: XKB Extension Not Present?

Mar 23, 2011

I'm connecting to my CentOS with remote desktop. While trying 'setxkbmap' the following error is occurring:XKB extension not present on :17.0It doen't happen on the console, i.e.when DISPLAY=:0.0

View 4 Replies View Related

Fedora :: Install C++ Extension To Eclipse?

Jul 29, 2009

how to install C++ extension to eclipse?

View 1 Replies View Related

Fedora :: Cannot Find Any Reference To The MRI Extension

Jun 22, 2011

I am trying to learn about macros in libreoffice. In order to see the methods and properties of the different objects, people in the openoffice forums recommend using the MRI library.

I can not find any reference to the MRI extension in fedora. Does anyone know how to find it, or what to use instead?

View 1 Replies View Related

OpenSUSE :: Read A File With An .odc Extension?

Sep 10, 2010

I trying to read a file with an .odc extension.Using openOffice Calc, However there is a of garbage and irreadable characters, I found out it is a Microsoft office data connection file. Is there a way around it?

View 4 Replies View Related

OpenSUSE :: SUSEfox Extension For Firefox 6.0?

Sep 2, 2011

I upgraded from Firefox 5.0 to 6.0 and now the SUSEfox Extension is no longer compatible.

View 5 Replies View Related

Ubuntu :: Adding .mp3 Extension To My Music

May 1, 2010

Just made the upgrade to 10.04 and after copying my /home/ directory to my external and back over to my hard drive, the .mp3 extensions have all disappeared. Dolphin still identifies the files as mp3 audio files, but without the extension, Amarok, Banshee or VLC will not play them. Is there anyway to get the media players to play those files, or anyway to add the .mp3 extension onto all of those files at once?

View 5 Replies View Related

Ubuntu :: Composite Extension Is Not Available - Lucid

May 1, 2010

I did a clean install of Ubuntu 10.04 except for the /home partition. I have two monitors. I can't get the setup I had on 9.10 where the second monitor was an extension of the first, and extra visual effects were enabled.

There are two drivers available for my video card, NVIDIA accelerated graphics driver (version 173) and NVIDIA accelerated graphics driver (version current) [Recommended]. I've tried both. I backed up my /etc/X11/xorg.conf, blanked the current one, and run

Code:

I set the each monitor to be a separate X screen, enable Xinerama (I think that's what I need for the extended display), and clicked Save to X Configuration File. Sometimes I merge it with the existing file. At this point I restart and the error, "The Composite extension is not available" is displayed when I try to enable extra visual effects.

View 9 Replies View Related

Ubuntu :: Open And Run File With Extension Nds?

Jun 26, 2010

How to open and run file with extension nds in ubuntu linux?

View 1 Replies View Related

Ubuntu :: How To Install Program With Extension TGZ

Oct 15, 2010

I wanted to try my hand at programming in an easy way, so I installed from the Ubuntu Software Center Basic-256. But it is more than 3 years old and does not fit to a book I downloaded. I got from Sourceforge the latest version which is a .tgz file. How do I install it?

View 9 Replies View Related

Ubuntu :: Can't Install Vnc-e Aka Enterprise With . Deb Extension

Feb 17, 2011

like the title says im unable to install VNC-eterprises i downloaded from a torrent site i had downloaded it b4 i formatted my pc from a xp ubuntu 10.04 dual boot and it installed just fine with 0 problems now i get his error

View 1 Replies View Related

Ubuntu :: Can't Load Mysql Extension In PHP?

Feb 20, 2011

I installed LAMP according to these instructionswhit sudo taksel install lamp-serverI've moved the mysql(i).so files to /usr/lib/php5/ext/and added these lines in the php.ini file

extension=mysql.so
extension=mysqli.so
extension_dir="/usr/lib/php5/ext/"

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved