Displaying 20 results from an estimated 1000 matches similar to: "Cups problems while compiling WINE"
2002 Dec 01
1
CUPS printing problem under Samba 2.2.7
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 \
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
2008 May 28
9
./configure error
hello,
i have opensuse 10.3 x86_64
i want to compile wine, with this how to:
http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0
i follow all but i get this message when doing configure
configure: libhal development files not found, no dynamic device support.
configure: libsane development files not found, scanners won't be supported.
configure: libgphoto2
2005 Nov 08
2
Re: lpr: error - expected destination after -P option!
Brian Litzinger wrote:
> lpr: error - expected destination after -P option!
>
> I'm new to wine 0.9. Running on a gentoo stable system, with cups support.
>
> The application I am running has a printer selection dialog which
> when selected shows up blank.
>
> And clicking where the printer names should be or
> OK causes a core dump. Clicking cancel works.
>
2008 Dec 27
1
Configure Error on Opensuse 11.1 64 bit
Hi! Just tried to compile wine 1.1.11 on openSUSE 11.1 64 bit. In the End I get following configure errors:
configure: libgnutls 32-bit development files not found, no schannel support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
sane-32bit Packages are
2008 Mar 23
4
Compiling wine from (git) Source - Debian Sid 64 bit ?
Hello all,
really hope someone can help me on this one...
That is what i have done
1. Installed all suggested lib32 libraries available
2. Direct Rendering: yes (newest fglrx 64 bit drivers from ATI site)
3. http://wiki.winehq.org/WineOn64bit went through wiki over and over
but still get this errors after running ./configure
configure: libxcomposite development files not found, Xcomposite
2002 Jun 24
3
samba 2.2.5 don't compile with-smbwrapper and enable-cups params
Hello all.
I use:
# ./configure --prefix=/some/dir --enable-cups --with-smbwrapper ...
# make
...
...
Compiling smbwrapper/wrapped.c with -fPIC
Using LIBS = -lcups -lssl -lcrypto -lcrypt -lpam -lpopt
Linking shared library bin/smbwrapper.so
/usr/libexec/elf/ld: cannot find -lcups
*** Error code 1
Stop in /root/work/src/other/samba-2.2.5/source.
My system is FreeBSD 4.4-RELEASE
Please help.
2011 May 05
1
getting 3.5.8 to compile with cups on redhat 5.3 or 6
Hello,
I am trying to get samba-3.5.8 to compile with cups on a Red Hat 5.3 or 6.0. When I use the following configure command I see
./configure --with-winbind --with-pam --with-aio-support --enable-cups
checking for cups-config... /usr/sbin/cups-config
checking cups/cups.h usability... no
checking cups/cups.h presence... no
checking for cups/cups.h... no
checking cups/language.h usability... no
2009 Apr 03
1
Acrobat Reader won't start from a applications
I have installed a software working fine with WINE (some special financial software from my company I work for) but I can't get Acrobat Reader to launch, when I try to open a pdf File from that application. Acrobat is installed.
On the console I get this message:
Code:
fixme:exec:SHELL_execute flags ignored: 0x00000100
Same when I try that:
Code:
wine start
2002 Nov 06
4
Printing under Wine - Mission Impossible?
Hello,
I've been trying to print under apps running with wine for a while.
In wine docs it says wine automatically detect CUPS printer. Well, I have
CUPS installed, everything prints great, except apps running under wine,
which say that no printers are installed.
CUPS version installed. Debian woody version - 1.1.14.3
Wine version installed. Prepackaged Deb 20021013.
Can anyone point me
2011 Mar 01
2
2 attempts to install newest hplip 3.11.1
Hi Folks,
the reason: new printer HP LaserJet Pro M1132 MFP
This printer needs a non-free plugin.
On my 64-bit machine with CentOS 5.5 the installation via
hplip-3.11.1.run and hplip-3.11.1.plugin.run
works perfectly (except scanning - but that's not the problem at the moment).
On my second machine - CentOS 5 32-bit I have many problems and printing
doesn't works.
1. Installation
2009 Jul 01
9
Street Fighter 4
Hello,
I installed Street Fighters 4 with Wine 1.1.24 but when I launch SFLauncher.exe, i have this error message and i don't understand the problem..
Thansk to help me :)
Code:
wine: Unhandled page fault on read access to 0x00000100 at address 0x425fa7 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000100 in 32-bit code (0x00425fa7).
Register
2012 Jul 03
7
after last update google-chrome no runs anymore
Hi all. I've updated google-chrome to recent version and it gets
unbooted, when I fired google-chrome up I got messages like these:
/usr/bin/google-chrome: /lib/libz.so.1: no version information
available (required by /usr/bin/google-chrome)
/usr/bin/google-chrome: /lib/libz.so.1: no version information
available (required by /usr/bin/google-chrome)
/opt/google/chrome/chrome:
2015 Mar 10
2
[LLVMdev] GVN PRE algorithms in LLVM
The GVN algorithm used in LLVM currently (I'm rewriting it) is the basic
hash based RPO algorithm.
The new one i'm writing is based on http://dl.acm.org/citation.cfm?id=512536
(see https://github.com/dberlin/llvm-gvn-rewrite)
LLVM has different algorithms for both scalar PRE and load PRE.
They are basically variants of standard PRE algorithms transformed into
SSA, but with some
2012 Feb 01
8
D2GS on Wine
Hi!
I typed the following commands on my fresh-new installed Debian GNU/Linux 6.0 VPS machine (via SSH):
Code:
apt-get install xserver-xorg-core xorg gdm gnome
apt-get install wine
wine -v
Everything seems to works fine, but when I type:
Code:
cd ~/Diablo
wine D2GS.exe &
I get the error:
Code:
wine: Unhandled page fault on read access to 0x0443cbf8 at address 0x6ff5824c (thread
2002 Feb 22
1
/usr/libexec/elf/ld: cannot find -lresolv
OS: FreeBSD 4.5
Samba: 2.2.3a
OpenLDAP: 2.0.21
I get the follwing error compiling samba, with ldap, winbind and pam:
--------------------------------------------------------------------------
configure:13030: cc -o conftest -O -O -pipe -I/usr/local/include
-L/usr/local/l
ib conftest.c -lldap -llber -lresolv -lcups -lpam 1>&5
/usr/libexec/elf/ld: cannot find -lresolv
configure: failed
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. #
#
2012 Feb 08
4
Kindle PC 1.8.1 and wine 1.3.32
Kindle crashes in wine.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=24648
I am using arch linux. I downgraded wine because it was not working in latest wine from arch. I also tried other Kindle for PC versions and failed.
Code:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7855753a (thread 002c), starting debugger...
Unhandled exception: page fault
2004 Mar 04
1
CUPS and Samba
Hi all,
I'm running Debian/stable with Samba 3.0.2a and Cups 1.1.20final-12
both from backports.org and have the following smb.conf file:
[global]
workgroup = PermaCorp
server string = %h server (Samba %v)
########## Printing ##########
load printers = yes
printing = cups
printcap name = cups
#### Debugging/Accounting ####
log level = 3
log file =
2003 May 14
1
[cups.general] Re: windows printer queue failure
Christoph Litauer <litauer@uni-koblenz.de> wrote on CUPS digest:
> Message: 6
> From: Christoph Litauer <litauer@uni-koblenz.de>
> Date: Wed, 14 May 2003 17:45:49 +0200
> Organization: Easy Software Products
> To: cups@easysw.com
> Subject: [cups.general] Re: [Samba] windows printer queue failure
> Reply-To: cups@easysw.com
>
> Christoph Litauer wrote:
>