Hi,
Before you read on keep in mind i'm a noob in the linux stuff. I just set up a debian 4.0 system without a gui for the first time and now i'm trying to get a web based amule (also without gui) working on this system.
For this i'm following the
[aMule on Debian - HOWTO] From CVS to remote control guide, also located on this forum.
At some point i have to instal the following packages ...
apt-get install flex bison gettext libgtk2.0-dev python-dev python-dbg zlib1g-dev libjpeg62-dev libpng12-dev libtiff4-dev
libgl1-mesa-dev libgl-dev libglu1-mesa-dev libglu-dev libesd0-dev libgnomeprintui2.2-dev libgconf2-dev libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev python-central bc
The problem is that the package libgl-dev gives me the following error ...
apt-get install libgl-dev
Reading package lists... Done
Building dependency tree... Done
Package libgl-dev is a virtual package provided by:
libgl1-mesa-swx11-dev 6.5.1-0.6
libgl1-mesa-dev 6.5.1-0.6
You should explicitly select one to install.
E: Package libgl-dev has no installation candidate
I guess i have to choose between one of the suggested packages but i do not know which one ....
When this get fixed i have to do ...
./configure --prefix=/usr --with-gtk --enable-unicode --disable-compat24 --enable-optimise
Where do i have to launch this command ? (what subdir)