X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/f9aa09e2f6e35c7466aca374dc0a1299ca9cf283..f3eda82c08833c9e60a3a8c82acc8c97d2ba771e:/doc/index/discussion.mdwn diff --git a/doc/index/discussion.mdwn b/doc/index/discussion.mdwn index 3d17ddb2a..808070977 100644 --- a/doc/index/discussion.mdwn +++ b/doc/index/discussion.mdwn @@ -25,6 +25,39 @@ of via syslog? > > The reason is that I'm not logged in on the web server regularly to > > check the log files. I'll see whether I can install a logwatch instance. +I'm trying to install from scratch on a CentOS 4.6 system. I installed perl 5.8.8 from source and then added all the required modules via CPAN. When I build ikiwiki from the tarball, I get this message: + + rendering todo/calendar_--_archive_browsing_via_a_calendar_frontend.mdwn + *** glibc detected *** double free or corruption (!prev): 0x0922e478 *** + make: *** [extra_build] Aborted + +I'm kind of at a loss how to track this down or work around it. Any suggestions? --Monty + +> All I can tell you is that it looks like a problem with your C library or +> perl. Little perl programs like ikiwiki should only be able to trigger +> such bugs, not contain them. :-) Sorry I can't be of more help. +> --[[Joey]] + +> I had a similar problem after upgrading to the latest version of +> Text::Markdown from CPAN. You might try either looking for a Markdown +> package for CentOS or using the latest version of John Gruber's +> Markdown.pl: +> +> --[[JasonBlevins]], April 1, 2008 18:22 EDT + +>> Unfortunately I couldn't find a CentOS package for markdown, and I +>> couldn't quite figure out how to use John Gruber's version instead. +>> I tried copying it to site_perl, etc., but the build doesn't pick +>> it up. For now I can just play with it on my Ubuntu laptop for which +>> the debian package installed flawlessly. I'll probably wait for an +>> updated version of Markdown to see if this is fixed in the future. +>> --Monty + +>I suggest that you pull an older version of Text::Markdown from CPAN. I am using and that works just fine. +>There is a step change in version and size between this version (dated 11Jan2008) and the next version (1.0.12 dated 18Feb2008). I shall have a little look to see why, in due course. +>Ubuntu Hardy Heron has a debian package now, but that does not work either. +> --Dirk 22Apr2008 + ---- # Installation of selected docs (html) @@ -61,7 +94,7 @@ I'd like to install ikiwiki as a non-root user. I can plow through getting all t perl dependencies installed because that's well documented in the perl world, but I don't know how to tell ikiwiki to install somewhere other than / --BrianWilson -> Checkout the tips section for [SharedHosting](tips/SharedHosting). It should do the trick. --MattReynolds +> Checkout the tips section for [SharedHosting](/tips/SharedHosting). It should do the trick. --MattReynolds ---- @@ -251,6 +284,8 @@ easily, perl is possible (but I'm not strong in perl). >> >> -- [[MichaelRasmussen]] +>>> It appears the scripts were never posted? I recently imported my Mediawiki site into Iki. If it helps, my notes are here: --[[sabr]] + ---- # LaTeX support? @@ -280,24 +315,6 @@ Any setting for limiting how many kilobytes can be submitted via the "edit" form ---- -# Access Keys - -Would anyone else find this a valuable addition. In oddmuse and instiki (the only other -wiki engines I am currently using, the edit, home, and submit link tags have an -accesskey attribute. I find it nice not to have to resort to the mouse for those -actions. However, it may not be something everyone appreciates. Any thoughts? ---[Mazirian](http://mazirian.com) - -> Maybe, although it would need to take the critisism at -> into account. - ->> Thank you for that link. Given that the edit link is the first thing you tab to ->> in the current layout, I guess it isn't all that necessary. I have had a ->> a user complaint recently that Alt-e in oddmuse was overriding his access ->> to the browser menu. - ----- - # Editing the style sheet. It would be nice to be able to edit the stylesheet by means of the cgi. Or is this possible? I wasn't able to achieve it. @@ -347,7 +364,7 @@ aren't allowed in WikiLinks now? My best regards, ---[[Paweł|ptecza]] +--[[PaweB|ptecza]] > See [[bugs/Spaces_in_link_text_for_ikiwiki_links]]