Search found 3 matches

by PlanBForOpenOffice
Tue Mar 31, 2009 9:59 pm
Forum: Installation and Upgrade of LXDE
Topic: Installing LXDE on CentOS 5.2
Replies: 2
Views: 9383

Re: Installing LXDE on CentOS 5.2

O.K. having momentum here:

Code: Select all

> yum install xorg-x11-proto-devel.x86_64
Solves the make dependencies for make

Code: Select all

> make
> make install
works as well. Lets hope this is now working.
by PlanBForOpenOffice
Tue Mar 31, 2009 9:44 pm
Forum: Installation and Upgrade of LXDE
Topic: Installing LXDE on CentOS 5.2
Replies: 2
Views: 9383

Re: Installing LXDE on CentOS 5.2

Well, I found the first step, how to get ./configure to work.

Code: Select all

> yum install glib2-devel.x86_64
Now make fails, because it apparently can't find the X11 header files.

Still needing help.
by PlanBForOpenOffice
Tue Mar 31, 2009 7:56 pm
Forum: Installation and Upgrade of LXDE
Topic: Installing LXDE on CentOS 5.2
Replies: 2
Views: 9383

Installing LXDE on CentOS 5.2

I try to install LXDE on CentOS 5 in a VM. I could not find a package to install from the repositories. So I downloaded the source and it searches for a glib-2.0 package, which it can't find, as it is called glib2. > ./configure ... checking for stdlib.h... (cached) yes checking for GNU libc compati...