http://bugs.winehq.org/show_bug.cgi?id=17354
--- Comment #8 from Detlef Riekenberg wine.dev@web.de 2009-03-06 16:34:49 --- (In reply to comment #6)
Wine is unable to load the required library. When CUPS failed to load, Wine will try to open and parse "/etc/printcap" (BSD printing system) to use the Printers from there.
$ locate libcups.2.dylib /usr/lib/libcups.2.dylib Where does Wine expect libcups.2.dylib to be located?
I have no Idea about a MAC, but Wine use dlopen, so /usr/lib/libcups.2.dylib should be fine.
Wine need a 32bit lib: $ file /usr/lib/libcups.2.dylib But when Wine can't get the Printers from CUPS, "/etc/printcap" is parsed and Wine should still find your Printers.
I have no Idea, why both methods fail. Please attach /etc/printcap
It's exactly the same computer, with exactly the same configuration. When I try to print via wine installed via Macports, printing fails. When I try to print via Darwine-packaged wine, printing works.
Sorry, i interpreted Darwine as Wine for MAC/PPC.