Re: How to get the configure options of a binary package?

2011-09-19 Thread Camaleón
On Mon, 19 Sep 2011 09:04:33 +0800, littlebat wrote: > I am compiling some packages from source, so I need learning the > configure options of these packages in Debian. Is it possible to get the > configure options of a Debian binary package or Debian source package or > simply a

Re: How to get the configure options of a binary package?

2011-09-18 Thread Scott Ferguson
On 19/09/11 11:04, littlebat wrote: > Hi, > > I am compiling some packages from source, so I need learning the > configure options of these packages in Debian. Is it possible to get the > configure options of a Debian binary package or Debian source package > or simply an

How to get the configure options of a binary package?

2011-09-18 Thread littlebat
Hi, I am compiling some packages from source, so I need learning the configure options of these packages in Debian. Is it possible to get the configure options of a Debian binary package or Debian source package or simply an executable binary program? For example, when I execute "ffmpe

Re: ./configure options used for binary packges

2010-05-27 Thread Wolodja Wentland
On Thu, May 27, 2010 at 04:43 +0300, Skirmantas wrote: > I would like to see what options where used to "./configure" this > binary package: > http://packages.debian.org/lenny/libapache2-mod-php5 > (and some others) That is easy. Just issue "apt-get source libapache2-mod-php5" and take a look at i

./configure options used for binary packges

2010-05-26 Thread Skirmantas
Hello, I would like to see what options where used to "./configure" this binary package: http://packages.debian.org/lenny/libapache2-mod-php5 (and some others) I am trying to build php-5.3 from source and I would like to use those options as my base. However I can't figure it out where to f

Re: Debian package configure options - repost

2009-03-11 Thread TR
P,MSNT,NCSA,PAM,SASL,SMB,YP,getpwnam,multi-domain-NTLM" But you can make better sense of it than me, I guess! :-) Thanks for your help Kumar. P.S. I inherited this job from someone else so the configure options probably make more sense to you than me! TR -- To UNSUBSCRIBE, email

Re: Debian package configure options - repost

2009-03-09 Thread Kumar Appaiah
On Mon, Mar 9, 2009 at 2:17 PM, TR wrote: > I want to use the Debian squid3 package but need to know what configure > options were used. > > I require the following:- > > ./configure --enable-auth=”basic” -enable-basic-auth-helpers="LDAP" -- > enable-ssl --enable-a

Debian package configure options - repost

2009-03-09 Thread TR
Simple question - how do I find out what configure options have been used in creating a Debian package. I want to use the Debian squid3 package but need to know what configure options were used. I require the following:- ./configure --enable-auth=”basic” -enable-basic-auth-helpers="

Debian package configure options

2009-03-03 Thread TR
Simple question - how do I find out what configure options have been used in creating a Debian package. I want to use the Debian squid3 package but need to know what configure options were used. I require the following:- ./configure --enable-auth=”basic” -enable-basic-auth-helpers="

RES: configure options

2008-08-08 Thread Jeronimo Bezerra
[mailto:[EMAIL PROTECTED] Enviada em: sexta-feira, 8 de agosto de 2008 09:14 Para: debian-user@lists.debian.org Assunto: configure options Hi, I'm in contact with the freetype developers to track down a difference between two versions because I'm having problems with one version. For this

Re: configure options

2008-08-08 Thread Andreas Janssen
André Hänsel (<[EMAIL PROTECTED]>) wrote: > I'm in contact with the freetype developers to track down a difference > between two versions because I'm having problems with one version. > > For this purpose I need to know which ./configure options were used > when co

configure options

2008-08-08 Thread André Hänsel
Hi, I'm in contact with the freetype developers to track down a difference between two versions because I'm having problems with one version. For this purpose I need to know which ./configure options were used when compiling the library and PHP. It is a debian precompiled binary, so w

Re: ./configure options

2004-04-06 Thread Enrique Samson Jr.
Nitebirdz wrote: I'm new to Debian, so please don't trust me much. However, I downloaded the source package by doing 'apt-get -b source mysql-server' and when I took a look at the contents of the "mysql-dfsg_4.0.18-5.diff.gz" file I found the following: +innodb_libs = $(top_builddir)/innobase/u

Re: ./configure options

2004-04-06 Thread Nitebirdz
On Wed, Apr 07, 2004 at 09:24:06AM +0800, Enrique Samson Jr. wrote: > I just would like to know if ODBC support is compiled into binary mysql > packages. I can't seem to find that from > http://ftp.debian.org/debian/pool/main/m/mysql-dfsg/mysql-dfsg_4.0.16-2.diff.gz. > Enrique, I'm new to D

Re: ./configure options

2004-04-06 Thread Enrique Samson Jr.
do i know about what configure options were used in building a particular package? particularly mysql-server... You'll want to find out what's in the debian/rules file. You can get to that at least two ways: Via packages.debian.org: search for the package, scroll down to the &q

Re: ./configure options

2004-04-04 Thread Alec Berryman
On Mon, Apr 05, 2004 at 01:18:25PM +0800, Enrique Samson Jr. wrote: > how do i know about what configure options were used in building a > particular package? particularly mysql-server... You'll want to find out what's in the debian/rules file. You can get to that at leas

./configure options

2004-04-04 Thread Enrique Samson Jr.
hi. how do i know about what configure options were used in building a particular package? particularly mysql-server... tia. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Remove package configure options

2004-01-22 Thread Paul Morgan
On Thu, 22 Jan 2004 12:39:52 -0800, Ian Neubert wrote: > I just installed bugzilla with `apt-get install bugzilla`. I set some of the > congiuration settings wrong when it ran the configure part of the deb > package. > > I then ran `apt-get remove bugzilla`, and `dpkg -P bugzilla`. > > But now,

Re: Remove package configure options

2004-01-22 Thread Andreas Janssen
Hello Ian Neubert (<[EMAIL PROTECTED]>) wrote: > I just installed bugzilla with `apt-get install bugzilla`. I set some > of the congiuration settings wrong when it ran the configure part of > the deb package. > > I then ran `apt-get remove bugzilla`, and `dpkg -P bugzilla`. > > But now, when I

Remove package configure options

2004-01-22 Thread Ian Neubert
I just installed bugzilla with `apt-get install bugzilla`. I set some of the congiuration settings wrong when it ran the configure part of the deb package. I then ran `apt-get remove bugzilla`, and `dpkg -P bugzilla`. But now, when I try to `apt-get install bugzilla` it doesn't prompt me for the

Re: listing configure options

2003-02-15 Thread Colin Watson
On Sat, Feb 15, 2003 at 09:43:43AM -0600, Craig Jackson wrote: > Is there a way to list the configure options that were used in a Debian > package that is installed with "apt-get install "? The only reliable way is to get the source package and look at it.

listing configure options

2003-02-15 Thread Craig Jackson
Is there a way to list the configure options that were used in a Debian package that is installed with "apt-get install "? -- Craig Jackson <[EMAIL PROTECTED]> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting configure options when using make-kpkg

2001-03-05 Thread Thomas Hood
What I currently do is edit the line in /usr/src/modules/pcmcia-cs/debian/rules which invokes "Configure": I add the Configure options I want. There ought to be a better way. Thomas I wrote: > What is the best way to select "configure" options when > compiling a

Setting configure options when using make-kpkg

2001-03-05 Thread Thomas Hood
What is the best way to select "configure" options when compiling a package, such as pcmcia-cs, using make-kpkg? I go into /usr/src and untar pcmcia-cs.tar.gz . Then I go into /usr/src/linux and run make-kpkg modules_image. make-kpkg answers all the questions that ordinarily I would a

Re: Specifying configure options building from source?

2001-01-01 Thread Colin Watson
kmself@ix.netcom.com wrote: >on Sun, Dec 31, 2000 at 04:12:42PM -0800, kmself@ix.netcom.com >(kmself@ix.netcom.com) wrote: >> I'm trying to build mutt from sources with the gzip patch. >> >> How do I pass the option "--enable-gzip" when running >> "debian/rules binary"? Specifying this on the co

Re: Specifying configure options building from source?

2000-12-31 Thread kmself
on Sun, Dec 31, 2000 at 04:12:42PM -0800, kmself@ix.netcom.com (kmself@ix.netcom.com) wrote: > I'm trying to build mutt from sources with the gzip patch. > > How do I pass the option "--enable-gzip" when running > "debian/rules binary"? Specifying this on the command line doesn't seem > to work

Specifying configure options building from source?

2000-12-31 Thread kmself
I'm trying to build mutt from sources with the gzip patch. How do I pass the option "--enable-gzip" when running "debian/rules binary"? Specifying this on the command line doesn't seem to work. The Debian FAQ doesn't mention this, nor the dpkg-dev manpage. -- Karsten M. Self http://kmself