I installed 0.9.26 from the binary debs found here
http://sourceforge.net/project/showfiles.php?group_id=89339the problem is that lazarus-ide has a dependency on libglib1.2ldbl and this is not available on Debian Etch.
In order to get libglib1.2ldbl working I had to pull it from Lenny and that meant upgrading a load of other stuff to Lenny as well.
I had to install:-
libc6_2.7-15_i386.deb
libgdk-pixbuf-dev_0.22.0-14_i386.deb
libgdk-pixbuf2_0.22.0-14_i386.deb
libglib1.2-dev_1.2.10-19_i386.deb
libglib1.2ldbl_1.2.10-19_i386.deb
libgtk1.2-common_1.2.10-18.1_all.deb
libgtk1.2-dev_1.2.10-18.1_i386.deb
libgtk1.2_1.2.10-18.1_i386.deb
tzdata_2008h-2_all.deb
this is probably going to cause me a lot of trouble in the future
Does lazarus-ide
really need libglib1.2ldbl ?
if it could have been compiled to work with the standard libglib1.2 then it would be much better for Debian Etch users.[/i]