Ubuntu :: Error "cannot Find Fltk-config"

Jul 1, 2011

While running the command cmake ..in the Build directory within stage-4.0.0, I got an error msg "cannot find fltk-config" aborting, Don't know what to do?

View 1 Replies


ADVERTISEMENT

General :: Error: Cannot Find GLIB Version >= 2.0: Is Pkg-config In Path?"

Apr 12, 2010

I am trying to install syslog-ng-3.0.2 on Fedora 12 and have run into an issue I don't know how to solve. When runing the "configure --enable-ssl" I get the following "checking for pkg-config... (cached) /usr/bin/pkg-config checking pkg-config is at least version 0.14 checking for GLIB - version >= 2.0... 2.0, bad version string no configure: error: Cannot find GLIB version >= 2.0: is pkg-config in path?" I have glib-2.24.0 installed on this system so I don't understand where this issue is coming from or how to fix it.

Back ground on my system -
[root@syslog-ng]# set PKG_CONFIG=/usr/lib/pkgconfig
[root@syslog-ng]# export PKG_CONFIG

View 8 Replies View Related

Ubuntu :: Error: Could Not Find Expat.h, Check Config.log For Failed Attempts So I Downloaded Te Expat Library Sources I Cross Compiled

Feb 13, 2010

I am getting some error when i compile cross compile "dbus-1.2.20". error Code: checking for XML_ParserCreate_MM in -lexpat... no configure: error: Could not find expat.h, check config.log for failed attempts so i downloaded te expat library sources i cross compiled. But again i am getting same error. I think i have to add "-lexpat" in LDFLAG. But i dont know how to do that.

View 1 Replies View Related

Debian :: How-to Compile Dillo And Fltk

Jan 27, 2011

how-to/info stored somewhere? a bookmark? Problem is easy:[URL]says you need to install fltk2 first.Version in experimental is 1.3.If i pick the download tar.bz of fltk2 i run into: " .... not declared in this scope" during compilation of glut. Error messages of that kind don't give me a clue, and the Web does it neither.The best i could find are some tips at the antix forum, about unpacking a puppy version.I want to make a deb, the problem is not only about running dillo.h3v seems like another option. But a) i ran into similar difficult problems and b) dillo seems to be known by more people.

View 5 Replies View Related

Software :: Draw The Graphs In Fltk?

Dec 9, 2010

iam doing a project in GUI.. inthat i have to draw graph(sine wave)by the obtained values.. iam using fltk2.0 in linux 2.6 kernel.

View 1 Replies View Related

Debian Configuration :: Unable To Install Fltk-1.3.0

Aug 15, 2011

Cant install libfltk1.3.

apt-get install libfltk1.3
root@debian:/# apt-get install libfltk1.3
Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]....

The following packages have unmet dependencies:

libc6-dev : Breaks: gcc-4.4 (< 4.4.6-4) but 4.4.5-8 is to be installed
E: Broken packages
root@debian:/#

I Have debian squeeze but i have install same programs from wheazy and sid reposity.i try to install fltk 1.3 from wheazy, sid and experimental reposity but none of the work.i want to try a program that use the fltk1.3 (dillo3) and cant becouse i cant install fltk 1.3!

I try to compile the fltk but this dosent work, the last text in the terminal was:

configure: error: Configure could not find required X11 libraries
./configure: line 11558: exit: aborting.: numeric argument required
./configure: line 11558: exit: aborting.: numeric argument required
make: *** [makeinclude] Error 255

How i cant install fltk-1.3.0

View 10 Replies View Related

Fedora Installation :: Can't Config The Network Config ( IP Address ), Due To The Error Of Network Manager?

Jan 17, 2010

When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )

View 1 Replies View Related

Ubuntu :: 11.04 Where To Find Printing Config?

May 29, 2011

After upgrading from 10.04 to 11.04 my printer was still working. Now after I change my internet service, the printer needs new configuration and I checked all applications looking for printing setup and the only printing option I found under Administration tab but it does not have any setup or config choice.Looking for help to setup my devices with 11.04.

View 7 Replies View Related

Ubuntu :: Error "Could Not Find A Compatible Opengl Display Resolution. Please Check Your Driver Configuration. (Error: Couldn't Find A Matching GLX Visual)"

Jul 22, 2011

I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?

View 5 Replies View Related

Ubuntu Installation :: Unable To Find .config File For Kernel

Jun 21, 2010

I'm looking for the .config file for the kernel which ubuntu uses to compile the standard generic kernel which is delivered in compiled form. I downloaded the following kernel archive ( 2.6.31.8 ): [URL]... I need the original file, because I'm not able to configure a working kernel, so I want to try to compile the kernel with the standard configuration. Afterwards I'm going to change some options.

View 5 Replies View Related

Ubuntu :: How To Find / Delete Unused Hidden Config Folders

Oct 12, 2010

I recently moved to a new machine, and I copied my entire home folder across. This included lots of hidden (starting with '.') folders, and in many cases they are config folders for packages which I have not installed on the new machine. They are taking up space, so I would like to delete them, but to go through manually and figure out which ones I need would be very laborious. Is there a way to find, and perhaps delete, config folders for packages that are not installed?

View 2 Replies View Related

Debian :: RIPIT Can't Find The Config File?

Jan 20, 2011

I've installed RIPIT 3.6.0-1 for Lenny and have been following this tutorial to define a config file that saves all my options and which I can call every time I want to rip a CD [URL]

Following that tutorial I copied the config file in etc/ripit/config to the new director ~/.ripit/config. The new directory and file exist as I can see them when I do ls -a and can edit the new config file.

However when I type the command ripit all I get is the error message No config file found!

View 1 Replies View Related

Programming :: Cannot Find Gtk-config On Ubuntu9.04 After Installing GTK

Nov 15, 2009

Hi,
This is my first time here.
I have installed GTK by "sudo apt-get install gnome-core-devel" and I can build the test-application named "Hello ubuntu" successfully with `pkg-config --cflags --libs gtk+-2.0`.
But when I built an application which needs the GTK's support, it said as follows:

checking for gtk-config... no
checking for GTK - version >= 0.99.7... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find proper gtk version
I don't know what's wrong with it,anyone can help me?
Thanks a lot!

View 2 Replies View Related

Ubuntu :: Sudo Aptitude Install Fbpanel / Can't Find Config File

Jul 9, 2010

I installed fbpanel with sudo aptitude install fbpanel, but I can't find the config file. according to the readme it's suppose to be under ~/.config/fbpanel/default, but it's not there. Where else can it be? I did a whereis fbpanel and it's located in a few areas, but no default config file is there!

View 3 Replies View Related

General :: Unable To Find Iptables Config File In Ubuntu Lucid

Jun 1, 2011

let me know where is iptables rules stored?

View 2 Replies View Related

Fedora Hardware :: Can't Find System - Config - Display?

Mar 2, 2010

When I installed F11 it didn't have the i810 driver so it defaulted to VESA. I upgraded to F12 using preupgrade and thought it would re-detect the graphical hardware and didn't. I want to recreate xorg.conf for my computer (Toshiba Satellite A45-S25) so I can use Compiz and some 3D application but I can't find system-config-display. It's missing from the system and I don't know what package it belongs to so I can't re-install it.

View 2 Replies View Related

Fedora :: Can't Find System-config-display Packages?

Feb 2, 2011

I can't change my screen resolution but my fedora doesn't have system-config-display. Trying to install this package and for some reason it is not listed under the add/remove software, and yum says it can't find it either.

# yum install -y system-config-display
results
No package system-config-display available.
Error: Nothing to do

Searching in the add/remove software I found some others such as system-config-firewall, system-config-date and etc but it doesn't have system-config-display. Is there any other way to install this package? currently running kernal linux 2.6.35.9-64.fc14.x86_64 , fedora 14 on 64 bit system gnome 2.32.0

View 8 Replies View Related

Debian :: Why Apt-file Search Wx-config Not Find - Lenny

Dec 31, 2008

How apt-file works.

Background: I (like somebody else) needed to figure out which package wx-config is in.

Code:

Question: Which package makes a link?

Also why wx-common NOT depends on libwxgtk2.6-dev.

View 4 Replies View Related

Ubuntu Multimedia :: Silent Soundblaster 24 Live USB - Find The Broken Config File?

Jul 24, 2010

My sound card (Soundblaster 24 live! USB) stopped working shortly after upgrading to 10.04. everything was fine until the upgrade as well a immediatly after, so I assume that an update was to blame. If I boot the PC off a live CD, all is well and the sound card works fine.

I've tried running

aplay -l

but it assured me that I do not have a sound card on the system to setup! how I find the broken config file or busted driver?

View 9 Replies View Related

Debian :: 8GB RAM - Can't Find Reference To CONFIG_HIGHMEM In /boot/config-2.6.32-5-amd64

Jul 21, 2011

Recently upgraded to 8GB RAM. BIOS shows 8GB, lshw shows 8GB (2 x4GB), Applications > System Tools > System Monitor > System shows 3.7GB. After 2 days of forum hunting I cannot find a way to check whether the machine is using all 8GB and, if not, how to make it do so. I have found a few postings about using the "bigmem" build but these seem to be for the 32-bit builds as well as a few postings saying that the amd64 build uses bigmem/highmem by default. I can't find any reference to CONFIG_HIGHMEM in /boot/config-2.6.32-5-amd64 and I don't have a menu.lst in /boot/grub to change to a "bigmem" type build.

View 12 Replies View Related

Ubuntu :: ZSh Config Error After Upgrade?

Apr 7, 2010

My .zshrc and .zsh/functions/prompt_fhsm_setup have been the same for a long time. I recently upgraded from Hardy to 9.10 and have started having a problem with my prompt. The error is:prompt_fhsm_setup:32: bad math expression: illegal character: I think the line referenced is:prompt_gfx_hyphen=$'xe2x94x80' but that doesn't seem like a likely cause.Here's the whole file

Code:
# fhsm prompt theme
prompt_fhsm_help () {

[code]....

View 4 Replies View Related

Ubuntu :: 9.10 - Warning After Update (Error In Config File)

Mar 18, 2010

I am using ubuntu 9.10 and I updated by ubuntu machine. It updated but at the end it gave me a message that "You have new mail in /var/mail/root". When I checked it via the command "tail /var/mail/root" it showed me this.

tail /var/mail/root
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=root>
Message-Id: <20100318051502.0D1ABB1C01@Infosec-Lab04>
Date: Thu, 18 Mar 2010 10:15:02 +0500 (PKT)
WARNING: "MaxBytes[leased]" not specified
ERROR: Please fix the error(s) in your config file

View 1 Replies View Related

Ubuntu Installation :: Sdl-config Error When Compiling DOSbox 0.70?

May 8, 2011

Trying to compile DOSbox version 0.70. Apparently this is the only version that can run Privateer flawlessly.Problem is, when I extract the source and try to './configure', I get an error that SDL 1.2 is not installed.

Code:
anthony@anthony-1010:~/Games/DOS/dosbox-0.70$ ./configure
checking build system type... i686-pc-linux-gnu

[code]....

View 1 Replies View Related

General :: GNU Find: Disable The Error When 'find' Finds No Matches

Aug 21, 2011

I've got a setup where I need to use 'find' to find 0 or more files in a certain directory, however, 'find' always produces an error when there are no files that match a certain check. Is it possible to run 'find' while having it omit errors when no files match the pattern?

View 2 Replies View Related

OpenSUSE Install :: X COnfig Error Startup?

Jul 4, 2010

I have a Dell Inspiron 5160 with a volare xp5 video card (only recently supported under linux most linux distros and OpenBSD)Thus far I have done graphics install of KDE based on 11.2 and -- froze end of install and at at the logon / splash screen dueing the reboot could not get to a successful run level 3 text logon. (commandline was vga=x317, I think if n ot it was closeInstalled gnome using text install -- first boot (vga=normal - (default from install)) succeeded at configuring X and started gnome.

I really want KDE so I tried again Text install == hung near the end of the install after printers -- I assume trying to configure XRebooted no command line parameter at all ( no vga=) -- hung at login password screen (blank)Rebooted again with -- vga=normal 3 -- and got a text mode login prompt and successfully logged in -- now I can not find the page that talks about sax2 configuration from run mode 3. This video card needs to be set for VGA I think maybe vesa at 1024X768 16 colors (I succeeded at this under OpenBSD)I believe if necessary I can probably successfully edit the x config file but I would like to try the recommended approach first (as a non-root user as recommended) -- can anyone direct me to that page I cannot find again. It discussed 11.3 x config recovery with a section at the bottom for 11.2 and earlier

View 3 Replies View Related

Ubuntu Installation :: Error Booting 9.10 - Failed To Restore Crtc Config

Mar 3, 2010

I'm trying to boot Ubuntu from a LiveCD in a computer I recently bought that currently has Windows XP on it. The Ubuntu menu comes up when I boot but it always snags on an error "failed to restore CRTC configuration -22" or something like that, and just goes on ad infinitum.

I tried running Linux Mint too and had the same problem, which makes me think it's an issue with the computer itself - which is an Averatec, if that helps.

View 2 Replies View Related

Ubuntu Installation :: Tossim Execution Error - Python2.5 Config Not Found

Aug 3, 2010

I installed tinyos-2.x in Ubuntu lucid. I tried to simulate tossim environment for simple Blink application using the command: make micaz sim and ended up with the following error:

mkdir -p simbuild/micaz
make: python2.5-config: Command not found
make: python2.5-config: Command not found
make: python2.5-config: Command not found
and
Python.h: No such file or directory
and
make: *** [sim-exe] Error 1

Eventually installed python-old-doctools package which supposedly includes python2.5-config package but alas! It doesn't compile yet.

View 4 Replies View Related

Debian Configuration :: Nagios Server Config Error

Feb 5, 2016

Running natios server in Debian 8? I cannot start nagios3 demon, it got following error:

Error: Check period '24x7' specified for service 'check ssh connection' on host 'testk2' is not defined anywhere!
Error: Notification period '24x7' specified for service 'check ssh connection' on host 'testk2' is not defined anywhere!

But if I commented following statement in generic-service_nagios2.cfg, it works just fine.

# check_period 24x7
# notification_period 24x7

View 2 Replies View Related

Fedora :: NTFS - Config Tool Will Not Open And Gives Error

Sep 10, 2009

When logged in as my standard user in Fedora 11 gnome desktop the installed ntfs-config tool will not open and gives an error which says this; "no authentication program found", and to run that ntfs-config as the root in a terminal. So then the only way to open that tool is to type that in a terminal, and it did open, but how can I fix this ? Can this issue be related to ownership and permissions of it ? Also the num lock does not come on during boot up, is there a easy fix for that too ? This is a recent fresh updated install from the DVD with the ext4 file system. All the ntfs-3g applications are installed as default, so I just added that enable ntfs write support tool with the package manager.

View 2 Replies View Related

General :: HTTP Config - Point Error Log To Syslogd

Jul 9, 2011

I have configured a virtual host. Here is what I have did,

<VirtualHost rubby.tob.net:80>
ServerAdmin root@localhost
DocumentRoot /var/www/html/
ServerName rubby.tob.net
# ErrorLog logs/dixie_error_log
ErrorLog syslog | local8.*
CustomLog logs/rubby_access_log common .....

The problem here is how to point the error log to syslogd. Here is my syslog file,
#vim /etc/syslog.conf
og all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages! .....

If I point the file, separatelt at httpd.conf for the errorlog, I'm getting the errog log. I'm using Centos 5.6.

View 4 Replies View Related







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