search for: lselinux

Displaying 20 results from an estimated 120 matches for "lselinux".

Did you mean: selinux
2020 Oct 30
2
Fail to build libvirt upstream rpm on fedora 33
...ld -Wl,--start-group tests/libtest_qemu_driver.so src/libvirt.so.0.6009.0 -Wl,-export-dynamic -ldl /usr/lib64/libglib-2.0.so /usr/lib64/ libgobject-2.0.so /usr/lib64/libgio-2.0.so /usr/lib64/libgnutls.so /usr/lib64/libnl-3.so /usr/lib64/libnl-route-3.so /usr/lib64/libxml2.so /usr/lib64/libsasl2.so -lselinux /usr/lib64/libtirpc.so /usr/lib64/libyajl.so -Wl,--end-group '-Wl,-rpath,$ORIGIN/:$ORIGIN/../src' -Wl,-rpath-link,/home/hhan/rpmbuild/BUILD/libvirt-6.9.0/x86_64-redhat-linux-gnu/tests -Wl,-rpath-link,/home/hhan/rpmbuild/BUILD/libvirt-6.9.0/x86_64-redhat-linux-gnu/src FAILED: tests/qemucapsp...
2008 Feb 04
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
...t;$LIBS" > AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.]) > SELINUX_MSG="yes" > AC_CHECK_HEADER([selinux/selinux.h], , > AC_MSG_ERROR(SELinux support requires selinux.h header)) > AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ], > AC_MSG_ERROR(SELinux support requires libselinux library)) > - save_LIBS="$LIBS" > - LIBS="$LIBS $LIBSELINUX" > + SSHDLIBS="$SSHDLIBS $LIBSELINUX" > AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level) This breaks AC_CH...
2020 Oct 30
0
Re: Fail to build libvirt upstream rpm on fedora 33
...ibtest_qemu_driver.so -Wl,--no-copy-dt-needed-entries > -Wl,-export-dynamic -ldl /usr/lib64/libglib-2.0.so /usr/lib64/ > libgobject-2.0.so /usr/lib64/libgio-2.0.so /usr/lib64/libgnutls.so > /usr/lib64/libnl-3.so /usr/lib64/libnl-route-3.so /usr/lib64/libxml2.so > /usr/lib64/libsasl2.so -lselinux /usr/lib64/libtirpc.so > /usr/lib64/libyajl.so -Wl,-export-dynamic -lselinux -Wl,-export-dynamic > -lselinux -Wl,-export-dynamic -lselinux -Wl,--end-group > '-Wl,-rpath,$ORIGIN/../src:$ORIGIN/' > -Wl,-rpath-link,/home/hhan/rpmbuild/BUILD/libvirt-6.9.0/x86_64-redhat-linux-gnu/src...
2004 Mar 16
7
PRI Errors
...>switchtype=national >usecallerid=yes >group=3 >channel => 49-71 >context=local >switchtype=national >signalling=pri_net >usecallerid=yes >group=4 >channel => 73-95 > >uptime >================================================================== >[root@lselinux root]# asterisk -r >Asterisk CVS-02/29/04-12:09:10, Copyright (C) 1999-2004 Digium. >Written by Mark Spencer <markster@digium.com> >Connected to Asterisk CVS-02/29/04-12:09:10 currently running >on lselinux >(pid = 4377) > -- Remote UNIX connection >lselinux*CLI>...
2006 Oct 06
0
[PATCH] fix SELinux function checks in configure
The following patch fixes the function checks in configure for getseuserbyname() and get_default_context_with_level(). These functions are in libselinux, and since -lselinux is not added to LIBS, these functions could never be found. Please apply. configure.ac | 3 +++ 1 file changed, 3 insertions(+) --- openssh-4.4p1.orig/configure.ac 2006-09-24 15:08:59.000000000 -0400 +++ openssh-4.4p1/configure.ac 2006-10-02 22:22:41.658955080 -0400 @@ -3145,7 +3145,10 @@...
2010 Feb 09
3
[Bug 1713] New: configure fails to recognise getseuserbyname and get_default_context_with_level
...Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cjwatson at debian.org Created an attachment (id=1792) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1792) add -lselinux to LIBS before calling AC_CHECK_FUNCS Caleb Case <calebcase at gmail.com> pointed out in https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/188136 that configure fails to detect some SELinux functions because it doesn't add -lselinux to LIBS before calling AC_CHECK_FUNCS. (Changing...
2011 Jan 24
1
Announce: OpenSSH 5.7 released
OpenSSH 5.7 has just been released. It will be available from the mirrors listed at http://www.openssh.com/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches,
2004 Aug 05
0
PRI Errors... Ouch
...NOTICE[18451]: chan_zap.c:4966 handle_init_event: Alarm cleared on channel 1 <CUT_NOTICE_2_23> Aug 5 14:50:24 WARNING[14351]: chan_zap.c:6058 zt_pri_error: PRI: Read on 117 failed: Unknown error 500 Aug 5 14:50:24 NOTICE[14351]: chan_zap.c:6769 pri_dchannel: PRI got event: 5 on span 1 lselinux*CLI> ============================================================================= Anybody have any ideaz? -- Andrew McRory - President Linux Systems Engineers, Inc. PO BOX 3791 Tallahassee, FL 32315 Office 850-224-5737 Office 850-575-7213 Mobile 850-294-7567
2009 Aug 14
1
[PATCH libguestfs] build: avoid "make sytnax-check" failure
...ions(-) diff --git a/daemon/configure.ac b/daemon/configure.ac index 62c28ee..b0c7f26 100644 --- a/daemon/configure.ac +++ b/daemon/configure.ac @@ -68,7 +68,7 @@ dnl Check for libselinux (optional). AC_CHECK_HEADERS([selinux/selinux.h]) AC_CHECK_LIB([selinux],[setexeccon],[ LIBS="-lselinux $LIBS" - have_libselinux="$ac_cv_header_selinux_selinux_h" + have_libselinux="$ac_cv_header_selinux_selinux_h" AC_CHECK_FUNCS([setcon getcon]) ],[have_libselinux=no]) if test "x$have_libselinux" = "xyes"; then -- 1.6.4.357.gfd68...
2007 Feb 12
0
problem building lvm2-cluster on ia64
...ter. I have been going by the Red Hat GFS 6.1 Administrator's Guide, and have built all the source rpms necessary except for one - lvm2-cluster-2.02.06-7.0.RHEL4.src.rpm is failing every single time at this place: gcc -shared -Wl,-soname,liblvm2cmd.so.2.02 \ -Wl,--version-script,.export.sym -lselinux -lsepol -ldl -o liblvm2cmd.so -Wl,-whole-archive liblvm2cmd.a -Wl,-no-whole-archive make[1]: Leaving directory `/usr/src/redhat/BUILD/LVM2.2.02.06/tools' error: Bad exit status from /var/tmp/rpm-tmp.1234 (%build) The last few lines of the rpm.tmp.[foo] file is always: ./configure --build=...
2014 Sep 23
1
Running the test fails virnetmessagetest with libvirt 1.2.8
...onfigure: pciaccess: yes (CFLAGS='' LIBS='-lpciaccess ') configure: readline: yes (CFLAGS='' LIBS='-lreadline') configure: sanlock: no configure: sasl: yes (CFLAGS='' LIBS='-lsasl2') configure: selinux: yes (CFLAGS='' LIBS='-lselinux') configure: ssh2: yes (CFLAGS='' LIBS='-lssh2 ') configure: systemd_daemon: no configure: udev: yes (CFLAGS='' LIBS='-ludev ') configure: yajl: yes (CFLAGS='' LIBS='-lyajl') configure: libxml: -I/usr/include/libxml2 -lxml2 co...
2018 Aug 08
3
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
2007 Mar 24
0
configure/makefile cleanup: remove LIBSELINUX, LIBWRAP and LIBPAM
...; then + save_LIBS="$LIBS" AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.]) SELINUX_MSG="yes" AC_CHECK_HEADER([selinux/selinux.h], , AC_MSG_ERROR(SELinux support requires selinux.h header)) AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ], AC_MSG_ERROR(SELinux support requires libselinux library)) - save_LIBS="$LIBS" - LIBS="$LIBS $LIBSELINUX" + SSHDLIBS="$SSHDLIBS $LIBSELINUX" AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level) LIBS="$save_LIBS" fi ] ) -A...
2020 Mar 30
2
"configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
.... (cached) yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... (cached) yes checking whether rl_completion_quote_character is declared... (cached) no checking for sanlock_init in -lsanlock_client... no checking for SASL... no checking for fgetfilecon_raw in -lselinux... no checking for SSH2... no checking for UDEV... no checking whether to compile with virtual port support... yes checking for WIRESHARK_DISSECTOR... no *checking for xdrmem_create in -lportablexdr... yes** **checking for xdr_u_int64_t... no** **checking where to find <rpc/rpc.h>... missing*...
2009 Feb 20
4
openssh-5.1p1 configure failure
Hi If I try to run configure for openssh-5.1p1 with --wtih-selinux option it fails giving the error "selinux support requires selinux library" all of the below also dont work a) --wtih-selinux b) --wtih-selinux=path of cross complied library c) LDFLAGS=-Lpath of cross complied library if I remove --wtih-selinux option I am able to everything is fine. How to solve this error? Thanks
2018 Aug 08
0
Re: LIBVIRT-4.6.0 can't work with QEMU 3.0.0
...yes > configure: rbd: no > configure: readline: yes (CFLAGS='-D_FUNCTION_DEF ' LIBS='-lreadline') > configure: sanlock: no > configure: sasl: yes (CFLAGS='' LIBS='-lsasl2') > configure: selinux: yes (CFLAGS='' LIBS='-lselinux') > configure: ssh2: no > configure: udev: yes (CFLAGS='' LIBS='-ludev ') > configure: virtualport: yes (CFLAGS='' LIBS='') > configure: xdr: yes (CFLAGS='' LIBS='') > configure: xenapi: no > configure:...
2020 Mar 30
0
Re: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...or pthread.h... (cached) yes > checking whether pthread_sigmask does anything... (cached) yes > checking whether rl_completion_quote_character is declared... (cached) no > checking for sanlock_init in -lsanlock_client... no > checking for SASL... no > checking for fgetfilecon_raw in -lselinux... no > checking for SSH2... no > checking for UDEV... no > checking whether to compile with virtual port support... yes > checking for WIRESHARK_DISSECTOR... no > *checking for xdrmem_create in -lportablexdr... yes** > **checking for xdr_u_int64_t... no** > **checking where to...
2011 Jan 24
10
[Bug 1850] New: Build fails when SELinux is enabled
https://bugzilla.mindrot.org/show_bug.cgi?id=1850 Summary: Build fails when SELinux is enabled Product: Portable OpenSSH Version: 5.7p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2014 Jan 29
1
libvirt-sandbox question.
...figure:71746: readline: yes (CFLAGS='' LIBS='-lreadline') configure:71776: sanlock: yes (CFLAGS='' LIBS='-lsanlock_client') configure:71806: sasl: yes (CFLAGS='' LIBS='-lsasl2') configure:71836: selinux: yes (CFLAGS='' LIBS='-lselinux') configure:71866: ssh2: no configure:71897: udev: yes (CFLAGS=' ' LIBS='-ludev ') configure:71927: yajl: yes (CFLAGS='' LIBS='-lyajl') configure:71940: libxml: -I/usr/include/libxml2 -lxml2 configure:71942: dlopen: -ldl configure:71948:...
2014 Aug 26
3
Re: Compile error on centos 7 : undefined reference to `virConnectNetworkEventRegisterAnyCheckACL'
...hal: no configure: netcf: no configure: numactl: no configure: openwsman: no configure: pciaccess: yes (CFLAGS=' ' LIBS='-lpciaccess ') configure: readline: no configure: sanlock: no configure: sasl: no configure: selinux: yes (CFLAGS='' LIBS='-lselinux') configure: ssh2: no configure: systemd_daemon: yes (CFLAGS=' ' LIBS='-lsystemd-daemon ') configure: udev: yes (CFLAGS=' ' LIBS='-ludev ') configure: yajl: no configure: libxml: -I/usr/include/libxml2 -lxml2 configure: dlopen: -ldl conf...