search for: lib_dir

Displaying 11 results from an estimated 11 matches for "lib_dir".

2016 Dec 02
2
pdftools on Ubuntu
...* rpm: poppler-cpp-devel (Fedora, CentOS, RHEL) * csw: poppler_dev (Solaris) * brew: poppler (Mac OSX) If poppler-cpp is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?pdftools? * removing ?/usr/local/lib/R/site-library/pdftools? And when I try to install libpoppler-cpp-de...
2005 Dec 13
7
MARK: targinfosize 8 != 4
Hello all, I got this problem while trying to shape traffic with iptables MARK and HTB. MARK: targinfosize 8 != 4 --set-mark gives "invalid argument" error message. Kernel version is 2.4.29 (some patches from patch o matic applied) Iptables version 1.3.4 Intel x86 architecture. I saw this problem discussed in a few places, but the discussions didn''t come to a conclusion
2018 Feb 17
2
Problem installing libxml2 under Homebrew
...ibxml2-dev (Debian, Ubuntu, etc) * rpm: libxml2-devel (Fedora, CentOS, RHEL) * csw: libxml2_dev (Solaris) If libxml-2.0 is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a libxml-2.0.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?xml2? Homebrew package info: dekkera:pkgconfig peter$ brew info libxml2 R libxml2: stable 2.9.7 (bottled...
2016 Dec 02
1
pdftools on Ubuntu
...EL) >> * csw: poppler_dev (Solaris) >> * brew: poppler (Mac OSX) >> If poppler-cpp is already installed, check that 'pkg-config' is in your >> PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config >> is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: >> R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' >> -------------------------------------------------------------------- >> ERROR: configuration failed for package ?pdftools? >> * removing ?/usr/local/lib/R/site-library/pdftools? >>...
2016 Dec 02
0
pdftools on Ubuntu
...(Fedora, CentOS, RHEL) > * csw: poppler_dev (Solaris) > * brew: poppler (Mac OSX) > If poppler-cpp is already installed, check that 'pkg-config' is in your > PATH and PKG_CONFIG_PATH contains a poppler-cpp.pc file. If pkg-config > is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: > R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' > -------------------------------------------------------------------- > ERROR: configuration failed for package ?pdftools? > * removing ?/usr/local/lib/R/site-library/pdftools? > > And when I try...
2011 Dec 21
0
[LLVMdev] A better CMake
...9;, path.join(source_dir, x)]).merge() ++ ['-o', outputs[0]] ++ path.join_all(source_dir, sources)) ] }, # clang, when used as a linker 'linker' = linker { # Inherit from generic linker prototype # Inputs param flags : list[string] param lib_dirs : list[string] param libs : list[string] param sources : list[string] param outputs : list[string] param warnings_as_errors : bool param all_warnings : bool # Outputs build => [ message.status("Linking program ${outputs[0]}\n")...
2017 Aug 17
2
How to install Tidyverse on Ubuntu 17.04? Getting gcc errors for -fstack-protector-strong and -Wdate-time
...url4-openssl-dev (Debian, Ubuntu, etc) * rpm: libcurl-devel (Fedora, CentOS, RHEL) * csw: libcurl_dev (Solaris) If libcurl is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a libcurl.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...' -------------------------------------------------------------------- ERROR: configuration failed for package ?curl? * removing ?/home/popx/R/x86_64-pc-linux-gnu-library/3.4/curl? Warning in install.packages : insta...
2020 Jun 02
0
[PATCH nbdkit 4/5] tests: Enhance dummy-vddk.
...e two stubs slightly specially for the benefit of - * tests/dummy-vddk.c. - */ -#ifndef NO_INITEX_STUB STUB (VixDiskLib_InitEx, VixError, (uint32_t major, uint32_t minor, @@ -56,13 +52,9 @@ STUB (VixDiskLib_InitEx, VixDiskLibGenericLogFunc *panic_function, const char *lib_dir, const char *config_file)); -#endif -#ifndef NO_EXIT_STUB STUB (VixDiskLib_Exit, void, (void)); -#endif - STUB (VixDiskLib_GetErrorText, char *, (VixError err, const char *unused)); diff --git a/tests/dummy-vddk.c b/tests/dummy-vddk.c index ed5d3712..13be492d 1...
2020 Feb 13
1
[nbdkit PATCH v3] vddk: Drive library loading from libdir parameter.
...<stdlib.h> #include <stdint.h> +#include <dlfcn.h> +#include <assert.h> #include "vddk-structs.h" @@ -49,6 +51,12 @@ VixDiskLib_InitEx (uint32_t major, uint32_t minor, VixDiskLibGenericLogFunc *panic_function, const char *lib_dir, const char *config_file) { - /* Do nothing, only exit with no error. */ + /* Simulate the fact that real vddk calls dlopen("relative"), to see + * that our shim kicks in and rewrites it. We pass invalid flags, so + * the dlopen fails, but only after going through our shim. + */...
2020 Jun 02
9
[PATCH nbdkit 0/5] vddk: Fix password parameter.
Probably needs a bit of cleanup, but seems like it is generally the right direction. One thing I've noticed is that the expect test randomly (but rarely) hangs :-( I guess something is racey but I don't know what at the moment. Rich.
2012 Jul 16
23
[PATCH] x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi
# HG changeset patch # User Matt Wilson <msw@amazon.com> # Date 1342481836 0 # Branch efi # Node ID dd1ab0cae2c870942c2e1b6bc3a507b1a40dae16 # Parent 9950f2dc2ee6dfd172258a5a4ee29809b0ff8263 x86/EFI: define and use EFI_DIR make variable, defaulting to /usr/lib64/efi After commit 25594:ad08cd8e7097, EFI Xen binaries were installed to /efi instead of /usr/lib64/efi. This patch restores the