Followed the instructions as outlined in the README.txt and installed the third party Geshi library here:
/sites/all/modules/geshifilter/geshi
Now, when I go to configure the module, I'm seeing the following message within the 'General settings', 'Languages', and 'Filter conflcts' tabs:
GeSHi library error: Could not find a known version of the GeSHi library at sites/all/modules/geshifilter/geshi
Comments
Comment #1
soxofaan commentedWhich version of GeSHi did you install?
GeSHi filter module only supports GeSHi 1.0.x for the moment
perhaps you installed GeSHi 1.1.x?
Comment #2
jakery commentedThe README.txt file incorrectly points the user to a website where the 1.1.x dev version is offered. It took me 30 minutes to figure out that 1.1.x isn't supported, and that 1.0.x is the proper version. (Why not just include it in the module package?)
Comment #3
soxofaan commentedfixed by http://drupal.org/cvs?commit=302008
there are many reasons not to include third party code in drupal.org packages (mainly licensing and practical code hosting issues), interesting read is http://drupal.org/node/124978
Comment #4
soxofaan commented