Results 1 to 7 of 7
hi
I HAVE SOME PROBLEM IN INSTALLING ZOPE.AFTER CONFIGURE WHENEVER I USE MAKE COMAND IT SHOWS FOLLOWING ERRORS.
1./usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
2./usr/include/bits/errno.h:25:26: error: linux/errno.h: No ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-15-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
problem ininstallation of ZOPE2.8.5
hi
I HAVE SOME PROBLEM IN INSTALLING ZOPE.AFTER CONFIGURE WHENEVER I USE MAKE COMAND IT SHOWS FOLLOWING ERRORS.
1./usr/include/bits/local_lim.h:36:26: error: linux/limits.h: No such file or directory
2./usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
3./usr/include/bits/errno.h:25:26: error: linux/errno.h: No such file or directory
4./usr/include/bits/sigcontext.h:28:42: error: /usr/include/asm/sigcontext.h: No such file or directory
5.error: command 'gcc' failed with exit status 1
make: *** [build] Error 1
(I AM NEW TO LINUX )CAN ANYONE HELP ME OUT?
SURABHI is offline Reply With Quote
- 01-15-2007 #2Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi SURABHI,
I see that you have created a thread on Linux Networking forum and also one on Installation forum for the same problem. Do not "fork threads" on the same topic on multiple forums.
Now, for your problem, which distribution do use? You need to install the respective kernel-headers package which contains the header files which actually specify the interface between Linux kernel and the userspace programs and libraries. After installing this package, try to install zope.
With Regards,
Thinker
- 01-15-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
I am using Knoppix 5.
- 01-15-2007 #4Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi SURABHI,
You can use synaptic to search and install kernel-headers packages. Or else, use apt-get to install it as follows : -
With Regards,# apt-get install kernel-headers-`uname -r`
Thinker
- 01-16-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
I tried to install the kernel header package but I got following error.
E: Couldn't find package kernel-headers-2.6.17
- 01-16-2007 #6Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
I tried to install the kernel header package but I got following error.
E: Couldn't find package kernel-headers-2.6.17
when I was installing synaptic I got following error
apt-get install synaptic
1.dpkg: error processing python2.3 (--configure):
2.dpkg: dependency problems prevent configuration of python2.3-dev:
3.E: Sub-process /usr/bin/dpkg returned an error code (1)
- 01-16-2007 #7Linux User
- Join Date
- Jun 2006
- Posts
- 311
Hi SURABHI,
Post the output of the following command : -
Originally Posted by SURABHI
Code:$ uname -a
Try to upgrade python using apt.
Originally Posted by SURABHI
With Regards,
Thinker


Reply With Quote
