Gentoo Archives: gentoo-dev

From: Mikael Hallendal <hallski@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] GLIB error
Date: Mon, 27 Aug 2001 03:48:39
Message-Id: 998912954.12892.8.camel@zoidberg
In Reply to: [gentoo-dev] GLIB error by Kevin Gordon
1 Den 27 Aug 2001 18:37:11 +1200 skrev Kevin Gordon:
2 > Hi Everyone,
3
4 Hi!
5
6 > I have three queries which I hope you are able to help me with:
7 > (1) Tried to emerge portage-1.6 file not found (yesterday). Must try 1.6.1?
8
9 This might have been that the file area hadn't gotten it yet. I think
10 that 1.6.1 should be up by now.
11
12 > (2) Tried to install gftp (first emerge rsync)
13 > (3) Tried to install glib
14
15 Both your problems look to be due to the lack of the kernel-headers (or
16 a symlink to them).
17
18 I'm not sure about this but if I'm wrong please correct me.
19
20 Make sure that you have either kernel-headers or kernel-sources.
21
22 /usr/include/linux should be a link to /usr/src/linux/include/linux.
23
24 If you have /usr/src/linux/include/linux but not /usr/include/linux you
25 can make this symlink manually.
26
27 * Become root
28 * cd /usr/include
29 * ln -s /usr/src/linux/include/linux
30
31 This should solve both problems (2) and (3).
32
33 Good luck,
34 Mikael Hallendal
35
36 --
37
38 Mikael Hallendal
39 Gentoo Linux Developer, Desktop Team Leader
40 CodeFactory AB, Stockholm, Sweden

Replies

Subject Author
Re: [gentoo-dev] GLIB error Daniel Robbins <drobbins@g.o>