------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=114406 Summary: Managing a remote i386 cups daemon from an amd64 host causes lib path problems Product: kdeprint Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kde-print-devel kde org ReportedBy: adq_dvb lidskialf net Version: (using KDE KDE 3.4.2) Installed from: Gentoo Packages Compiler: gcc 3.4.4 OS: Linux If I configure my i386 based cups server from my amd64 machine, it breaks cupsd.conf - specifically, it changes ServerBin /usr/lib/cups to ServerBin /usr/lib64/cups Which would be fine for the amd64 machine, but is not fine for the i386 machine. :) I can easily work round it by symlinking /usr/lib64, but thought I'd report it as it was rather confusing what had broken.