I\'m trying to install Laconica, an open-source Microblogging application on my Windows development server using XAMPP as per the instructions provided.
The website c
Try adding the drive letter:
include_path='.;c:\xampplite\php\pear\PEAR'
also verify that PEAR.php is actually there, it might be in \php\ instead:
include_path='.;c:\xampplite\php'