Francisco Neira said: > > Hi all > > Someone with experience installing turba with LDAP access could help me? > > I'd been following (i guess) the instructions with turba but when I do > the patching of core.schema appears the following: > > 1 out of 1 hunk FAILED -- saving rejects to file core.schema.rej > > Help in Google is nearly *none* and to make matters worse, I'm totally > "n00b" with LDAP.
the error you post has nothing to do with LDAP. It is patch reporting part of the patch failed to apply to the file(patch does try really hard to apply patches even if the code is offset by dozens/hundreds of lines). The solution is to either get a copy of core.schema that the patch was supposed to be applied to and patch it, get a copy of the already-patched core.schema, or get an updated patch for your version of core.schema. or, you can try to find the code manually and patch it, look at core.schema.rej, it is sometimes possible to manually put the code into the file-to-be-patched, though if your a n00b then you may not be able to do it. And there's a good chance that it may not be possible. another possiblity is that hunk is already part of the core.schema that you have in which case the message is harmless, but without knowing whats in your core.schema and what is in core.schema.rej it is impossible for me to determine this. I reccomend asking the authors of the "turba" package your trying to use. nate -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list
