Markus Eskola wrote: [snip] > Ok, checked that too, and it also looks ok. Gcc can find > libgcc_s.so.1, but if it didn't, wouldn't I get an error during > compilation?
No, libgcc is different than libgcc_s. > I checked mysql.so aswell using ldd and all the depending libraries > are referenced to the correct place. Now that is almost strange... it probably means that you are running the new spamassassin under a different user, and that user has LDPATH (or LD_RUN_PATH) set to something different than the crle path (or the other way around depending on what is defined or not). Probably what you suspected from the start, spamd's user does have a path set or not set, try `su - spamd` or whatever the name of the user and repeat the ldd test. -- René Berber