Compiling version 0.2 on Fedora 7

Ryan Daly daly at ctcnet.net
Mon Nov 19 23:17:39 CET 2007


On Mon, 2007-11-19 at 22:02 +0100, Beso wrote:
> you need to download the files inside the network svn and place them
> in the directory where there is knetworkmanager/.
> for example let's say that you have downloaded the knetworkmanager
> in /usr/src/network/knetworkmanager. 
> the files here: http://websvn.kde.org/branches/extragear/kde3/network/
> and place them in /usr/src/network (remember that you just need to
> download the 4 files in this directory and not also the other
> directories). then run make -f Makefile.cvs and that will generate the
> configure script. run configure and that should work. if it doesn't
> then you'll also have to download the kdereview into
> the /usr/src/network/.
> 
> but this script should help you do it in a better way: 
> 
> #!/bin/sh
> 
> svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/network kdenetwork
> cd kdenetwork
> svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
> svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/network/knetworkmanager/
> 
> make -f Makefile.cvs
> ./configure --prefix=`kde-config --prefix`
> make
> sudo make install
> this should download, configure and compile your knm from svn. if the
> configure gives you errors do as it says and it should compile. 

Ran into an error:

**************************************************
*
* KNetworkManager will not be built due to missing dependencies!
* Missing:  libnl-1
*
**************************************************

And, above that, I find:

checking for libnl-1 >= 1.0-pre6... no
configure: WARNING: You need libnl, knetworkmanager will not be compiled

: riddler 125#; rpm -q libnl
libnl-1.0-0.10.pre5.4

Is there a newer RPM available for this under FC7?
--



More information about the kde-networkmanager mailing list