Hendrik van den Boogaard wrote: > I will try this in some days. However I have a AMD 64 machine, the deb's > are for .386. Can I just dpkg --force-architecture? >
This would only work if you have compatibility libraries for 32-bit software installed. Otherwise rebuild the package from source as follows: Download the files from http://www.openprinting.org/download/printing/esp-gpl-ghostscript-merge/ into the same directory. Then do sudo apt-get install build-essential sudo apt-get build-dep gs-esp gs-gpl dpkg-source -x gs-gpl_8.60.dfsg.1-0ubuntu1.dsc cd gs-gpl-8.60.dfsg.1 dpkg-buildpackage -rfakeroot cd .. sudo dpkg -i *gs-esp*.deb *gs-gpl*.deb Answer every question which appears with "y", so that all needed packages get installed. Add a comment/attachment Or try the distribution-independent package from http://www.openprinting.org/download/printing/esp-gpl-ghostscript- merge/README -- incorrect test page printing with SAMSUNG ML1210 https://bugs.launchpad.net/bugs/25105 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
