Displaying 10 results from an estimated 10 matches for "configure'ing".
2004 Aug 06
2
Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams
First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to
add -lutil to the $LIBS definition whilst ./configure'ing. Otherwise,
configure won't find Py_Initialize
Secondly - multiple streams
I've added a second "stream" definition to my ices.conf, and both streams
show up as sources for icecast, (http://blah.com:8000/list.cgi), though
when i try to connect to either of them using the...
2006 Jun 22
2
trying to build dovecot-sieve
Hi,
I'm trying to compile dovecot with dovecot-sieve, both from CVS.
There is file dovecot-config.in.in in current dovecot module, which
produce dovecot-config.in after ./configure'ing. But dovecot-sieve
requires file dovecot-config to be in dovecot's directory.
I think it is just typo, because after renaming dovecot-config.in to
dovecot-config the building succeeded.
--
Sergey Ivanov
2004 Aug 06
0
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
Hi
I'm having this same problem 'configure won't find Py_Initialize' I
was hoping somebody could enlighten me as to exactly what I have to
add to which file and when, while I'm configure'ing.
On Tue, 4 Sep 2001, Ben Wilson wrote:
>
> First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to
> add -...
2005 Apr 20
1
Have configure search $PATH for krb5-config
Hi All.
Right now, if OpenSSH is configure'ed --with-kerberos5 and the system
has a krb5-config that's not in /usr/local/bin then configure won't find it.
The attached patch changes this so krb5-config will be used if it's
anywhere in the path (although if it exists in the directory specified
by --with-kerberos5= then t...
2008 Jul 17
5
Problems with building an rpm
...instructions from
http://www.owlriver.com/tips/non-root/ (link from the Centos wiki). All
this is done on another 'clean' system, so I have to read the terminal
screen there and tell what went wrong here.
I then followed my colleague's instructions to get the tar, untar,
autogen, configure, and finally make rpm.
Well it was that make rpm command that finally failed. And sudo was the
problem. I got a message something like:
Assuming that you are in /etc/sudoers!!!!
And then asked for a password.
Which password? My userid or root's? I tried both and after 3 tries got:
me...
2004 Aug 06
1
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
Hey Harvey -- all you need to do is to add -lutil to the $LIBS list
around line 3968 of "configure"
LIBS="-l$lib -lm -ldl $LIBS"
becomes
LIBS="-l$lib -lm -ldl -lutil $LIBS"
hould solve yer problems.
also, around line 3957, in the 'for lib in python python2.0 python1.6,
etc, you may want to add python2.1 (if you have 2.1 installed, else it
may have trouble findin...
2017 Mar 27
2
Is support being removed for ordinary users to run sshd?
Hello Darren,
Could you comment on this issue being raised by myself and
Corinna Vinschen?
This will create big problems for me.
I'm not clear if this is a conscious decision supported by solid
reasons or if it is just collateral damage.
Thank you for all you work!
Jack DoDDs
-------- Original Message --------
Date: Mon, 27 Mar 2017 16:31:03 +0200
Subject: Re: Announce: OpenSSH 7.5
2003 May 24
3
[Bug 575] a bug make me crazy--PRNG is not seeded
http://bugzilla.mindrot.org/show_bug.cgi?id=575
Summary: a bug make me crazy--PRNG is not seeded
Product: Portable OpenSSH
Version: -current
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
2014 Dec 04
3
Adding Solaris Audit to sshd (and sftp-server)
...dit-solaris.c file.
The plan is for similar style changes to add auditing to
sftp-server as well as extend to my current prototype to have
parity with the SunSSH implementation.
Does such configuration seem acceptable?
The Solaris openssh team hasn't been using autoconf, and has
been changing configure, config.h.in, Makefile.in by patches.
For illustrative purposes I've updated configure.ac. I also have
suggested wording for ChangeLog, INSTALL, README.platform.
Thank you for your consideration and advice.
Cheers,
Gary..
configure.ac
============
AUDIT_MODULE=none
AC_ARG_WITH([audit]...
2005 Jan 24
15
[Bug 125] add BSM audit support
http://bugzilla.mindrot.org/show_bug.cgi?id=125
alex.bell at bt.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex.bell at bt.com
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the