Hello,
*edited: I am a noob Linux/Pardus user who has installed:
klibido - a KDE usenet news grabber for Linux.on my Acer 5002WLMI laptop running Pardus 2007.1
I have had installation problems and they are covered in the klibido
FAQ but now I have figured them out and below is instructions on how to install klibido into your Pardus 2007.1:
klibido requirements:
* Gcc 3.x, with C++ support
OK* Kde/Qt 3.2 or greater
OK*
The UUDeview Library version 0.5.20 NEED*
Berkeley Db 4.1 or above with C++ support NEED[/list]
Download (to desktop):
klibido 0.2.5*
uudeview 0.5.20*
Berkeley DB 4.5.20 NC.tar.gz , without encryption (8.8M)[/list]
Open konsole from Pardus Menu > Programs > Systems > Konsole
Install Berkeley DB:
cd /home/user/Desktop ***"user" is your username
tar xzvf db-4.5.20.NC.tar.gz
cd db-4.5.20.NC/build_unix
../dist/configure --enable-cxx
make
sudo make install ***enter your password
Install uudeview:
cd /home/user/Desktop ***"user" is your username
tar xzvf uudeview-0.5.20.tar.gz
cd uudeview-0.5.20
./configure
make
sudo make install ***enter your password
Copy 2 files:
cd uulib
cp uudeview.h /usr/include/uudeview.h
sudo cp libuu.a /usr/lib/libuu.a ***enter your password
Install klibido:
cd /home/user/Desktop ***"user" is your username
tar xzvf klibido-0.2.5.tar.gz
cd klibido-0.2.5
kde-config --prefix ***This returns "/usr/kde/3.5". Put that in the next line.
./configure --prefix=/usr/kde/3.5
make
sudo make install ***enter your password
Now everything is installed! To run, just type: klibido
OR... you can go: Pardus Menu > Run Command > klibido
I hope that works for you!