Note for all SuSE 8.0 users:
Please edit the PostgreSQL Config file in /etc/sysconfig/posgtresql
Add -i to OPTIONS so that it looks like this:
POSTGRES_OPTIONS="-i"
This is required for TCP/IP connections for the client side.
You have to create a new database on your system.
using :
createdb -E UNICODE 'databasename'
!NOTE Dont forget the -E UNICODE otherwise your postgres system don`t stores
your special chars in the correct way!
If you don't want to use PostgreSQL you could use the internal SQLite instead. Then you only have to do the following:
Now you could compile KRunning.
% ./configure --prefix=/opt/kde3
% make
--getting root rights with :
% su (root password)
% make install
