Bernard Higonnet writes:
On 02/04/2013 01:17, Sam Varshavchik wrote: > Bernard Higonnet writes: > >> configure:12769: checking for courier-config >> configure:12802: result: no >> configure:12812: checking for ltdl.h >> configure:12812: result: no >> configure:12816: error: Unable to find ltdl.h. Please install Libtool's >> ltdl library > > Ok, so this is the stock check for an include file. > > So, then the next question is whether you have ltdl.h in /usr/include, > or /usr/local/include.As it happens, it was in /usr/local/include, but I put a copy in /usr/include and I got exactly the same result...
Well, for starters, problems of this nature won't be fixed by simply copying some files around. There's a big disconnect somewhere, much more than just a file being out of place.
I don't have any specific suggestions. From looking at the script, it should actually be already picking up ltdl.h as part of the LTDL_INIT macro that gets executed earlier, so it should simply be picking up the cached result, if it were indeed installed.
So this suggests the fact that even the main libtool configuration macro fragment is not working right. It almost looks like you can't even compile anything, manually. Like gcc is not installed at all. Have no idea.
The only suggestion I have is to run the script with -v -x: set -vx ./configure [options]This will produce even more output, every command executed by the shell script, on standard error.
pgpMnuo1w1C62.pgp
Description: PGP signature
------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________ Courier-imap mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap
