Ubuntu :: Configure: Error: The QtCore Library >= 4.3.0 Could Not Be Found?

Feb 18, 2011

How to fix this error :

Code:
checking for Qt4... no
configure: error: The QtCore library >= 4.3.0 could not be found.

View 3 Replies


ADVERTISEMENT

Software :: Configure Error: Readline Library Not Found

May 8, 2010

configure: error: readline library not found If you have readline already installed, see config.log for details on the failure. It is possible the compiler isn't looking in the proper directory. Use --without-readline to disable readline support. Now I tried to yum install readline-devel and the result was failure as below:

Quote:

[root@localhost ~]# yum install readline-devel-6.0-3.fc12.i686.rpm
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile

[code]....

So I am thinking that maybe I have to tell configure where my readline libraries are. From the above, it looks like readline-6.0 is not on my computer, even though I went through the configure/build/install process for it.

View 3 Replies View Related

Fedora :: Configure: Error: Working Zlib Library And Headers Not Found

Aug 2, 2010

m using fedora 13 gnome while installing glib m getting error

configure: error: *** Working zlib library and headers not found ***

View 3 Replies View Related

General :: The X11 Library '-lX11' Could Not Be Found Use Configure Options '--x-include?

Feb 14, 2011

In the process of installing DDD, I get the following error:The X11 library could not be found. Please use the configure options '--x-includes=DIR' and '--x-libraries=DIR' to specificy the X location.I did a "yum install libx11-devel". I was told that the right package was installed

View 1 Replies View Related

General :: Error: GSL CBLAS Library Not Found?

Jun 16, 2010

I tried to compile one software. After I typed "./configure", there is an error:error: GSL CBLAS library not foundI installed GSL 1.9 library --- When I was installing, it was like this:

make install
Making install in gsl
make[1]: Entering directory `myDir/gsl-1.9/gsl'

[code]....

View 5 Replies View Related

Software :: Configure Script For Vmime Library - Exiting With Error

Jul 19, 2010

I am not all that experienced with Linux configure scripts for building source. I downloaded a vmime library source package. One of the dependencies it has is on another open source lib - gsasl. I had no trouble building the gsasl lib.

But I cannot figure out how to let the vmime configure script know that I have built the gsasl package. Here is the end of the output of the vmime configure script:

checking for char... yes
checking size of char... 1
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4

[Code]...

View 1 Replies View Related

Software :: ./configure Problem For Libsf Library Due To Apparently Missing Libdb Library ?

Aug 4, 2011

./configure script fails to configure libsf. Please check the following last few lines of configure script error.

But find command shows the following;

It seems the file libdb does exist. man dbopen displays man page for dbopen. I also tried to ln -s /usr/lib/libdb.a and libdb.so /lib dir but all were in vain.

View 6 Replies View Related

SUSE :: When Run ./configure It Gives Following Error ,more Than One Set Found In?

Feb 1, 2011

I have downloaded yersinia-0.7.1 and trying to install it. When i run ./configure it gives me following error

,more than one set found in:
/usr/include
/usr/include/pcap

View 2 Replies View Related

Software :: Configure Error Qt Not Found?

May 15, 2010

I'm using Ubuntu 9.10 'Karmic Koala' and when trying to install from source any program using C++, in this example kpictorial, I get this:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c

[Code].....

I have qt3, qt4, the -dev packages and the headers and libraries installed. I have just about everything you can have for qt installed trying to fix this. The qt files are under /usr/include and the source code files are under /usr/src.

View 2 Replies View Related

Software :: Compiling Libssh2 Error: The Required Libssh2 Library Was Not Found

Jun 18, 2010

I need to install libssh2 on my CentOS 32bit server to get ssh2 extension of PHP working, after installation of this rpm, I still can't run "pecl install ssh2-beta" because it give me this error: configure: error: The required libssh2 library was not found. You can obtain that package from [URL] ERROR: `/tmp/tmp2ImZz1/ssh2-0.11.0/configure --with-ssh2=/usr' failed

View 1 Replies View Related

CentOS 5 :: Error "libclntsh.so => Not Found" Loading Library

Mar 19, 2009

I get an error loading libraries, even though PATH and LD_LIBRARY_PATH seem to be correct. Here are the details:

[Code]....

View 1 Replies View Related

Fedora :: FFmpeg Configure Error - Libxvid Not Found

Sep 24, 2009

I'm trying to install ffmpeg however I always get an error when I run ./configure. I know xvid is compelled into the dir below, this is the output from the xvid make install.

make install
D: /usr/local/lib
I: /usr/local/lib/libxvidcore.so.4.2
I: /usr/local/lib/libxvidcore.a
D: /usr/local/include
I: /usr/local/include/xvid.h

Then from the ffmpeg directory I run
./configure --prefix=/usr --libdir=/usr/local --enable-libmp3lame --enable-libxvid --enable-gpl --enable-shared
ERROR: libxvid not found

View 9 Replies View Related

Software :: Configure: Error: No Acceptable Cc Found In $PATH

Jan 24, 2010

I have had problems trying to use ./configure when compiling fvwm95. I get a error that says this

Code:

checking for cc... no
configure: error: no acceptable cc found in $PATH

View 1 Replies View Related

Red Hat / Fedora :: GCC - Configure: Error: No Acceptable C Compiler Found In $PATH

Jul 6, 2011

I'm pretty new at working with Linux/Unix systems, just started dealing with the CLI a week or two ago at work so bear with me if my questions/problems seem obvious, they probably aren't to me. URLs are at the bottom since I can't hyperlink to them. We have a server with Red Hat Enterprise Linux Server release 5.2 (Tikanga), x86_64 GNU/Linux. For the past few days at least (not sure when it began) every five minutes we get two messages for CPU0 and CPU1 saying: "Temperature above threshold, cpu clock throttled". Occasionally it says they are normal, so they're not *always* above the threshold but a majority the time.

The server doesn't have internet, so I interact with it and transfer files via ssh/telnet/sftp from my Windows PC to another server running Fedora release 10 (Cambridge) to the RHEL5 server. I have been trying to install lm_sensors to try and read the CPU temperature and possibly the fan speed, but every installation method has failed. I have tried installing it via the yum command I read about on this page (URL 1), but since it doesn't have internet access it didn't work. I then tried manually installing using the instructions on the lm-sensors.org page (URL 2), but whenever I try to install anything (gcc, libtool,

libsysfs) it shows:
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in '/home/user/src/libtool-2.4':
configure: error: no acceptable C compiler found in $PATH

I then looked up how to install gcc, but when I found a .rpm file of gcc 4.1.2 for RHEL5 I tried installing that like it mentions here (URL 3), but there are lots of [dependancy] programs I can't find a .rpm for as it seems they are all outdated and hard to find for RHEL5. Do I need to find the installation CD in order to install gcc? And is there any other way to check the cpu temperature or to know how to disable/fix the messages about temperature being above threshold?

View 1 Replies View Related

Fedora :: Empathy Recompile - Configure Error (No Package Found)

Aug 28, 2010

Anyone recompiled Empathy on Fedora? I have problem of configure and make as following:

checking for LIBEMPATHY... configure: error: Package requirements (
glib-2.0 >= 2.16.0
gobject-2.0
gio-2.0 >= 2.16.0
gio-unix-2.0 >= 2.16.0
libxml-2.0
telepathy-glib >= 0.7.31
libmissioncontrol >= 4.61
telepathy-farsight
farsight2-0.10
gstreamer-0.10
) were not met:
No package 'telepathy-glib' found
No package 'libmissioncontrol' found
No package 'telepathy-farsight' found
No package 'farsight2-0.10' found
No package 'gstreamer-0.10' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBEMPATHY_CFLAGS and LIBEMPATHY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

View 14 Replies View Related

Programming :: Installing Php - Configure: Error: Xml2-config Not Found

Feb 21, 2010

i was installing php5.3 on my system nd i followed d procedure

./install after processing man lines it said checking for xml2-config path... configure: error: xml2-config not found. Please check your libxml2 installation.

[Code]...

View 2 Replies View Related

Fedora Installation :: Qt Package Configure Error - Headers And Libraries Not Found

Dec 11, 2009

I am trying to install kcachegrind and during the ./configure phase I got the following error:
Checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!

Now I guess I have QT installed and I tried to do the following:
./configure --with-qt-includes=/usr/lib64/qt4/include
but that did not work either.. actually checking further I found that the folder include is missing in usr/lib64/qt4/ !!!!

So what should I do... for you info I am listing below the output of:
yum list *-devel | grep -i qt
qt-devel.x86_64 1:4.5.3-9.fc10 @updates
qwtplot3d-qt4-devel.x86_64 0.2.7-6.fc9 @fedora
PackageKit-qt-devel.i386 0.3.16-1.fc10 updates
PackageKit-qt-devel.x86_64 0.3.16-1.fc10 updates
PyQt-devel.i386 3.18.1-5.fc10 updates
PyQt-devel.x86_64 3.18.1-5.fc10 updates
PyQt4-devel.i386 4.6.2-3.fc10 updates
PyQt4-devel.x86_64 4.6.2-3.fc10 updates
QtRuby-devel.i386 4.3.3-4.fc10 updates
QtRuby-devel.x86_64 4.3.3-4.fc10 updates
SoQt-devel.i386 1.4.1-9.fc9 fedora
SoQt-devel.x86_64 1.4.1-9.fc9 fedora
avahi-qt3-devel.i386 0.6.22-12.fc10 updates
avahi-qt3-devel.x86_64 0.6.22-12.fc10 updates
avahi-qt4-devel.i386 0.6.22-12.fc10 updates
avahi-qt4-devel.x86_64 0.6.22-12.fc10 updates
dbus-qt-devel.i386 0.70-4.fc9 fedora
dbus-qt-devel.x86_64 0.70-4.fc9 fedora
dbus-qt3-devel.i386 0.9-1.fc10 fedora
dbus-qt3-devel.x86_64 0.9-1.fc10 fedora
libprojectM-qt-devel.i386 1.2.0-3.fc10 updates
libprojectM-qt-devel.x86_64 1.2.0-3.fc10 updates
php-qt-devel.i386 4.3.3-4.fc10 updates
php-qt-devel.x86_64 4.3.3-4.fc10 updates
polkit-qt-devel.i386 0.9.2-1.fc10 updates
polkit-qt-devel.x86_64 0.9.2-1.fc10 updates
poppler-qt-devel.i386 0.8.7-7.fc10 updates
poppler-qt-devel.x86_64 0.8.7-7.fc10 updates
poppler-qt4-devel.i386 0.8.7-7.fc10 updates
poppler-qt4-devel.x86_64 0.8.7-7.fc10 updates
qt-devel.i386 1:4.5.3-9.fc10 updates
qt-qsa-devel.i386 1.1.5-5.fc9 fedora
qt-qsa-devel.x86_64 1.1.5-5.fc9 fedora
qt3-devel.i386 3.3.8b-17.fc10 fedora
qt3-devel.x86_64 3.3.8b-17.fc10 fedora
qwtplot3d-qt4-devel.i386 0.2.7-6.fc9 fedora
zbar-qt-devel.i386 0.8-5.fc10 updates
zbar-qt-devel.x86_64 0.8-5.fc10 updates

View 4 Replies View Related

Software :: How To Install The GCC - Configure: Error: No Acceptable C Compiler Found In $PATH

Feb 21, 2010

I just installed RedHat and I need to install a compiler (among other things). When I go to 'configure' gcc I get:

configure: error: in `/Compiler':
configure: error: no acceptable C compiler found in $PATH

Why in the world would you require a compiler on the install of your compiler!? I may be dumb in many respects, and I'm sure that people will attest to that, but I'm not that dumb...How do I install gcc without a compiler? What, specifically, do I do with the configure script (or executable, I don't know what it is...)

View 8 Replies View Related

OpenSUSE Install :: Mednafen - Configure: Error: *** OpenGL Header File Not Found

Jul 22, 2011

I'm having some problems compiling mednafen on Suse 11.4. When I run configure, things work fine until I get the following series of errors:

[Code]...

configure: error: *** OpenGL header file not found! I've seen references in a few places that these type ("Present But Cannot Be Compiled") can usually be ignored, but in this case ./configure fails and I can't make. I am unsure why this is, as I've installed mednafen on Suse 11.4 before and it runs fine. I've tried installing various OpenGL-related packages that I can find (Mesa, freeglut, glib, etc) but nothing seems to solve the problem

View 1 Replies View Related

General :: Getting The Package Name That Contains A Library - Error "No Package Gthread-2.0 Not Found"

Jan 22, 2011

Fedora 14 I recently went to install some software using the source files. When I ran the command ./configure I got a message saying that No package gthread-2.0 not found After searching the internet some one had the same problem. I needed to install a package called glib2-devel However, rather that searching the internet. Is there any yum command that can give me that information?

View 2 Replies View Related

Ubuntu Installation :: GTK Configure Error "libX11 Not Found"

Feb 20, 2011

I am installing GTK+ 3.0 from the source tarball... and i get this error...

configure: error: *** libX11 not found. Check 'config.log' for more details.

this doesn't make sense because I am on X11 right now and I have libx11-dev

View 2 Replies View Related

Ubuntu :: Tcl Library Not Found?

Mar 2, 2010

I try to install simulation package Espresso. When I configure I have following error message.

checking for libtcl8.5... no
checking for libtcl8.4... no
checking for libtcl8.3... no

[code]....

View 1 Replies View Related

Ubuntu Installation :: Flex Library Is Not Found?

Jul 21, 2010

iwant to install julius 3.5.2 on my system but i have an error after compiling the file configure the error is flex library is not found so what i have to do

View 3 Replies View Related

Ubuntu Installation :: Configure Fails But Library Not Missing

Nov 4, 2010

I'm trying to install gazebo but I would like the general solution. When I type "./configure" I get the error: "could not find gdal_priv.h" or sometimes "could not find gdal library" But I have it on my computer. It is: usr/include/gdal/gdal_priv.h This means configure is not looking in the right place for this library. Where is the path stored, please? I tried reading the configure file but I could not find it. I tried to replace all instances of gdal_priv.h by gdal/gdal_priv.h but this did not work either. I tried adding /usr/include/gdal to all the env PATH_something_or_other I could see. how to tell to ./configure where to look for libraries. What file(s) should I edit? (I tried config.status, because it contains /usr/include stuff). The files I have are:

[code]...

View 2 Replies View Related

General :: How To Configure Library Path

Jun 1, 2010

i'm using slackware 13.0 with glib2-2.18.4-i486-1 and gtk+2-2.14.7-i486-4 i need to install newer gtk+2, i've installed glib-2.25.7, but in my home directory, so how do i configure the gtk+2, so it points to the glib library path in my home directory. i've tried this command

Code:

./configure BASE_DEPENDENCIES_LIBS=/home/sadlie/.testapp/usr/lib

but it still comes with the same error message

Code:

Requested 'glib-2.0 >= 2.23.6' but version of GLib is 2.18.4
Requested 'atk >= 1.29.2' but version of Atk is 1.26.0

View 3 Replies View Related

Server :: Creating SSL For Postfix - Library File Not Found

Jan 27, 2011

Configuring postfix for getting gmail account and we make ssl certificate for this.

File not found ssl
while giving this command:
whereis ssl
ssl:
ssl library file not found ....

View 2 Replies View Related

Fedora :: Configure Latex To Access To The Library In Home?

Nov 9, 2010

I have downloaded PGF for latex in my home directory.[URL]..How can I configure latex to access to the library in my home?

View 3 Replies View Related

Programming :: Specify A Library Search Path To Configure's AC_CHECK_LIB?

Aug 31, 2010

I'm writing an application and want to make possible to compile it with or without an optional module. This module requires perl library to be compiled, so I want to check presence of it in 'autoconf'.

The problem exists because perl library is placed in 'non-standart' location itself (like a /usr/lib64/perl5/CORE/libperl.so). So when I try to run configure (with AC_CHECK_LIB or AC_SEARCH_LIBS), it cannot find and link libperl.so in its test.

Trying to pass ./configure CFLAGS=-L/usr/lib64/perl5/CORE/ or ./configure LDFLAGS=-L/usr/lib64/perl5/CORE/

How can I define a location to search for configure's tests?

View 1 Replies View Related

Fedora :: Compilation - Mudlet On 13 64bit - Yajl Library Was Not Found

Feb 6, 2011

I am trying to compile the source code for Mudlet, a MUD client, on Fedora 13 64bit and I keep running into linking errors at the end of the compilation. Here is the latest:

[Code]...

This makes me think that the yajl library was not found. I have both the yajl and yajl-devel packages installed:

[Code]...

Should I be using a different library specifier other than -lyajl, perhaps?

View 4 Replies View Related

Programming :: Avoid Application From Closing If A Specific Library Not Found?

Jan 2, 2011

i was wondering if there is away to avoid application from closing if a specific library not found? for example: if my application uses libPng and it wasn't found on the system running my app (binary and not source), is there anyway to just disable the part that uses png from my application?

View 14 Replies View Related







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