search for: loadlibrary

Displaying 20 results from an estimated 291 matches for "loadlibrary".

2013 Aug 28
2
netlogo r-extension loadlibrary() failures
Trying to access R from Netlogo5 (using the NetLogo R-Extension), running the configuration validation tests in NetLogo5/extensions/r/Systemcheck.nlogo, I get several loadlibrary() errors ... in rJava Check2, > library(rJava); .path.package('rJava') Error : .onLoad failed in loadNamespace() for 'rJava', details: call: inDL(x, as.logical(local), as.logical(now), ...) error: unable to load shared object 'D:/Programs/R/R-3.0.1/library/rJava/lib...
2007 Oct 28
1
R-devel Digest, Vol 56, Issue 27
Dear R expert: I have the problems with calling R from Java on Windows XP_SP2/Eclipse3.1/JDK1.5 problems: Loading RInterpreter library Exception in thread "main" java.lang.UnsatisfiedLinkError: no RInterpreter in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:992) at org.omegahat.R.Java.ROmegahatInterpreter.(ROmegahatInterpreter.java:28) at org.omegahat.R.Java.Examples.lmTest.main(lmTest.java:8) and Exception in thread "main"...
2010 Sep 24
1
loadlibrary failure
...t; > library (RMySQL) > Error : .onLoad failed in loadNamespace() for 'RMySQL', details: > call: inDL(x, as.logical(local), as.logical(now), ...) > error: imposible cargar la biblioteca compartida > 'C:/ARCHIV~1/R/R-211~1.1/library/RMySQL/libs/RMySQL.dll': > LoadLibrary failure: El acceso a la direcci?n de memoria no es v?lido. > > Error: package/namespace load failed for 'RMySQL' There are a solution? > Thank's
2007 Oct 16
0
RMySQL LoadLibrary failure: Invalid access to memory location.
...nloaded_packages updating HTML package descriptions >require(RMySQL) Loading required package: RMySQL Loading required package: DBI Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library 'C:/PROGRA~1/R/R-25~1.1/library/RMySQL/libs/RMySQL.dll': LoadLibrary failure: Invalid access to memory location. [1] FALSE > Having looked at some of the previous threads, I hoped that I had the right MySQL to work with the current version of RMySQL. One of the related posts says "You do need the RMySQL client DLLs in your PATH." I'm not s...
2012 Jun 25
0
[LLVMdev] [PATCH] cindex.py using find_library
...h does not provide any solution. (That's why clang_complete has a slightly different version of this function to allow the user to provide a user defined search path) > - import platform > - name = platform.system() > - if name == 'Darwin': > - return cdll.LoadLibrary('libclang.dylib') > - elif name == 'Windows': > - return cdll.LoadLibrary('libclang.dll') > - else: > - return cdll.LoadLibrary('libclang.so') > + from ctypes.util import find_library > + path = find_library('clang'...
2012 Sep 17
1
LoadLibrary failure: : %1 is not a valid Win32 application although arch x64 has been specified
...th dyn.load("C:\\Ccodefortransortmodel\\equildistC.dll"), things appear to go well. · However, in the 64 bit version, I get the message: Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/Ccodefortransortmodel/equildistC.dll': LoadLibrary failure: %1 is not a valid Win32 application. I have googled the error message. Initially I had omitted “--arch x64” when compiling the file, but even after specifying the architecture, the error persists. However, I definitely need to be able to run my code on the 64 version. Kind regards Lau...
2007 Oct 19
0
RMySQL LoadLibrary failure: Invalid access to memory location.
Hi. A colleague of mine figured out how to get the RMySQL 0.6 package to load properly in our environment with MySQL 5.0.45. Every time I tried to load the RMySQL library in R 2.5.1 I was getting an error message: LoadLibrary failure: Invalid access to memory location. We did the following: First obtain RMySQL 0.5-7, which can be found at http://stat.bell-labs.com/RS-DBI/download/index.html, but don't overwrite the RMySQL 0.6 folder with this, place it in a separate location. Then, from the RMySQL_0.5-7 libs sub...
2010 Sep 09
1
Remote access form windows - Java bindings
...be done for remote access ? conn = new Connect("xen+tcp://192.168.10.22/"); it shows the exception Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'virt': The specified module could not be found. ??????? at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164) ??????? at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237) ??????? at com.sun.jna.Library$Handler.<init>(Library.java:140) ??????? at com.sun.jna.Native.loadLibrary(Native.java:374) ??????? at com.sun.jna.Native.loadLibrary(Native.java:359) ??????? at or...
2011 Mar 14
1
Beware! Newbie is in town
...ption below when I'm trying to run test.java which connects to test:///default. Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'virt': libvirt.so: cannot open shared object file: No such file or directory at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164) at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237) at com.sun.jna.Library$Handler.<init>(Library.java:140) at com.sun.jna.Native.loadLibrary(Native.java:374) at com.sun.jna.Native.loadLibrary(Native.java:359) at org...
2012 Sep 10
1
java.lang.UnsatisfiedLinkError
hi jones! i run a java testcase in my new environment(V1.19.35 that was installed by "make install"), "System.loadLibrary ("guestfs_jni")" leads to : Exception in thread "main" java.lang.UnsatisfiedLinkError: no libguestfs_jni in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860) at java.lang.Runtime.loadLibrary0(Runtime.java:845) at java.lang.System.loadLibrary(Syst...
2012 Jun 24
2
[LLVMdev] [PATCH] cindex.py using find_library
Hello all, Is there a reason why the library location code in cindex py does not use find_library() to locate libclang, like in the attached patch? Without it there were problems locating a versioned libclang.so.1 file on Debian, for example. Cheers, Mihai -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 19
3
Patch to add Unicode filename support for win32 flac
...gt; +#include <sys/stat.h> /* for flac_stat() */ > +#include <sys/utime.h> /* for flac_utime() */ > +#include <io.h> /* for flac_chmod() */ Nope. Bug from mass replace. > > As for calling __wgetmainargs, I have some concerns about the security > implications: > LoadLibrary("msvcrt.dll") <- Which msvcrt? Theoretical security exploit. There is msvcrt.dll in the System32 dir in all supported Windows systems. That is what the function targets, but of course LoadLibrary searches from exe's dir first. I think security exploit concerns are warrantless,...
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...me of an archive on the command line to gcc, (e.g., instead of gcc ... -L/full/path/to -lFOO you say gcc ... /full/path/to/libFOO.a) which many GNU Makefiles try to do. This patch fixes that. Ok to commit? -- gaeke at uiuc.edu gccld.cpp: Fix typo in header. Add IsArchive static method. Roll LoadLibraryFromDirectory() into LoadLibrary(), and factor LoadLibraryExactName() out of the result. Instead of treating the current directory specially, just insert it into LibPaths in the beginning of main(). Make LoadLibrary() take a "search" flag that says whether to search for the corre...
2002 Feb 12
2
problem with Vorbis DLL's
Hi, I was wondering if anyone out there had any success dynamically loading the Vorbis libraries via LoadLibrary on Win32. I'm able to use things properly by linking in the static libraries, but when I try to load them dynamically (which I really need to do), I get an access violation when calling ov_open. The code looks something like this... typedef int (*OVOPEN)(FILE*,OggVorbis_File*,char*,long);...
2010 Mar 30
8
about the possible errors in Rgraphviz Package
...when I loaded the package though library(Rgraphviz) or library("Rgraphviz"), and got the same error message below: "Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/PROGRA~1/R/R-210~1.1/library/Rgraphviz/libs/Rgraphviz.dll': LoadLibrary failure: The specified module could not be found." I think that it is the error in the package because it should go to 'C:/PROGRA~1/R/R-2.10.1/library/Rgraphviz/libs/Rgraphviz.dll' instead of 'C:/PROGRA~1/R/R-210~1.1/library/Rgraphviz/libs/Rgraphviz.dll' Could anyone help...
2009 Mar 20
2
LoadLibrary under wine
i have a dll that i really need to user under linux. on windows i'm using it with mingw and some sort of dlopen-ish funcions. compiling with winegcc can help me to use explicit linking in the same way that i've used on windows? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Dec 17
4
Installation of RGtk2 (PR#10519)
...ed to start because libtak-1.0-0.dll was not found. Re-installing the application may fix this problem." I click ok and the following is printed to the R console. Error in dyn.load(file, ...) : unable to load shared library 'C:/PROGRA~1/R/R-26~1.1/library/RGtk2/libs/RGtk2.dll': LoadLibrary failure: The specified module could not be found. [1] "PLEASE RESTART R BEFORE TRYING TO LOAD THE PACKAGE AGAIN" Error in .C("R_gtkInit", length(args), x = args, PACKAGE = "RGtk2") : C symbol name "R_gtkInit" not in DLL for package "RGtk2" In...
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in 'loadNamespace' f?r 'rJava' fehlgeschlagen Fehler: Laden von Paket/Namensraum f?r 'rJava' fehlgeschlagen Translation: can't load library ... rJava.dll LoadLibrary failure: the module was not foun...
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community, unfortunately I did not manage load the rJava package receiving the following error-message: > library("rJava") Error in inDL(x, as.logical(local), as.logical(now), ...) : kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht laden: LoadLibrary failure: Das angegebene Modul wurde nicht gefunden. Error : .onLoad in 'loadNamespace' f?r 'rJava' fehlgeschlagen Fehler: Laden von Paket/Namensraum f?r 'rJava' fehlgeschlagen Translation: can't load library ... rJava.dll LoadLibrary failure: the module was not foun...
2008 Jun 02
2
Problemas usando jri0.4-1 y R 2.7.0
...Please make sure that the JRI native library is in a directory listed in java.library.path. > java.lang.UnsatisfiedLinkError: C:\JRI_0.4-1\JRI\jri.dll: No se encontró > el proceso especificado > at java.lang.ClassLoader$NativeLibrary.load(Native Method) > at java.lang.ClassLoader.loadLibrary0(Unknown Source) > at java.lang.ClassLoader.loadLibrary(Unknown Source) > at java.lang.Runtime.loadLibrary0(Unknown Source) > at java.lang.System.loadLibrary(Unknown Source) > at org.rosuda.JRI.Rengine.<clinit>(Rengine.java:9) > at vista.main.Main.main(Main.java:...