Closed (fixed)
Project:
Organic groups list manager
Version:
master
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2006 at 21:25 UTC
Updated:
31 Aug 2006 at 18:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
ajwwong commentedAnother modification to the exim documentation for INSTALL --
install MAIL::Verp
should be changed to
install Mail::Verp
it appears as if cpan is case sensitive.
Thanks!
Albert
Comment #2
ajwwong commentedAddiitonally, the line:
install DBI
should come *before*
install DBD::mysql
I think that DBD::mysql needs DBI to be installed before it can be installed.
[At least this is what I found on my system.]
Thanks, everyone.
Albert
www.ithou.org
Comment #3
ajwwong commentedAlso, I've gotten the errors
I've solved these errors by
(1) adding an equals sign after debug_print in the exim configure file
and
(2) making sure that user og2list was in the group called og2list
[Still trying to make my system work ;-) ]
Thanks everyone for your efforts here...
Albert
www.ithou.org
Comment #4
ajwwong commentedHere's a small patch that takes care of a couple of minor documentation issues for exim.INSTALL, most of which I have listed above:
(1) Using cpan, DBI installation should happen before DBD::mysql , I believe. [When I tried to install it in the reverse order as recommended by the install instructions, DBD::mysql would not install]
(2) MAIL::Verp should become Mail::Verp
(3) Missing "equals sign" after debug_print caused Exim parsing error with Exim 4.62 [some one might want to check this]
(4) The database server and name of database comments were reversed.
Hope this is helpful!
Best wishes,
Albert
Comment #5
Amazon commentedPatch applied 2 days ago.
Comment #6
PunkCut25 commentedThe patch didnt seem to apply for me. When applied to a fresh checkout of exim.install all 4 hunks failed.