Displaying 20 results from an estimated 58807 matches for "enabling".
2020 Jul 13
3
CentOS 8 & HandBrakeCLI
Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work:
# HandBrakeCLI
HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot
open shared object file: No such file or directory
Googling this, it appears the error message is related to ffmpeg, but I
don't get any error message with it:
# ffmpeg
ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers
?
2015 Oct 30
4
disable ZTS in php
Hey guys,
I'm trying to disable ZTS in php, because an application we need
(AppDynamics) is not compatible with it.
So I tried compiling php with the following flags:
php -i | grep configure
Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs'
'--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2020 Jul 13
0
CentOS 8 & HandBrakeCLI
On 7/13/20 4:04 AM, Frank M. Ramaekers Jr. wrote:
> Since I upgraded to CentOS8, I cannot get HandBrakeCLI to work:
>
> # HandBrakeCLI
> HandBrakeCLI: error while loading shared libraries: libass.so.5: cannot open shared object file: No such file or directory
>
> Googling this, it appears the error message is related to ffmpeg, but I don't get any error message with it:
2008 Jul 21
1
OCI
Am running centos5 , I want to compile my apache with php to support the
following
'./configure' '--with-apxs2=/usr/local/apache/bin/apxs'
'--with-mysql=/usr/local/mysql' '--with-zlib-dir=/usr/lib/'
'--enable-versioning' '--enable-track-vars=yes'
'--enable-url-includes--enable-sysvshm=yes' '--enable-sysvsem=yes'
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks!
On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi>
wrote:
> This is really wrong way to do this. Install yum-utils and use
> yumdownloader --source package-name to get rhel version of package. Then
> modify spec file and recompile.
>
> Eero
> Hey guys,
>
> I'm trying to disable
2015 Mar 20
4
Samba4 4.2 building options and error during Samba4 4.2. building breaks it.
I tried to build Samba4 4.2.0 from March, 04, 2015 from sources and got the
same error at 2 different machiens with Ubuntu 14.04 server LTS x32:
[3724/4281] Linking default/lib/util/libsamba-util.so
default/lib/util/util_11.o: In function `file_check_permissions':
home/samba/bin/../lib/util/util.c:152: undefined reference to
`uid_wrapper_enabled'
default/lib/util/util_11.o: In function
2008 Jul 16
3
openldap package compilation flags?
Hello All.
How do I find out what flags were used to compile
the Centos openldap-2.3.27-8.el5_2.4 rpm package?
I'm specifically wondering if it was compiled with
--enable-lmpasswd
Thanks!
--
Flambeau Inc. Technology Center - Baraboo, WI
Email : tblader at flambeau.com
Keyserver: http://pgp.mit.edu KeyID: 0x00E9EC2C
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi,
I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I
have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database
which in on Windows 2003 Server on remote location.
I tested connectivity through isql and tsql, both utilities are working
fine.
I need to access MS SQL 2000 Database through PHP. When I tired to check the
connectivity through a Test PHP
2010 Mar 12
1
ffmpeg to speexenc via pipe
...128 kb/s
> Output #0, wav, to 'pipe:':
> Stream #0.0: Audio: pcm_s16le, 16000 Hz,
> mono, s16, 256 kb/s
> Stream mapping:
> Stream #0.0 -> #0.0
> Press [q] to stop encoding
> Encoding 16000 Hz audio using wideband (sub-band CELP) mode
> (mono)
> Warning: Enabling skeleton output may cause some decoders
> to fail.
> Bitrate is use: 27800 bps
> tom at tom-laptop:~/Videos$
tom_a_sparks
2015 Aug 11
3
Do I need to enable qemu-ga's guest-suspend: hybrid/suspend-ram/disk/shutdown?
How do I "enable" qemu-ga on a guest to be able to (I think this means have
a success-response:true) for: guest-suspend-hybrid; guest-suspend-ram;
guest-suspend-disk; and guest-shutdown?
At least I think that's my question.
http://wiki.stoney-cloud.org/wiki/Qemu_Guest_Agent_Integration shows these
same 4 as false, so I'm not sure if they're always supposed to be that way.
2015 Mar 20
1
Samba4 4.2 building options and error during Samba4 4.2. building breaks it.
May I don' t understand you, may be you don' t understand me.
I built Samba4 4.1.14 by the following way:
- built each libs: talloc, tdb, tevent, ldb by
configure -C --prefix=/usr/local/samba --enable-developer
--bundled-libraries=NONE
make
make install
built Samba4 in itself
configure -C --enable-developer --enable-gnutls --enable-cups
--enable-iprint --with-regedit
2012 Jan 23
1
[LLVMdev] Cross compilation error LLVM-3.0
Hi,
I am trying to cross compile LLVM-3.0 for Arm target i.e. I would like to
run the LLVM tools on ARM platform and generate the code for the ARM
platform. I configured the build with
../src/configure --build=i686-pc-linux-gnu --host=arm-linux-gnueabi
--target=arm-linux-gnueabi --enable-optimized=no
--prefix=/home/user/Acads/Compiler/LLVM/llvm-3.0/bin
--with-as=/usr/bin/arm-linux-gnueabi-as
2018 Jan 02
5
Switching from Internal DNS to Bind9_DLZ
Hello,
Installing bind9 on my Ubuntu 14.04 via. apt-get displays the
following options.
#named -V
BIND 9.9.5-3ubuntu0.16-Ubuntu (Extended Support Version) <id:f9b8a50e>
built by make with '--prefix=/usr' '--mandir=/usr/share/man'
'--infodir=/usr/share/info' '--sysconfdir=/etc/bind'
'--localstatedir=/var' '--enable-threads'
2008 Feb 15
3
[LLVMdev] llvm-gcc is generating native code
Hello,
I downloaded llvm-gcc4.2-2.2.source.tar.gz and followed instructions in
README.LLVM, I used this to configure it:
../configure --prefix=/opt/llvm --enable-threads --disable-nls
--enable-languages=c,c++ --enable-sjlj-exceptions
--enable-llvm=/home/kashyapa/llvm-2.2 --program-prefix=llvm-
--disable-bootstrap
I have already installed llvm-2.2 in /opt/llvm.
The compilation goes thru
2011 Aug 16
2
[LLVMdev] --enable-shared doesn't build shared library any more
In r134967 it still worked, and in r137742 it now doesn't.
I used such flags: --enable-assertions --enable-shared --enable-libffi
--enable-debug-runtime --enable-debug-symbols --disable-optimized
Before build would create directory tools/llvm-shlib under the build
tree. Now it is missing.
Yuri
2010 Apr 27
3
[LLVMdev] "clang -v" shows a GCC call
Hi everyone,
I'm very new to the world of compilation and I've got to spend some time
time on LLVM.
As I have to produce a cross compiler for a completely new target and I
don't want to cross-build the binutils, I choose Clang as a replacement
frontend for llvm instead of llvm-gcc.
But first, I just would like to compile something on my Linux platform in
order to test the software,
2007 Feb 12
3
[LLVMdev] LLVM Build/install error?
Hi,
I am trying to build and install LLVM onto a current Debian Linux system
using gcc4 frontend binaries for Red Hat Enterprise Linux4/x86 .
Using the commands below the Build finishes, ignoring an error that
comes up again when I try to make install.
See the messages below. I have no good feeling about the "-i -k" options.
Is it OK?
Thank you in advance for any advice and best
2015 Dec 04
0
Re: snapshot of running vm's
Dominique wrote:
>
> Never had that problem. Can it be a setting of the guest agent on the
> guest? With me all the commands of the ga are enabled...
>
Where can i change the settings of the agent ?
> You can check the commands by using this:
> virsh qemu-agent-command $VM '{"execute": "guest-info"}'
>
> This way you can at least check that
2018 Mar 12
2
ggplot and boxplots
Hi,
I was wondering if someone could give me a hint or two. I'm having problems generating ggplot2 boxplots . The plot that is has dots but no boxplots. Below is the dataset
> testing_ggplot
V1 V2 V3
1 256 Disabled 688.61
2 256 Disabled 698.63
3 256 Disabled 700.02
4 256 Disabled 693.36
5 256 Disabled 688.8
6 256 Disabled 697.72
7 256 Disabled 698.15
8 256
2004 Oct 21
6
wine-20041019 build failed
This is my error message:
make[2]: Entering directory `/home/jrt/wine-20041019/dlls/kernel'
/usr/local/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_KERNEL32_ -DETCDIR="\"/usr/local/etc\"" -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-I/usr/local/ssl/include -I/usr/gnome2/include