Skip to main content

Questions tagged [library-path]

The tag has no usage guidance.

library-path
0 votes
0 answers
123 views

"GLIBC_2.35 not found" after using "export LD_LIBRARY_PATH=" when installing pyopenvdb

I am trying to install a library called pyopenvdb on linux. I was sucessful with using pip to install it but when I import it I get the following error: ImportError: LD_LIBRARY_PATH environment ...
user24569215's user avatar
3 votes
2 answers
442 views

"Windows 64-bit" vs "Windows 64-bit (Modern)" in Delphi IDE Library Paths

I noticed in Delphi 12.1, that there's a "Windows 64-bit" and a "Windows 64-bit (Modern)" within the library paths I tried searching for what it could be, but didn't find anything....
Shaun Roselt's user avatar
  • 3,055
0 votes
1 answer
78 views

Why did RUNPATH get added to this executable?

I have the following simple CMake-based C project that builds one shared library target and one executable target, the former of which gets linked to the latter. The project tree is organized thus: $ ...
StoneThrow's user avatar
  • 6,055
1 vote
0 answers
264 views

ceres-solver-2.0.0 cmake : No rule to make Target***

I tried to install ceres-solver(https://github.com/ceres-solver/ceres-solver) on the Linux server in the lab, and since I didn't have root privileges, I tried to download the Zip and unpack the cmake ...
Joe's user avatar
  • 21
0 votes
1 answer
389 views

Custom library path for binaries included in Android app

I need to deploy a native binary executable in an Android app. My approach is mostly modeled after this SO answer. The build process differs, but I deploy the native binaries as assets, which the app ...
user149408's user avatar
  • 5,751
0 votes
0 answers
53 views

Cannot run R script which is in the local directory

I installed an R library (https://github.com/behavioral-ds/evently) using devtools::install_github() This library (evently) is installed in Library/Frameworks/R.framework/Resources/library. On the ...
mOna's user avatar
  • 2,401
1 vote
0 answers
89 views

Probelms downloading and opening packaging, lib not specified

I am using R 4.2.3 and try to install packages but have problems now. The following appears when trying to install OpenMX: install.packages("OpenMx") Error in install.packages : Updating ...
Julia S.'s user avatar
0 votes
0 answers
202 views

Force 64-Bit JDK/JRE to pick the 64-Bit library on Linux

Here is my container environment and configuration As you can see the JVM and the Linux are both 64-Bit. The library location also has 64Bit liars3wapi64.so file available and that is what I have set ...
Kabira Speaking's user avatar
0 votes
1 answer
350 views

How do I set LD_LIBRARY_PATH using gradle?

I want to use a library with a C++ project and I need to set the LD_LIBRARY_PATH to get it to compile and execute fine. The code compilation is done using gradle. I am trying to set the ...
ghanashyam's user avatar
1 vote
1 answer
264 views

Alternative to manually adding -I..library paths for every folder to tasks.json for the rest of my life?

In VS Code trying to use gtkmm and finding myself in a never ending loop of compile, find location of header file that wasn't found, then adding the library path to task.json args. Is this going to ...
Make a Difference's user avatar
0 votes
0 answers
2k views

java.library.path not set as LD_LIBRARY_PATH

I'm running apache tomcat on a Linux machine hosted on google cloud, standard machine without anything fancy. The machine host's back_end Java API business application which requires certain binary ....
Krayer's user avatar
  • 31
1 vote
0 answers
54 views

How can I add an environment entry for _all_ project targets?

In CLion (e.g. 2021.3), you can "Edit Configurations..." for project targets, and set environment variables (such as LD_LIBRARY_PATH). But - how can I append such variables for all targets ...
einpoklum's user avatar
  • 127k
0 votes
2 answers
657 views

How to set cdll search path at build time?

I have a shred library libcustom.so in a non standard folder, and a python package where I use ctypes.cdll.LoadLibrary("libcustom.so"). How can I set libcustom.so path at build time (...
Balaïtous's user avatar
0 votes
0 answers
554 views

R installation won't let me open packages library issue

Hi so I'm having trouble with R studios on my desktop where it won't let me open any packages. When I attempt to install a package with install.packages() like Tidyverse I get this error. Error in ...
AthenaPolicyStudent's user avatar
2 votes
0 answers
254 views

How to specify path for dlls a dll library uses in c++?

I am using a dll library for my c++ code using LoadLibrary. HINSTANCE h_dll = LoadLibrary("library1.dll"); When I do this and load the functions, library1.dll seems to use a multiple of ...
World Hello's user avatar

15 30 50 per page
1
2 3 4 5