Hi,
I've just downloaded and installed samba 2.2.7
with these options;
./configure \
--prefix=/usr \
--libdir=/etc \
--with-lockdir=/var/lock/samba \
--with-privatedir=/etc/samba \
--with-pam \
--with-winbind \
--with-swatdir=/usr/share/swat \
--with-pam \
--with-mmap \
--enable-cups \
--with-logfilebase=/var/log/samba \
--with-smbmount \
--sysconfdir=/etc/samba \
--with-piddir=/var/run/samba
As you can see, I turned on cups support in
samba configuration.
I have the cups libraries also;
# rpm -qa|grep cups
cups-1.1.15-10
cups-libs-1.1.15-10
# ldconfig -v|grep cups
libcups.so.2 -> libcups.so.2
libcupsimage.so.2 -> libcupsimage.so.
But after make, and make install I don't
see cups among the supported libraries
in smbd;
# ldd /usr/sbin/smbd
libdl.so.2 => /lib/libdl.so.2 (0x4001f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40023000)
libpam.so.0 => /lib/libpam.so.0 (0x40038000)
libpopt.so.0 => /usr/lib/libpopt.so.0 (0x40040000)
libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
I don't know what should I do.
I think this is the reason why I don't see the
printers under samba server from our clients...
Could you help me please, what am I missed?
Thank in advance!
Regards;
Istvan
_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Istvan, You need to install the package cups-devel for your Linux distro. Then you can build samba with cups support. - John T. On Sun, 1 Dec 2002, YYyyy XXxxx wrote:> Hi, > > I've just downloaded and installed samba 2.2.7 > with these options; > > # rpm -qa|grep cups > cups-1.1.15-10 > cups-libs-1.1.15-10 > > # ldconfig -v|grep cups > libcups.so.2 -> libcups.so.2 > libcupsimage.so.2 -> libcupsimage.so. > > But after make, and make install I don't > see cups among the supported libraries > in smbd; > > # ldd /usr/sbin/smbd > libdl.so.2 => /lib/libdl.so.2 (0x4001f000) > libnsl.so.1 => /lib/libnsl.so.1 (0x40023000) > libpam.so.0 => /lib/libpam.so.0 (0x40038000) > libpopt.so.0 => /usr/lib/libpopt.so.0 (0x40040000) > libc.so.6 => /lib/i686/libc.so.6 (0x42000000) > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) > > I don't know what should I do. > I think this is the reason why I don't see the > printers under samba server from our clients... > > Could you help me please, what am I missed?- John T. -- John H Terpstra Email: jht@samba.org