Fedora :: Make Menuconfig Doesn't Find Ncurses Headers?

Jan 18, 2011

Make menuconfig doesn't find ncurses headers on my system, howerver ncurses-devel package is installed. I get the following error message:

Code:
make menuconfig
*** Unable to find the ncurses libraries or the

[code]...

View 3 Replies


ADVERTISEMENT

Debian Configuration :: Make MenuConfig Cannot Find Makefile

May 23, 2011

Trying to build a driver for a TV tuner card. When I enter 'make menuconfig', I get this error:

make[2]: Entering directory `/usr/src/linux-headers-2.6.32-5-amd64'
/lib/modules/2.6.32-5-amd64/source/scripts/Makefile.build:44: /lib/modules/2.6.32-5-amd64/source/scripts/basic/Makefile: No such file or directory
make[3]: *** No rule to make target `/lib/modules/2.6.32-5-amd64/source/scripts/basic/Makefile'.  Stop.
make[2]: *** [scripts_basic] Error 2

Suspect I need another package in addition to linux-headers.
Running Squeeze, amd64, KDE.

View 7 Replies View Related

Fedora Installation :: Make Menuconfig Options For LIRC Not In .config File Anywhere

Aug 25, 2009

When configuring a custom kernel using fedoraproject.org instructions, the make menuconfig options for LIRC are not in the .config file anywhere. I checked the kernel tree and all the files are there in the .../drivers/input/lirc subdirectory (I need the lirc_dev and lirc_i2c drivers). I reset the .config to its original settings to make sure I didn't mess up. I also grep'ed the .config file for any LIRC related settings, none found. Also I'm not getting any sound from the radio-aztech driver.

View 1 Replies View Related

General :: 'make Menuconfig' To Make These Files Modules Rather Than Compiled Elements?

Feb 25, 2011

I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?

View 3 Replies View Related

General :: Make Menuconfig Giving Error

Aug 4, 2011

[code]...

why is this? make menuconfig giving error

View 1 Replies View Related

Ubuntu :: Make Menuconfig Returns An Error In Kernel Compilation

Jul 12, 2010

I'm simply trying to compile a vanilla kernel from Kernel.org, I've done it before, however "make menuconfig" returns an error after I've made my changes to the config file.

Code:

Why is make returning that error? I am using a 64-bit kernel.

View 2 Replies View Related

Fedora :: Can't Find / Install Headers For My Kernel - Sort It?

Jan 27, 2010

I am trying to install a piece of software that uses an install.pl script which looks to /usr/src/linux/include/ for my kernel headers...but it never finds them or that directory/link.

I've run "yum install kernel-devel kernel-headers" so I am pretty sure they are installed.

My "rpm -qa | grep kernel" returns code...

What am I missing?

View 1 Replies View Related

Fedora :: VMware Can't Find Kernel Headers / Solve It?

Apr 26, 2011

After compiling the linux kernel VMware is unable to compile it's modules.

I installed the kernel source to code...

C header files matching your running kernel where not found

Any ideas how to solve?

View 6 Replies View Related

Programming :: Package That Has To Configure With "make Menuconfig"?

Jan 19, 2011

I have a package that has to configure with "make menuconfig". I want to make this automatically. Usually I save the .config-File and replace the config with a skript, but the package I have to install has no .config. The manuall told me that I have to make the following steps:./configure --with-linux...makemake installIs it possible to use the saved .config-file?

View 1 Replies View Related

Fedora :: F12 2.6.33 Kernel .config For Menuconfig

Mar 14, 2010

I'm experimenting with 2.6.33-ck1 mainly because I want to try the BFS. I successfully configured and installed the patched kernel, but I'm experiencing various problems on the desktop. The biggest is Chromium not working at all, but there are several others, including graphical glitches in firefox. I'm sure I left some important module off or made a mistake for some settings My question is that is there a 2.6.33-fc12 kernel yet, and does it have a .config available? I'd like to load those settings in menuconfig and use them as a starting point to properly configure and complie a -ck patched kernel.

View 1 Replies View Related

Slackware :: Make The Kernel-headers With Src2pkg?

Jun 25, 2010

Im trying to make a sort of slackware using LFS.In the first chapter I have to make the kernel-headers this way :

make mrproper
make headers_check
make INSTALL_HDR_PATH=dest headers_install
cp -rv dest/include/* /usr/include

Can I do these steps also with using a the source and src2pkg ?

View 6 Replies View Related

OpenSUSE :: How To Find And Install Kernel Headers

Mar 18, 2011

Search the forums first. Well I did, can't find anything I understand.
So please help an ignoramus in simple terms.
The problem:-
I'm trying to run vmware workstation and I get a desktop box pop up which says "Kernel .heade4s for version 2.6.37.1-1.2 desktop not found"
How do I find them and install please.

View 9 Replies View Related

Debian :: Wheezy Doesn't Login After Upgrading Linux-Headers

Jun 8, 2015

I tried to install "Wireless LAN" driver which wasn't installed by default on Debian Wheezy based on this DOC.

After I did all steps in that DOC, I've rebooted the system, and then Debian booted in TTY( gdm didn't start!!!!! )

and the main problem is I can't login to TTY and it say's "Login incorrect"!! (I'm sure the username and password is correct).

Overall :

1- GDM doesn't start
2- I can't login to TTY

View 14 Replies View Related

Software :: Cannot Find Ssl Headers - For SUSE Machine While Configuring NAGIOS

Sep 13, 2010

Actually I need to install configure file of NRPE 2.12 for monitoring the SUSE machine from NAGIOS(Linux machine). But once I am trying to install configure file of the NRPE 2.12 its giving error "cannot find SSL headers". I downloaded libssl-dev files which are in the format of .deb but its not getting install on SUSE.

View 5 Replies View Related

Software :: Kaffeien Installation - ERROR: Could Not Find Cdparanoia Headers

May 10, 2010

I have bt3 installed i am trying to install kaffeien on it but its giving some error

ERROR: Could not find cdparanoia headers.

View 1 Replies View Related

Debian Configuration :: Module Assistant Can't Find Kernel Headers / Work Around This?

Jul 25, 2010

I'm trying to use module-assistant to add the vboxdrv using instructions also found here in the debian forum. However, m-a can't find the linux-headers because it looks for the package linux-headers-2.6.32-5-trunk-686. I attempted to specify were the headers were by using:
m-a prepare --kernel-dir /usr/src/linux-headers-2.6.32-5-686/
but also doesn't work. Instead, I get the error:
Bad kernel version specification at /usr/bin/m-a line 566.
Anyone knows how to work around this?
By the way, the reason I am doing this is because when I installed virtualbox (following the instructions in debian wiki) there's no vboxdrv. When I try to modprobe it, I get:
FATAL: Module vboxdrv not found.

View 2 Replies View Related

Server :: Block Connections To Apache If Client Doesn't Have Valid Request Headers?

Feb 8, 2011

My server gets ddos attacks. I dig into access logs and I saw that attacker ips doesn't have valid requests headers, like their browser application info or requested url info.I want to close those connections immediately, and if it's possible block those ips for a time period.Can I do that with Apache and iptables?I searched on the internet but couldn't find useful results. Probably couldn't search for the right words.

View 2 Replies View Related

Fedora Installation :: 10 Doesn't Come With GCC And Make?

Jun 6, 2009

I know this sounds weird but the Fedora 10 I installed doesn't have gcc and makefile in it. I burned a CD from fedora.org and could it be the problem with the CD I burned? During installation, it didn't ask me to choose what packages I wanna install.

I don't know much about live CD but this installation procedure is different from my previous experience. It firstly take me to a 'virtual' linux desktop and I started the installation through clicking a Installation icon on it. Is this what so called live cd installation?

View 7 Replies View Related

Fedora :: 15 Doesn't Make Any Update

May 26, 2011

i installed the new fedora 15 x86_64 version at my dell studio 17 laptop any i wanted to make some updates and suddenly one error show up

Code:
GPG key retrieval failed: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-15-x86_64

i know i�m missing a key... but how can i get it? i did:

Code:
cd /etc/pki/rpm-gpg
ln -s RPM-GPG-KEY-rpmfusion-free-fedora RPM-GPG-KEY-rpmfusion-free-fedora-15-primary but i still doesn�t work

View 9 Replies View Related

Fedora :: When Use Yum To Make Cache,it Looks Like Doesn't Work At All?

Nov 20, 2010

I have some problem with yum. When I use yum to make cache,it looks like doesn't work at all.Just like this:

Code:
[root@localhost ~]# yum makecache
Loaded plugins: presto, refresh-packagekit

[code]....

View 12 Replies View Related

Fedora :: Can Not Find Option To Make Task-bar Transparent

Jan 10, 2010

i am sorry, but i can not find the option to make the taskbar transparant.i have kde 4.3.4

View 8 Replies View Related

Fedora Installation :: F15 Grub Doesn't Find Debian?

Jun 12, 2011

I had XP, Debian and F14 installed. Bootloader was the Grub from F14.

I installed F15 from DVD overwriting F14. In the new grub.conf I added:

Quote:

title Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
title Debian

[Code].....

View 4 Replies View Related

OpenSUSE :: KMail Doesn't Show "fancy" Headers Anymore?

Apr 2, 2010

On KMail (KDE 4.3.5), I normally had the "Fancy" Message Header style (which I like), but I wanted to inspect all the headers for one particular email, so I clicked View - Headers - All Headers.

That was a mistake. I can't get back to having KMail default to Fancy Message Headers - no matter what I select for an email, every new email shows up as "Standard Headers".

I can't find any options under Settings - Configure KMail that would control the default view. Does anyone know how I can get back to defaulting Fancy Message Headers?

View 2 Replies View Related

Ubuntu Servers :: "E: Couldn't Find Package-headers-2.6.31-21-server"?

Jul 29, 2010

I'm trying to install some nvidia drivers but I need to install the correct headers. uname -r says: 2.6.31-21-serverbut I can't find the headers anywhere to install. 2.6.31-21 and 2.6.31-21-generic are installed but not the server version. It's not showing up in synaptic and using apt-get I get the error message in the title.I have 2.6.31-22-server headers but for some reason when I boot into 2.6.31-22 the OS can't see my 3ware cards and, obviously, the arrays they control. So, I can't use 2.6.31-22 yet.

View 9 Replies View Related

Fedora :: Make 13 Box DHCP Server For Network - Cann't Find Dhcpd In YUM

Nov 10, 2010

I would like to make my Fedora 13 box a DHCP server for my network. I can not find dhcpd in YUM. Is there a way to make my Fedora box a dhcp server? This was relay easy with Suse, but my Opensuse box just suffered a hard drive failure.

View 1 Replies View Related

Software :: ERROR: Unable To Find Mysql Headers (mysql.h)

Apr 3, 2010

I'm trying to install snort-2.8.5.3 on centos5-i386 an I get this error from ./configure --with-mysql --enable-dynamicplugin command:

ERROR: unable to find mysql headers (mysql.h)
checked in the following places
/usr
/usr/include

[Code].....

I've read here it has to do with libmysqlclient12-dev. How can I install libmysqlclient12-dev on centOS?

Is it possible to install snort from repositories using yum?

View 3 Replies View Related

Fedora Networking :: Orinoco Silver PCMCIA Wifi Card Doesn't Find Any Networks In F11

Sep 21, 2009

I have Lucent Technologies Orinoco Silver 11 Mbps PCMCIA wifi card. It worked perfectly in Fedora 10, but after updating to Fedora 11 it stopped finding any wireless networks. The updating were done with automatic updating utility. The card works perfectly in Windows, I tested it today.

My laptop is HP nx6110 if that matters.

Here is the situation:

When I plug-out the card, the Network Manager disables wireless networking as it should. When I plug-in the card, wireless networking is enabled, so the system seems to recognize the card in some way.

If I try to connect to "Hidden wireless network" (because there isn't any wireless networks listed in the Network Manager) system tries to connect for a couple of minutes, and then asks wireless settings again. Orinoco card's lights DOESN'T blink normally when connecting to the network (one light should blink rapidly and one should light continuously, but both are blinking rarely or doesn't blink at all).

In System->Administration->Network in tab Hardware (hope those names are correct, I use Finnish version of Fedora...) is:

It seems that the card is detected right.

Here is what I have done to get the problem solved: In System->Administration->Network I have tried to connect to the wireless network manually (disabling the Network Manager). I can't get the connection. It gives me random error messages, sometimes "Check the cable" or something like that, sometimes just timeouts IP determination.

I have tried to connect different wireless networks, no connection. All tested networks worked with another computer.

No matter if I reboot or service network restart or plug-out plug-in the card... the problem still appears.

Tried to find (and reinstall) drivers:

Code:

No Matches found

Code:

Here is the output of lspci. The output is the same if the wifi card is connected or not.

Code:

LAN connection is working just fine.

View 3 Replies View Related

General :: Menuconfig Can Be Configured

Dec 9, 2010

there was something like <board name> and deconfig or something so that make menuconfig can be configured.

View 1 Replies View Related

CentOS 5 :: Can't Install Kernel-headers Glibc And Glibc-headers?

May 11, 2010

Yesterday, I think I did something stupid: I removed kernel-headers, gcc, glibc-devel and glibc-headers. My box is a CentOS 5.4 webserver (it has loads of packages installed, but that was done through Virtualmin config, so it's quite coherent all in all). The thing is that now I need to reinstall at least the headers and glibc, but hey! this is what I get :

[Code]...

View 19 Replies View Related

Programming :: Cannot Get Ncurses To Delete Char With

Jan 6, 2010

I've modified a program to show * instead of letters when typing a password. I'm trying to make it so that when pressing backspace a * will be removed.Here's a rough example. The problem is that when trying to do this in the real program,' is not recognized as backspace.

View 6 Replies View Related







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