similar to: Unable to Compile a LAN Card Driver on Centos4.4

Displaying 20 results from an estimated 4000 matches similar to: "Unable to Compile a LAN Card Driver on Centos4.4"

2004 Nov 27
0
Problems compiling zaprtc on 2.4.27 kernel
Has anyone successfully compiled zaprtc on Debian Sarge using the 2.4.27 kernel. I have a symbolic link from linux-2.4 to linux. I compiled a new kernel from source and have been able to compile zaptel as well. The main error seems to be: /usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory These are the errors that I am getting: cc -c zaprtc.c -D__KERNEL__ -DMODULE
2007 May 18
0
mach_mpspec.h, mach_apicdef.h & xenbus_mkdir
Hello list, I''m trying to build a linux kernel module that uses xenstore to report on the modules loaded into a DomU''s kernel. When building against the current unstable (changeset 15080:089696e0c603) I''m getting build errors about not being able to find mach_mpspec.h and mach_apicdef.h make -C /root/xen-unstable.hg/linux-2.6.18-xen O=/root/xen-
2008 Jun 11
2
Required for CentOS4.4 ia64 Clustersuite package
Dear All, I am new in Itanium server Installation and I have installed all the CentOS4.4 ia64 CDs and kernel version is 2.6.9-42.EL and I need the Cluster Suite Package for the same. I tried to google-out and i can't find out the Clustersuite package for CentOS4.4 and I findout the CentOS4.5 Clustersuite package from CentOS Website can any one send me path of the Clustersuite
2006 Dec 23
0
centos4.4 x86_64 and zaptel-1.2.12 compile problems?
Anyone seen this and know how to fix it? (note the Assembler messages at the end). Thanks in advance: server# make linux26 cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -c -o gendigits.o gendigits.c cc -o gendigits gendigits.o -lm ./gendigits > tones.h cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64
2009 Apr 24
1
CentOS4.4 32bit Cluster Suite Installation Package as iso
Dear All, I am new in CentOS4.4 32bit Cluster Suite Installation and I have installed all the CentOS4.4 32 bit CDs and i found kernel version is 2.6.9-42.EL and I need the Cluster Suite Package for the same. I tried to google-out and i have verified CentOS Site But i can't find out the Clustersuite package for CentOS4.4 Can any one send me path of the Clustersuite ISO package for
2004 Jul 19
0
Cant compile Zaptel at all
I have been trying to compile Zaptel 1.0-RC1 that I just downloaded via tarball on my debian 3.0 system running a 2.4.26 kernel. I have all the headers, libraries and sources installed for the kernel along with the latest versions of GCC. I dont know what else to do to trouble shoot this so I have included the entire output below. Thanks a lot! -James Freire linux1:/usr/src/zaptel-1.0-RC1#
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
Hi ""noobs"" and others(like me). I've been struggling for hours,days,days,days.... to get my Asterisk work with 2x HFC-S BRI cards. One card for use in NT-mode for connecting my ISDN DECT phone,and one card as gateway to PSTN. Now it'works,and I just want to share some of the experience with others. I'd guess there must be 'Somebody Out There' having
2006 Nov 30
0
Does kernel-devel need further configuration after yum install, for driver build ?
In order to build a kernel module outside of a kernel source tree, I understand it is necessary to set up a makefile containing lines such as ... obj-m:=driver.o ... and quote the KERNELDIR directory to the make system (e.g. see O'Reilly book on Linux device drivers) However, doing this with Centos either 'as-is', or even after doing a yum remove kernel-devel-<version> then
2006 Feb 16
0
[PATCH] fix mp_current_pci_id duplicate declaration
Last mpparse cleanup leaves compile error: mpparse.c:56: error: static declaration of ‘mp_current_pci_id’ follows non-static declaration /home/chrisw/hg/xen/xen-unstable/xen/include/asm/mpspec.h:26: error: previous declaration of ‘mp_current_pci_id’ was here Signed-off-by: Chris Wright <chrisw@sous-sol.org> --- diff -r 2b0078f771cc xen/include/asm-x86/mpspec.h ---
2008 Jan 21
2
CentOS4.4 - Not booting up
Hi, I've been using an CentOS4.4 version. All was well till 2 days back. Suddenly when the PC was booted-up, it wouldn't bootup. It gets stuck displaying the following message. exec of init (/sbin/init) failed !!!: 80 umount /initrd/dev failed: 2 Kernel panic - not syncing: Attempted to kill init! I entered the rescue mode and attempted chroot /mnt/sysimage It spitted an error
2007 Apr 12
1
Dual boot problem with XP and CentOS4.4
Hi i am using CentOS 4.4 version individually. working very fine. but, when i try to install CentOS4.4 as a dual boot with windows XP, i couldn't install. its taking so much of time to show the installation screen. i have given my hardware configuration below, Intel Dual Core 2.8 Ghz Intel D945GCCR MotherBoard 1GB DDR Ram 80GB SATA HDD (western digital) this is the first time i am trying
2010 Jun 29
0
Problem in migrating DRBD from CentOS4.4 to CentOS5.5
Dear All, Previously we have used CentOS4.4 release with Supported Cluster Suite and DRBD 8.0.0 Active/passive (failover) We have build the DRBD 8.0.0 Source in CentOS4.4 Setup We have configured the DRBD Resource with default OS installed LVM (/dev/mapper/vgroot-LogVol00 and /dev/mapper/vgroot-LogVol01) Partition and its working fine Partition Tables are listed below
2007 Feb 10
3
How to prevent reading of an xml in a particular directory from browser in apache on Centos4.4
hi friends, I have configured a HelpDesk Ticketing System on Centos4.4. The problem I am facing is that there is a file called "site.xml" which contains the information about database connections and I don't want ppl to be able to read that file through browser. As per the readme.htm of that software if the below entries will be put in .htaccess then nobody can read the xml through
2007 Apr 05
1
unable to build rpm from cvsnt.spec file on Centos4.4
Hi Friends, I downloaded the cvsnt 2.5.04.2047 version from achrives. I using Centos 4.4 and I am trying to install cvsnt through cvsnt.spec file. When I run the command rpmbuild --bb cvsnt.spec I get the below error at the end. I don't know the reason why the rpmbuilding is failing . What package or rpm do I need to install to fulfill this dependency or get rid of this error ? Processing
2007 Mar 19
2
SPF, Sendmail and Centos4.4
Does anyone have any experience with adding SPF support to sendmail?? Thank you, -ed-
2009 May 30
1
turnoff monitor centos4.4 issue
hi all, In centos 4.4 turnoff monitor is not working.Dpms is enable and also change the dpms setting it working but not functioning. I am using kde3.3 desktop.How to slove this....pls help me. thanks, karthik -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 15
1
Migration from FC3 to Centos4.4 gives problems with Samba
Hi I have updated one of my servers from Fedora Core 3 to Centos. All services run fine except Samba. The Centos installation is fresh and I setup Samba in a similar way as I did before with Fedora. I copied the samba password file from the Fedora installation and also all user+machine accounts to the /etc/passwd|shadow etc. Problem I now have is that clients cannot find their server profiles
2008 Apr 16
1
I meet a problem on installing CentOS4.4 ServerCD.
<style> body {color:#000000;font-size: 9pt;font-family: ±¼¸²,Arial} table {color:#000000;font-size: 9pt;font-family:±¼¸²,Arial } a:link {color:#000000;text-decoration: none} a:visited {color:#000000;text-decoration: none} a:active {color:#000000;text-decoration: none} a:hover {color:#000000;text-decoration: none} p
2007 Jan 05
5
php rpm centos4.4
Hi i need to install php when i download and install the cacti it say that and i can not find any pure php rpm but it is an php-excel and so on, what php should i use ? the yum command do noit find any php to update since i have php installed than it complains that it needs php-pear and i am in the same situation and i have several to choose among ..., php-ldap is missing ... Matthias Nilsson
2006 Oct 26
4
installing xen-3.0.3 on AMD sempron, CentOS4.4
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi I''m currently using xen-3.0.2-testing on several servers. But when xen 3.0.3 was announced I wanted to try it, of course it should have several iprovements and bugfixes, etc. I did the same steps I was previously done in order to compile xen-3.0.2, and in fact xen compiled and installed very cleanly. I created my initrd image and then I