From: Zoltan B. <zb...@du...> - 2006-01-05 22:20:48
|
Hi, I just noticed that every input modules and rlib.so.1.3.7 are linked to=20 everything that was detected during ./configure, e.g. postgres.so is linked to=20 libmysqlclient.so and libodbc.so, too. They don't need to be, and it defeats the very=20 purpose of using dynamically opened input modules and the fine grained RPM packaging is al= so broken in this context. E.g. rlib-odbc cannot be installed where e.g.=20 mysql isn't installed. I have solved it in the attached patch. Now everything is linked to the u= sed libraries only. Best regards, Zolt=E1n B=F6sz=F6rm=E9nyi |