Displaying 20 results from an estimated 5000 matches similar to: "libshout includedir change"
2020 Sep 22
1
[PATCH] build: fix includedir in uninstalled libguestfs.pc
Update includedir with the new directory that contains guestfs.h.
Updates commit 75abec1f706e555cd6c9915be03c732b56a94596.
---
lib/local/libguestfs.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/local/libguestfs.pc.in b/lib/local/libguestfs.pc.in
index 129682be8..46cef1e16 100644
--- a/lib/local/libguestfs.pc.in
+++ b/lib/local/libguestfs.pc.in
@@ -26,7 +26,7 @@
2011 Jul 25
3
Sudo #includedir function ignored CentOS 6
I am unable to get the #includedir function to work with sudo. This works
just fine on all my CentOS 5.6 servers, but on 6 it is being ignored. I
have this line in the file /etc/sudoers.d/zabbix-puppet
zabbix ALL=NOPASSWD: /var/lib/zabbix/bin/start_puppet
However sudo still requires a password. If I put that same line into
/etc/sudoers file , there is no password prompt. At the end of my
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
2016 Dec 29
2
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
Hi,
I spent some time today to figure out why my clients are unable to
connect to my Samba AD domain member after updating the operating system
from CentOS 7.2 to 7.3 and I thought sharing the reason and the
workaround can help others:
If you run RHEL/CentOS 7.2 with an unmodified /etc/krb5.conf file and
update to 7.3, the krb5-workstation-1.14.1-27 package adds an
"includedir"
2004 Nov 17
2
ices-2.0.0 compile problems
Jeremy Bierbach wrote:
Hi Jeremy
> It seems likely to me that you still have libshout 1.x installed.
No, it's not that.
# rpm -q libshout
libshout-2.0-1.dag
# rpm -q libshout-devel
libshout-devel-2.0-1.dag
It's the half-hard-coded shout/shout.h path in the source. Since
libshout is installed by rpm in /usr/include, the path will never
match. Even if
2013 Apr 06
2
Don't hate yourself anymore, brendan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
These patches to libshout and shout.m4 reduce the level of self-hatred
significantly.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJRX7anAAoJEOs4Jb6SI2Cw2VgH/RDFPJjXdds1Cq3c0QyVyWs4
JWhPw2SI4vNGHF6U2q/DJQeBtsyY5BiUGckdew8skR5q0qc3D7iqBG5kiSC+G3Aq
2004 Aug 06
1
libshout-perl compilation error
Hi - got this from both the CVS source and the tarball:
(libshout compiled and installed cleanly)
[root@hunter stream]# cd Shout-1.0
[root@hunter Shout-1.0]# perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for Shout
[root@hunter Shout-1.0]# make
mkdir blib
mkdir blib/lib
mkdir blib/arch
mkdir blib/arch/auto
mkdir blib/arch/auto/Shout
mkdir blib/lib/auto
mkdir
2012 Dec 20
0
[PATCH] libdrm_nouveau.pc: don't include I${includedir}/nouveau
Nouveau related headers are installed in I${includedir}/libdrm now.
---
nouveau/libdrm_nouveau.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in
index 6170613..454fc87 100644
--- a/nouveau/libdrm_nouveau.pc.in
+++ b/nouveau/libdrm_nouveau.pc.in
@@ -7,5 +7,5 @@ Name: libdrm_nouveau
Description: Userspace interface
2004 Aug 06
1
libshout headers
libshout 2.0 install its header file in /usr/include, whereas ices looks for
/usr/include/shout/shout.h. Either one or the other should get fixed.
[guillomovitch@klama guillomovitch]$ rpm -ql libshout3-devel | grep .h$
/usr/include/shout.h
[guillomovitch@klama guillomovitch]$ rpm -ba rpm/SPECS/ices.spec
[..]
checking shout/shout.h usability... no
checking shout/shout.h presence... no
checking
2004 Aug 06
2
libshout 2.0 released
Hi all,
I've just released libshout 2.0. This is the official release, not a
beta. Thanks to all the testers who provided feedback during the beta
period.
http://icecast.org/files/libshout/libshout-2.0.tar.gz
Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as
well as bug fixes relative to libshout 1. Ogg and Vorbis are now
prerequisites.
Changes since beta 3:
* Minor
2004 Aug 06
2
libshout 2.0 released
Hi all,
I've just released libshout 2.0. This is the official release, not a
beta. Thanks to all the testers who provided feedback during the beta
period.
http://icecast.org/files/libshout/libshout-2.0.tar.gz
Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as
well as bug fixes relative to libshout 1. Ogg and Vorbis are now
prerequisites.
Changes since beta 3:
* Minor
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
2016 Dec 29
0
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
On Thu, 29 Dec 2016 21:40:56 +0100
Marc Muehlfeld via samba <samba at lists.samba.org> wrote:
> Hi,
>
> I spent some time today to figure out why my clients are unable to
> connect to my Samba AD domain member after updating the operating
> system from CentOS 7.2 to 7.3 and I thought sharing the reason and the
> workaround can help others:
>
> If you run
2004 Aug 06
1
Patch to add User-Agent to libshout
Just a nifty thing to have for icecast server access logs... diff
against CVS HEAD is attached.
<p>
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.65
diff -u -r1.65 configure.in
--- configure.in 13 Jul 2003 16:36:37 -0000 1.65
+++ configure.in 21 Jul 2003 04:20:22 -0000
@@
2004 Aug 06
3
BUG: page-aligned data in libshout
I've spent three days tracking this bug down.. I have yet to find how to
fix it in the code, tho I do have a workaround which proves the nature
of the bug. Sorry for the somewhat-overkill nature of explaining this
bug, but some people have been doubting it so I'm going to give the
evidence nessesary to prove the nature of it.
If you send page-aligned data to libshout (via shout_send) it
2004 Aug 06
3
BUG: page-aligned data in libshout
I've spent three days tracking this bug down.. I have yet to find how to
fix it in the code, tho I do have a workaround which proves the nature
of the bug. Sorry for the somewhat-overkill nature of explaining this
bug, but some people have been doubting it so I'm going to give the
evidence nessesary to prove the nature of it.
If you send page-aligned data to libshout (via shout_send) it
2002 Jan 27
1
libshout / ices configure test error, possible solution
I don't know if it's a quirk of my own system (recent Debian unstable)
or a standard, but the libshout test in ices configure fails because
shout.h uses a size_t, which is undefined without any other headers. I
fixed it here by including stdio.h in libshout/include/shout/shout.h,
but further delving shows that stddefs.h is all that should be
needed (at least if every compiler behaves like
2010 Aug 19
2
DO NOT REPLY [Bug 7633] New: add support for include/includedir config file directives
https://bugzilla.samba.org/show_bug.cgi?id=7633
Summary: add support for include/includedir config file
directives
Product: rsync
Version: 3.1.0
Platform: Other
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2008 Aug 26
2
Error while compiling Ices 0.4
Dear All,
I am sorry if this mail has already been posted to the mailing list.
I am trying to cross compile Ices 0.4 for my ARM target board in
ubuntu 8.04 but the configure script is terminating with the error of
not being able to find an usable libshout.
.....
checking for pkg-config... /usr/bin/pkg-config
checking shout/shout.h usability... yes
checking shout/shout.h presence... yes
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
2016 Dec 29
2
Connections to Samba fail when "includedir" is set in krb5.conf (e. g. after RHEL 7.2 to 7.3 update)
Am 29.12.2016 um 22:17 schrieb Rowland Penny via samba:
> Hi Marc, that is your problem there and it has highlighted another
> problem, the Samba wiki page:
>
> https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member
>
> Doesn't have anything about krb5.conf
>
> You should run the same /etc/krb5.conf as on a DC, ...
You can set up a domain member without
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
Cleanup make system so that all noninstalled headers are put
to noinst_HEADERS. This quarentees that header will be present
in tar ball but not installed with make install.
CC: nouveau at lists.freedesktop.org
Signed-off-by: Pauli Nieminen <suokkos at gmail.com>
---
Makefile.am | 6 +++---
intel/Makefile.am | 10 ++++++----
nouveau/Makefile.am | 4 +++-
3 files changed,
2004 Aug 06
3
perl libshout
Hi,
I've just completed a conversion of the perl Shout-1.0 library
to something that will talk to an icecast2 server. I'll be submitting
the results for inclusion back to the icecast site.
One thing is missing: proper metadata support.
this feature has changed since icecast 1; previously it was a
single string. now, it's a linked list of key/value pairs.