With samba3, samba3-libs, cups, and firefox installed, cups still can't see the smb protocol:
Unable to add printer:
Bad device-uri scheme "smb"!
The backend smb symlink points to a nonexistent file:
tc@box:~$ ls -l /tmp/tcloop/cups/usr/local/lib/cups/backend/smb
lrwxrwxrwx 1 root root 21 Oct 12 13:53 /tmp/tcloop/cups/usr/local/lib/cups/backend/smb -> [color=red]../../../bin/smbspool
[/color]
tc@box:~$ ls -l /tmp/tcloop/cups/usr/local/bin/smbspool
ls: /tmp/tcloop/cups/usr/local/bin/smbspool: [b]No such file or directory[/b]
The real smbspool file exists at /tmp/tcloop/samba3/usr/local/bin/smbspool
CUPS and Samba are running. I can use smbclient to access the windows printer.
Is this a bug?