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
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
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
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
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
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
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
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="
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="
[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
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
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
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
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
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
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
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]
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,
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
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
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.
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]
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
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
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
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
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
27 matches
Mail list logo