On 4/3/06, Matthew Gillen <[EMAIL PROTECTED]> wrote: > It seems clear that trac-admin is linking with version of some library that it > wasn't built against. Since you compiled everything on your machine, it's > probably just a matter of making it find the version you built it with first. > > Use the LD_LIBRARY_PATH environment var to specify places that the linker > should look *first* (before system lib directories).
Just tried this, and it worked first time. Can't believe how much time I've spent on this not to try something obvious like that! Thanks! Chris _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
