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
ADVERTISEMENT
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
View Related
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
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
Feb 17, 2011
i have written a simple program in gtk. #include<gtk/gtk.h> //header file main program.. on compiling it is showing fatal error:32 /usr/include/gtk/gtk.h is not found. i have checked the location but file is there.
View 2 Replies
View Related
Nov 24, 2010
Is there a way to find out with what options a library was configured with when it was installed? I am trying to install a library on my system that depends on gasnet and it requires me to configure it with the very same options that gasnet was configured with. Gasnet was not originally installed by me, so I cannot tell. I can see bin/, include/, lib/ and share/ directories in the gasnet folder and no other information in it. To be specific, I need to use the same CFLAGS that were used during installation of gasnet. For example, if it was installed using '-g -O2', I have to make sure I use the same CFLAGS here.
View 4 Replies
View Related
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
Jul 9, 2009
I am facing the following error while running SplitOff.exe in machine 172.24.130.245 :
Error :
ld.so.1: SplitOff.exe: fatal: libstdc++.so.2.10.0: open failed: No such file or directory.This file is avilabe in ap/local/lib path.
how to include the path of exe in the ld library path [only System admin has permission]
View 10 Replies
View Related
Oct 8, 2014
Suppose I have the library code in library.cpp. I found that to include the version information in the .so library, I had to use these command forms:
Code: Select allg++ -Wall -fPIC -c library.cpp
g++ -shared -Wl,-soname,library.so.0 -o liblibrary.so.0.1
The howto then continued to recommend creating symbolic links pointing at the newly compiled library. [URL] ....
The result is, during the booting sequence, I am receiving this error:
Code: Select alllibsystemd-login.so.1: no version information available (required by /usr/bin/dbus-daemon).
The library is the one I am working on.
View 5 Replies
View Related
Aug 9, 2011
I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.
So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.
View 3 Replies
View Related
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
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
Feb 17, 2011
I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?
View 1 Replies
View Related
Dec 4, 2010
First time trying this. After trying to upgrade Mozilla, I received a warning that my GTK+ library needed to be upgraded from 2.8 to 2.10 or newer.
In trying to upgrade my GTK+ library following these instructions, I got to the ./configure step but then received the warning bash: ./configure: No such file or directory.
I've got an EEE PC, running Linux (i686, I believe). I'm not sure what additional information to provide.
View 5 Replies
View Related
Jul 10, 2011
I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?
View 4 Replies
View Related
May 10, 2011
I am trying to build gdb on Fedora 14. I get an error: "no termcap library found" I have not been able to find a good answer by Googling. There is some recommendation to make sure libncurses is installed, which I think it is.
locate *libncurses.so" returns:
/lib/libncurses.so.5
/lib/libncurese.so.5.7
View 4 Replies
View Related
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
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
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
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
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
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
Oct 5, 2009
Is there a way to use configure options with yum for packages? For example, i've got a lamp setup, and right now (after installing F11) i got a msqli class not found error, which means that it is not loaded into php. I see that it can be reconfigured with certain options, but i yummed it, and i'd like to keep it that way. I tried a yum reinstall, but it didn't work.
View 1 Replies
View Related
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
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
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
Dec 28, 2010
Can I find somewhere the default ./configure options that Debian uses when compiling packages? For e.g. I would like to know these options used for compiling Midnight Commander...
Are there any default ones and where to look at them?
View 1 Replies
View Related
Jul 11, 2010
What is the difference between /usr/local/include and /usr/include? When I compile my program, is both /usr/local/include and /usr/include avaliable? Can I copy a file from /usr/local/include to /usr/include?
View 1 Replies
View Related
Jul 8, 2010
I just downloaded the SDL source code. i did compile and make of this code.then i did make install. but i didnt see the files of SDL.h and lib.SDL.*** in /usr/include/ but later i found out that these files are placed in /usr/local/include and /usr/local/lib. how can i specifically install libraries on /usr/include and /usr/lib
View 2 Replies
View Related
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