search for: libcups

Displaying 20 results from an estimated 403 matches for "libcups".

2008 Jul 26
5
Cups problems while compiling WINE
Just tried to compile WINE on opensuse 11 64bit. I did everything as described here: WineOn64bit - The Official Wine Wiki (http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0) But running the configure script I'm getting that message: Code: configure: libcups development files not found, CUPS won't be supported. That means that the printer output isn't working after compiling it. Strange thing is, that the header files were found and are present: Code: /Work/wine-1.1.2> cat fehler.txt | grep cups checking cups/cups.h usability... yes ch...
2003 May 30
1
compile samba-2.2.8 with libcups support?
First of all, thank you very much for your fast answers. Congratulations, samba is a great product. This is possibly a newbie question, but I am not able to compile samba-2.2.8 with libcups support. >From the options that appear running "./configure --help", only "--enable-cups" seems to be related to the problem. However, after compilation the "smbd" executable is not linked with libcups. # ./configure --enable-cups # make # ldd /usr/local/samba-2.2....
2001 Nov 12
1
Samba-2.2.2-1 and libcups.so.2
...binaries since the built image seems not to be installed to the same places as the previous version was installed on RH 7.1 (namely /usr/sbin/smbd), placing it instead of /usr/local/samba/bin. Downloaded the three RPMs (common, client, samba). Try to install and RPM says they have a dependency on libcups.so.2. Search for libcups, only found the source (www.libcups.org), download, build, install. I now have libcups.so.2 on /usr/lib. rpm -iv still complains that it requires libcups.so.2. is a dependency. I tried "--force" and no luck either. I have been trying to make Samba work for 3 da...
2002 Dec 03
1
libcups.so.2 plus some general / opinion type questions (maybe newbie questions)
...pm (i.e no winbind) Downloaded samba-2.2.7-1.i386.rpm from samba.org mirror rpm –ivh samba-2.2.7-1.i386.rpm then I get a failed dependency error. Redhat support was, in this case, not too good, they suggested either upgrading to 7.3 or 8.0, unfortunately this is not an option with the DB server. Libcups.so.2 is part of cups. If I install cups it could affect the current printing through linux (especially on the DB server). If no printing is being handled via samba and all we need is unified logins and file access am I ok doing: rpm –ivh –nodeps samba-2.2.7-1.i386.rpm Follow up non-samba questio...
2002 Nov 26
1
Re: 2.2.7 compile error using --with-acl-support
...r the link to his page http://homex.subnet.at/~max/comp-12_xfs.php Tom Hallewell Radio Free Asia Washington, DC USA obelyx:/tmp# ldd /usr/sbin/nmbd libssl.so.0.9.6 => /usr/lib/libssl.so.0.9.6 (0x40017000) libcrypto.so.0.9.6 => /usr/lib/libcrypto.so.0.9.6 (0x40044000) libcups.so.2 => /usr/lib/libcups.so.2 (0x40105000) libnsl.so.1 => /lib/libnsl.so.1 (0x4011d000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40131000) libdl.so.2 => /lib/libdl.so.2 (0x4015e000) libpam.so.0 => /lib/libpam.so.0 (0x40161000) libc.so.6 => /li...
2004 May 24
1
debian unstable 3.0.4-3 panics
...[0x403b544e] #9 /usr/lib/libgcrypt.so.7(gcry_mpi_scan+0x2a1) [0x403ba741] #10 /usr/lib/libgnutls.so.7(_gnutls_mpi_scan+0x39) [0x4034be29] #11 /usr/lib/libgnutls.so.7(_gnutls_dh_calc_mpis+0x7b) [0x4035389b] #12 /usr/lib/libgnutls.so.7(gnutls_global_init+0xc2) [0x4034dd82] #13 /usr/lib/libcups.so.2(httpInitialize+0x5d) [0x40118bad] #14 /usr/lib/libcups.so.2(httpConnectEncrypt+0x22) [0x40118d22] #15 /usr/lib/libcups.so.2(httpConnect+0x38) [0x40118cf8] #16 /usr/sbin/smbd(cups_printer_fn+0x41) [0x81b23b1] #17 /usr/sbin/smbd(pcap_printer_fn+0x8b) [0x81b1fbb] #18 /usr/sbin/smbd...
2004 Mar 04
1
CUPS and Samba
...only = yes guest ok = yes Yet I can't seem to browse any printers on my Samba server? The W2K system I'm using can see the Samba system, but gets asked for a username and password when I try to browse it's "shares". I have CUPS installed, and Samba is compiled against libcups.so.2: # ldd `which smbd` | grep cups libcups.so.2 => /usr/lib/libcups.so.2 (0x400c5000) All I want to do is share out my printers from the CUPS server to Windows. There's no need for passwords or accounts, etc. There's no reason to lock out 'guest', etc. as I'...
2003 May 14
1
[cups.general] Re: windows printer queue failure
...this on my system... > printing = CUPS > printcap name = CUPS > > My smbd is linked against cups: > printhost:~ # ldd `which smbd` > libacl.so.1 => /lib/libacl.so.1 (0x40026000) When I verify your report, I will have *no* ACL support compiled in.... > libcups.so.2 => /usr/lib/libcups.so.2 (0x4002d000) > ... > Here is what the documentation says: > "With printing = cups, and if SAMBA is compiled against libcups, any > manually set print command will be ignored." > > And yes I am shure "my own command" i...
2008 Nov 12
1
[fdo] Custom printer list for all applicatons
...ssues with printer list displayed to users within open source desktop. In large environment, the cups printer list may get very long, and we need a way to display only relevant printers to the user. There are so much printing panel out there, and they are not using a printing framework other than libcups. So, I changed the libcups library to return only printers defined in a configuration attribute. (Well, the code itself is not high quality, but it shows the concept) https://svn.revolutionlinux.com/MILLE/XTERM/branches/ltsp-cluster/cups-client-filter/libhideprinters/libhideprinters.c I would st...
2011 Mar 01
2
2 attempts to install newest hplip 3.11.1
...loaded. Please check HPLIP installation Calling ./hplip-3.11.1-plugin.run to install the non-free plugin ends with the same message. locate cupsext brings /usr/lib/python2.4/site-packages/cupsext.so 2. Installation via hplip-3.11.1.run ends in error: Configuration failed with error: libcups not found locate libcups /usr/lib/libcups.so /usr/lib/libcups.so.2 /usr/lib/libcupsimage.so /usr/libcupsimage.so.2 I've "goggled" a little bit and read that it could be a python-issue python -v Python 2.4.2 (#1, Nov 11 2010 13:34:43) [GCC 4.1.2 20080704 (Red Hat 4.1.2-48...
2002 Dec 01
1
CUPS printing problem under Samba 2.2.7
...able-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/l...
2004 Apr 20
3
which print tool: CUPS vs BSD?
Which printing mnechansim works best with Samba? CUPS or BSD? I suspect that BSD support in Samba is not the greatest. Regards, Joe -- #----------------------------------------------------------# # Penguinix Consulting # #----------------------------------------------------------# # Software development, QA and testing. # #
2009 May 22
0
Problem when compiling samba 3.3.4
...shared library bin/libnetapi.so.0 Linking non-shared library bin/libsmbclient.a Linking shared library bin/libsmbclient.so.0 Compiling smbd/vfs.c Compiling auth/auth.c Compiling smbd/build_options.c Compiling smbd/server.c Linking bin/smbd /usr/bin/ld: warning: libssl.so.6, needed by /usr/local/lib/libcups.so, may conflict with libssl.so.0.9.8 /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/local/lib/libcups.so, may conflict with libcrypto.so.0.9.8 Linking bin/nmbd Linking bin/swat /usr/bin/ld: warning: libssl.so.6, needed by /usr/local/lib/libcups.so, may conflict with libssl.so.0.9.8 /usr/b...
2003 Dec 25
1
How to tell if option "with-acl-support" is compiled in Solaris smbd?
...libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 libcom_err.so.3 => /usr/lib/libcom_err.so.3 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libresolv.so.2 => /usr/lib/libresolv.so.2 libcups.so.2 => /usr/lib/libcups.so.2 libpam.so.1 => /usr/lib/libpam.so.1 libsendfile.so.1 => /usr/lib/libsendfile.so.1 libsec.so.1 => /usr/lib/libsec.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libdl.so.1 => /usr/lib/libdl.so.1...
2005 Jun 08
0
Shared libraries not found.
...openldap and MIT kerberos with their libraries in /usr/local/lib and include files in /usr/local/include. Openssl is installed in /usr/local/ssl. The resulting binaries look like: -------- ldd smbd **libldap-2.2.so.7 => not found** **liblber-2.2.so.7 => not found** libcups.so.2 => /usr/lib/libcups.so.2 (0x4001b000) **libssl.so.0.9.7 => not found** **libcrypto.so.0.9.7 => not found** libnsl.so.1 => /lib/libnsl.so.1 (0x40036000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004b000) libattr.so.1 => /lib/libattr.so.1 (...
2003 Oct 30
1
Not sure if ACL support compiled in
...ibk5crypto.so.3 (0x40088000) libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3 (0x40098000) libcrypto.so.2 => /lib/libcrypto.so.2 (0x4009a000) liblber.so.2 => /usr/lib/liblber.so.2 (0x4016e000) libldap.so.2 => /usr/lib/libldap.so.2 (0x40179000) libcups.so.2 => /usr/lib/libcups.so.2 (0x401a4000) libssl.so.2 => /lib/libssl.so.2 (0x401be000) libnsl.so.1 => /lib/libnsl.so.1 (0x401ee000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40203000) libpam.so.0 => /lib/libpam.so.0 (0x40230000) libresolv.so.2 =&...
2010 Feb 16
1
Problem when I try to compil samba 3.4.5
Hi, System description : RedHat EL 5.3 Previous version of samba : 3.2.11. The problem : ... Linking bin/smbd /usr/bin/ld: warning: libssl.so.6, needed by /usr/local/lib/libcups.so, may conflict with libssl.so.0.9.8 /usr/bin/ld: warning: libcrypto.so.6, needed by /usr/local/lib/libcups.so, may conflict with libcrypto.so.0.9.8 smbd/ipc.o: In function `api_dcerpc_cmd_write_done': ipc.c:(.text+0x32): undefined reference to `_talloc_get_type_abort' ipc.c:(.text+0x4c)...
2005 Mar 30
1
Samba or Cups-Problem ?
Hi, I'm using some kind of pseudo printer on our samba server to automatically produce PDF files. The smb.conf looks like this (the samba server is successfully conteced to an ADS): [global] workgroup = ADS netbios name = pc103.ads.local realm = ADS.LOCAL security = ADS password server = win2ksrv.ads.local log level = 2 winbind
2002 Nov 01
4
Clarifying CUPS Printing
We have been using CUPS to handle printing and have run into some "features" some of which a fresh install of the responsible server will probably fix. However there are some disparities between the documentation and our practical experience for which a clear statement would help others. The docs state when using CUPS the relevent lines of SMB.CONF should look like this: printing=cups
2003 Sep 19
3
error samba-3.0-rc4
hi. i'm testing samba-3.0-rc4 with ldap(edirectory 8.7.1). I extended the schema whitout problems. i'm configure the samba server how a primary domain authtenticating in the ldap server. my smb.conf file is here: workgroup = bla ldap server = localhost ldap ssl = no ldap admin dn="cn=admin,o=suporte" ldap machine suffix="ou=geral,o=suporte" ldap suffix =