|
|
我使用的平台是mandrake 9,1
用CUPS连接一台hp3420打印机
现在需要在windows机器上边使用这台共享打印机
配置好了samba之后可以找到打印机的名字,在windows下安装好驱动程序,确无法连接进行打印,客户端报错拒绝访问
而此windows机器可以正常使用mandrake的共享资源
我查阅了一下相关文档
其中有一句
When installing Samba make sure that it is compiled with CUPS support. Check whether the command "ldd `which smbd`" has "libcups" in its output.
我使用这个命令得出如下结果
which: no smbd in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/fishfeather/bin)
ldd: missing file arguments
Try `ldd --help' for more information.
请问这些到底是什么意思,我该怎么解决? |
|