LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   checking for X...configure:error (https://www.linuxquestions.org/questions/linux-newbie-8/checking-for-x-configure-error-284906/)

dumbsheep 02-01-2005 10:02 AM

checking for X...configure:error
 
All,

I am trying to install an application and I receive the following error:

checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

I have installed other programs like FireFox and Thunderbird and never received this error. Can someone please help in explaining what this is and what it could possibly be? Thanks in advance!

-dumbsheep

qwijibow 02-01-2005 10:51 AM

there are 2 mothods to install somthing.... precompiled binary's/ packaes (like windows)

or to compile yourself from source code.

You installed X from a binary package, meaning X's source code was not used.

now you are trying to compile a program which needs X.

basically,, either install this program using a pre-compiled binary package.. or install the X source code... usually called X-devel Xorg-devel or XFree86-devel depenign on your distro.

dumbsheep 02-01-2005 12:23 PM

Thank you, those ended up working....But now I have a new problem. Now it says this:

checking for libz... configure: error: not found.
Possibly configure picks up an outdated version
installed by XFree86. Remove it from your system.

I know that libs are needed for installations and development, but do I need to remove the XFree86 stuff? Please help. Thanks!

--dumbsheep

reddazz 02-01-2005 02:17 PM

I think Suse use xorg and not xfree86. try removing xfree86 packages and install the devl packages or xorg.

__J 02-01-2005 02:21 PM

libz is a package called zlib. install both zlib and zlib-devel


All times are GMT -5. The time now is 06:11 PM.