Finally good news from NOKVEDUX
I've got it !
I've installed Lararus
I had to use the lazarus files at:
http://www.de.freepascal.org/lazarus/Othervise I always get an Error-message telling "MATTIAS is not a legal user".
And I believe this is also important:
apt-get install libgtk2.0-dev
apt-get install libgdk-pixbuf-dev
apt-get install binutils
..this information I found at:
http://users.skynet.be/yvesvanbelle/UbuntuTTT.html#How_to_install_Free_Pascal__Lazurus_onI will paste in all of it here so we don't loose it:
------------------------------
Insallation of Lazarus in KUbuntu:
Download from the fpc*.i386.rpm, fpcsrc*.i386.rpm and lazarus*.i386.rpm from the Lazarus Sourceforge.net web site
First install alien. Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages into Debian packages, which can be installed with dpkg
sudo apt-get install alien
Then use alien to convert the rpm packages to deb packages with the sudo alien -c rpmpackage.rpm command.
Example:
sudo alien -c fpc-2.0.1-050923.i386.rpm
sudo alien -c fpcsrc-2.0.1-050923.i386.rpm
sudo alien -c lazarus-0.9.10-0.i386.rpm
Lazarus depends on the development packages of the GTK and pixbuf libraries and the GNU assembler, linker and binary utilities. Install these dependecies by executing the instructions below:
sudo apt-get install libgtk2.0-dev
sudo apt-get install libgdk-pixbuf-dev
sudo apt-get install binutils
Now you can install the converted packages. cd to the directory where the converted packages are and execute:
sudo dpkg -i *.deb
-----------------------------------
As you see, I "converted" to KUbuntu too. Just to try if that was better for Lazarus. But I admit I am longing back to the brown, soft and minimalistic style of Ubuntu. I believe that I can install Lazarus now in ubuntu 5.10. It's about time to get to work with programming in Lazarus. I hope you will not find me anymore in the "installation class" as an "asker". I think I've used more than 30 hours to get through this installation.
Still I have a little problem:
Can anyone tell me how to log in my username "nokvedux" in this forum.
The machine has never sendt me the code to my email.
I have tried to registrate several times, but I never get the kode in my email.
NOKVEDUX