Fedora :: Install Php Zip Extension - Error: Pcre™ Undeclared

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:

[code]...

View 3 Replies


ADVERTISEMENT

OpenSUSE Install :: Compiling Libeio On 11.4 X86_64 - Error: 'SYNC_FILE_RANGE_WAIT_BEFORE' Undeclared (first Use In This Function)

May 29, 2011

I've trouble compiling libeio on my openSUSE 11.4 x86_64:

[Code]...

View 9 Replies View Related

Programming :: Getting An Error -- Undeclared CLOCK_PROCESS_CPUTIME_ID?

Jul 8, 2010

i have to find time in nanosecond of a particular process and for that i am using clock_gettime() function.i tried different codes i got from net but getting same error Quote:error: �CLOCK_PROCESS_CPUTIME_ID� undeclared (first use in this function)i have included relavent header file of time also. and complied the whole code that i got from net. that was working fine and giving output. but when i use some of the relavent code that i need it gives me this error. plz tell me am i missing something aur using the code in a wrong way?heres my code!

Code:
#include <stdlib.h>
#include <sys/sysinfo.h>

[code]....

View 9 Replies View Related

Fedora :: Why Can't Do "make Install" Of Pcre On 11

Feb 5, 2010

When I install pcre on fedora 11, the configure and make operation goes smoothly, but can't do "make install".

View 7 Replies View Related

Programming :: Error: Function Undeclared / But It Is Declared?

Apr 20, 2010

I'm learning how to program kernel drivers, and I'm making a hello world module for that. But I can't find the cause of some errors... My module as three files:

test_regulator.c: Code: /*test_regulator.c
2 */
3 #include <linux/test_regulator.h>
4 #include <linux/module.h>
5 #include <linux/kernel.h>
6 #include <linux/regulator/driver.h>
code....

I don't understand, because I had declared the test_regulator_driver.

View 2 Replies View Related

Software :: Readconf.c:489: Error: LONG_MIN Undeclared (first Use In This Function)

May 19, 2010

I hope to get your suggestions to solve my problem. I install Ubuntu8.10 in my notebook last week.I should install drcom-1.4.7 to get through to the internet,while i tried many times but failed like this:

make[1]: Leaving directory `/home/lf/drcom-1.4.7/drcomd'
make[1]: Entering directory `/home/lf/drcom-1.4.7/kmod'
make -C /lib/modules/2.6.27-7-generic/build M=/home/lf/drcom-1.4.7/kmod modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'

[code]....

kernel cannot support the drcom version.so i tried to install drcom-1.4.4,but problem also occured:

readconf.c: In function __parseopt:
readconf.c:489: error: LONG_MIN undeclared (first use in this function)
readconf.c:489: error: (Each undeclared identifier is reported only once
readconf.c:489: error: for each function it appears in.)

[code]...

View 3 Replies View Related

Software :: Installing Ffmpeg-php / Error: (Each Undeclared Identifier Is Reported?

Jun 8, 2011

I have installed php-devel successfully prior to go with the installation (yum install php-devel). Here is what I did;

1.wget "url
2.tar xjvf ffmpeg-php-0.6.0.tbz2
3.cd ffmpeg-php-0.6.0
4.phpize
5../configure
6.make
7.make install
code....

View 7 Replies View Related

Slackware :: Cheese-camera.c:1034: Error: (Each Undeclared Identifier Is Reported Only Once

Oct 27, 2010

I got some error in make

Code:

bash-4.1# ./configure
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk

[code]....

View 14 Replies View Related

Fedora :: Error Message: Sox Formats: No Handler For File Extension `mp3'

Aug 23, 2010

Odd that no posts come up in the search for "sox" or "specifically sox mp3"

How to get it up and going?

Which yum libraries need to be installed to get sox to recognize mp3s,

example: yum -y install force-mp3-to-start-working

its producing this error message: sox formats: no handler for file extension `mp3'

View 10 Replies View Related

Fedora :: Error: Package Libobasis3.3-extension-pdf-import-3.3.1-8.x86_64.rpm Is Not Signed

Mar 21, 2011

When I tried to install LibreOffice 3.3_64 on my Fedora14_64 I received the following error:

Package libobasis3.3-extension-pdf-import-3.3.1-8.x86_64.rpm is not signed Has anyone run into this? Is there a way to fix this?

View 2 Replies View Related

Fedora :: Install C++ Extension To Eclipse?

Jul 29, 2009

how to install C++ extension to eclipse?

View 1 Replies View Related

General :: Fix Error"CURLOPT_USERNAME \ Undeclared "in Curl Ftp Programming?

Jun 9, 2010

i have written file transfer program using libcurl.

#include <stdio.h>
#include <curl/curl.h>
#include <curl/types.h>

[code]....

View 1 Replies View Related

Fedora Servers :: Any Way To Install Mysqli Extension For PHP?

Mar 15, 2009

I was wondering if there is a way to install mysqli extension for php on Fedora without having to recompile whole PHP.

View 4 Replies View Related

Fedora Installation :: How To Install Php-sqlite Extension On F14

Apr 15, 2011

How do I install php-sqlite extension on fedora 14.

View 5 Replies View Related

Programming :: Why Is Only Compile Error "'Current:' Undeclared"

Jan 10, 2010

I have a program with a variable named current, but it is not declared. The syntax is current -> othervariable. Theoreticaly there should be no problem with this program. Just wondering what woudl cause this? Which linux include file is current supposed to be declared in?

View 2 Replies View Related

Software :: Backslash In Pcre On C ?

Feb 11, 2010

In pcre manual, to use a backslash to escape a special character. But in fact, it is need to use double (\) backslashes to do escape for a pcre program on linux C,why?

View 5 Replies View Related

Server :: Update PCRE On CentOS ?

Jul 3, 2011

I'm having trouble updating PCRE library on my web server. Even though pcretest -v show 6.6 it still showing PCRE 8.10 on my working devserver. But our live server shows PCRE 6.6

I'm not sure what I should be updating here. PHP, HTTPD or PCRE ?

View 1 Replies View Related

General :: Using Grep With Pattern File And PCRE

Sep 25, 2010

I would like to write a newline delimeted rules file using PCREs for use with the grep command. Grep has the option -f to obtain the search pattern from a file, and option -P to search using PCREs. However, these two options do not work together. The -f option only seems to work with fixed string rules.A friend previously helped me get around this limitation somehow, but I can't remember how he did it. I also would like the ability to add comments at the end of each rule in the file.

View 11 Replies View Related

Software :: Use Regex Or Pcre To Find Out The Matched From Multiple Textfiles?

Feb 7, 2010

I am trying to use regex or pcre to find out the matched from multiple textfiles. how to write a relative program on linux C?

View 3 Replies View Related

Software :: Error: Could Not Find Xml-commons-apis Java Extension

Mar 18, 2010

I have lot of problems installing red5 video server, on my VPS.First things first, here is the specs of my VPS:

OS: CENTOS 5.4 i686 virtuozzo on server
Administration: cPanel 11.25.0-S43473 - WHM 11.25.0 - X 3.9
Mysql: 5.0.89-community
PHP: 5.2.10
Apache 2.2.11

Saying that, I will try to explain my problem as detailed as possible:I try to install red5 video server, following the tutorials and guides to do that, but there are some prerequisites to fulfill before installing the program:

Prerequisite No.1.: Having the latest version of Apache ANT.
Prerequisite No.2: Having the latest Java devel version.

The server already got the Apache ANT 1.6, but red5 asks for 1.8 The server already got java 1.5 but red5 asks for 1.6 So, I try to update to ANT 1.8 and Java 1.6, but refuses to update, so I made a clean installation of both, doing this:[URL]

JAVA:

# yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel

Then I install Apache ANT doing this:

# cd /usr/src
# wget http://opensource.become.com/apache/...8.0-bin.tar.gz
# tar zxvf apache-ant-1.8.0-bin.tar.gz
# mv apache-ant-1.8.0 /usr/local/ant

[code]....

Then, when I execute the command: ant -version to find out which version is running, I get more errors:

root@server [~]# ant -version
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found

[code]...

Also, the VPS is not resolving the domains properly, prior to this, the domains were fine, but after that, I need to do a gracefull reboot, and then restart the named service.

1.- How can I undo all the things I did, I mean, is it a way to uninstall the APACHE ANT 1.6.5 and then the 1.8 and Java 1.6, and then start from the beginning?

2.- After uninstalling these 3 apps, I need to reinstall it properly, and make red5 work on the server, so, how can I do it safely?

A mistake I did, was to not to backup the server prior to make the changes, and is a production VPS on a shared server with the vpsnext.com hosting provider.I speak with the technical support, and they are not be able to help me, because is an unmanaged server.

One more strange thing is that, I already install red5, with ANT and JAVA in another server, with the same specs of this VPS, from another hosting provider, and I had no problems at all.

View 6 Replies View Related

Networking :: Error - Man/Makefile.am:11: `%'-style Pattern Rules Are A GNU Make Extension

Jun 24, 2011

I am facing an error when I run the following command.

Command: autoreconf -i
Error: man/Makefile.am:11: `%'-style pattern rules are a GNU make extension

[code]....

I'm using Fedora Core 11 on Dell Machine Precision 360

View 3 Replies View Related

Programming :: Why The Use Of File Type Is Said Undeclared

Aug 29, 2010

i m doing a program to open a file, however, there is error saying that 'File' undeclared. but I thought File is a type like int or char, isnt it? below is my codes:

Code:

#include "mpi.h"
#include <stdio.h>
#include <math.h>

[code]...

i have been make the statement with error in red color.

View 2 Replies View Related

Ubuntu :: Dev Package For Intern.h Ruby - ERROR: Failed To Build Gem Native Extension

Oct 26, 2010

I am currently trying to get my RadRails working. There are certain tasks I cannot complete and I'm guessing that installing mongrel and some other items would get everything going. I run the update and it seems to fail horribly and I've been looking on google for the last 2 hours to the answer to this one. This is there errors I have gotten so far.

By the way I am currently using Ubuntu 10.04 if that makes any difference. I have already downloaded and installed sqlite3 and sqlite dev.

Code:

>gem install -l mongrel-1.1.5.gem
Building native extensions. This could take a while...
ERROR: Error installing mongrel-1.1.5.gem:
ERROR: Failed to build gem native extension.

[code]....

Now at this point I am just trying to find the intern.h header file and can't find out what to download to get that.

View 2 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

OpenSUSE Install :: How To Install Driver With RUN Extension

Mar 28, 2011

I've had a graphical card and I've downloaded the driver (from the official website of NVIDIA) with extension .run. As I forget the command line to install it, I would like to ask about it.

View 3 Replies View Related

Programming :: Loading Driver - Undeclared Identifier Reported

Nov 18, 2010

I tried to load a simple driver program. I am using RHEL5. When I tried to compile my 'driver.c' program it shows the following error:

[root@jameslee ~]# gcc -c device.c
device.c:1:25: error: linux/module.h: No such file or directory
device.c: In function 'init_module':
device.c:6: error: 'KERN_INFO' undeclared (first use in this function)
device.c:6: error: (Each undeclared identifier is reported only once
device.c:6: error: for each function it appears in.)
device.c:6: error: expected ')' before string constant
device.c: In function 'cleanup_module':
device.c:12: error: 'KERN_INFO' undeclared (first use in this function)
device.c:12: error: expected ')' before string constant

View 9 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

Debian :: Cannot Install Program With Bin Extension

Feb 16, 2011

I have recently installed Debian 6.0. Tried to install a program ,but I could not do it. The prog is called IOmeter (sorry, can't link it). I have also tried the " sudo apt-get install command i the terminal. It's easy to install the prog in Windows.

View 2 Replies View Related

General :: Extension To Install One In Chromium?

Aug 13, 2010

i have just installed peppermint ice and the default browser is chromium but when i used firefox there was a up and down arrow at the side of a web page,there is no arrows in chromium and i was wondering if anyone knows if there is an extension to install one in chromium?

View 6 Replies View Related







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