I tried to install evolution in three ways but non successful
1.
I tried evolution-1.5 form swaret but is unstable and it crash every time i try to open settings panel
2. then i tried the ximian installer:
----------------------
brain@digitalman:~$ xhost +localhost
localhost being added to access control list
brain@digitalman:~$ su
Password:
root@digitalman:/home/brain# wget -q -O - (sorry_i_cant_white_urls) |sh
==> Autodetecting system type...
==> Checking $DISPLAY and X permissions...
The Ximian Desktop Installer is a graphical application, and
either you have no DISPLAY variable set or the root user does not
have permission to access your X server. Run 'xhost +localhost'
before becoming root, and make sure that the DISPLAY variable is
set correctly before running the go-ximian script.
Cleaning up temporary files... done.
root@digitalman:/home/brain# echo $DISPLAY
:0.0
----------------------
3.
finally i tried to compile evolution-1.4 from sources and i got this error when tring ./configure:
----------------------
checking for libgtkhtml-3.0... Package libgtkhtml-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgtkhtml-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgtkhtml-3.0' found
configure: error: Library requirements (libgtkhtml-3.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
----------------------
i can't find libgtkhtml-3.0 sources anywhere, only packages for different platforms
can someone help me?