Re: [courier-users] error: ‘std::string’ has no member named ‘ReverseFind’

2013-03-19 Thread Nathan Eady
Sam Varshavchik mr...@courier-mta.com writes: I just threw dirsync in because I don't know enough about it You can take it out for now. It enables some code that's broken Sure enough, when I configure without that option, the build problem vanishes. Thanks. I thought I had a dependency

[courier-users] error: ‘std::string’ has no member named ‘ReverseFind’

2013-03-18 Thread Nathan Eady
I'm running into a compile-time error on Wheezy on x86-64. My C++ foo is somewhere between weak and non-existent, so it could be something really simple like an unmet dependency, but all my attempts to do web searches for anything related to the error message have failed, and so I'm pretty well

Re: [courier-users] error: ‘std::string’ has no member named ‘ReverseFind’

2013-03-18 Thread Sam Varshavchik
Nathan Eady writes: The configure scripts were run as follows: For the auth library: ./configure --with-mailuser=mlog --with-mailgroup=mlog --prefix=/usr For Courier itself (which is where I'm having the problem): ./configure --with-db=gdbm --datadir=/usr/share/courier \