lib

Undefined reference to `initscr' Ncurses

匿名 (未验证) 提交于 2019-12-03 02:08:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to compile my project and I use the lib ncurse. And I've got some errors when compiler links files. Here is my flags line in Makefile: -W -Wall -Werror -Wextra -lncurses I've included ncurses.h Some layouts : prompt$> dpkg -S curses.h libslang2-dev:amd64: /usr/include/slcurses.h libncurses5-dev: /usr/include/ncurses.h libncurses5-dev: /usr/include/curses.h prompt$> dpkg -L libncurses5-dev | grep .so /usr/lib/x86_64-linux-gnu/libncurses.so /usr/lib/x86_64-linux-gnu/libcurses.so /usr/lib/x86_64-linux-gnu/libmenu.so /usr/lib/x86_64

What about problems with loading native library/missing methods: libttJdbc.so, libtten.so

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: java.sql.SQLException: Problems with loading native library/missing methods: /home/timesten/TimesTen/tt1122/lib/libttJdbc.so: libtten.so: cannot open shared object file: No such file or directory at com.timesten.jdbc.JdbcOdbcConnection.connect(JdbcOdbcConnection.java:1794) at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:305) at com.timesten.jdbc.TimesTenDriver.connect(TimesTenDriver.java:161) at java.sql.DriverManager.getConnection(DriverManager.java:620) at java.sql.DriverManager.getConnection(DriverManager.java:222) at Test

Linking against Boost python 3.6. can't find boost_python instead of boost_python3

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have problems linking against boost python. I am using Visual Studio 2017 and compiled the boost 1_64 package with the following command line: b2 - a toolset = msvc - 14.1 -- build_type = complete stage variant = debugthreading = multi link = shared runtime - link = shared define = _ITERATOR_DEBUG_LEVEL = 0 address - model = 64 with this user-config.jam: using python : 3.6 # Version : C : \\ Python36 \\python . exe # Python Path : C : \\ Python36 \\include # include path : C : \\ Python36 \\libs # lib path(s) : BOOST_ALL_NO_LIB =

Error when executing compiled file “ No module named 'scipy._lib.messagestream' ”after using pyinstaller

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: i am trying to complile our code https://bitbucket.org/OES_muni/massiveoes using pyinstaller after upgrading from python 2.7 to 3.6 and moving to scipy 1.0.0 at same time. I am working on 64bit win7 machine. The program itself runs fine, pyinstaller runs without errors but when i try to run the build exe file it gives me this error: Traceback ( most recent call last ): File "massiveOES\GUI.py" , line 23 , in File "c:\users\petr\envs\py1\lib\site-packages\PyInstaller\loader\pyimod03_importers.py" , line 631 , in exec_module exec (

Memory leak in OpenSSL function EVP_EncryptFinal_ex

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I implemented encryption procedure based on the tutorial: http://www.openssl.org/docs/crypto/EVP_EncryptInit.html# When I run it trough valgring and got the following report: == 2371 == 176 bytes in 1 blocks are still reachable in loss record 3 of 6 == 2371 == at 0x4C2B6CD : malloc ( in / usr / lib / valgrind / vgpreload_memcheck - amd64 - linux . so ) == 2371 == by 0x56CA133 : CRYPTO_malloc ( in / lib / x86_64 - linux - gnu / libcrypto . so . 1.0 . 0 ) == 2371 == by 0x575280F : lh_new ( in / lib / x86_64 - linux - gnu / libcrypto

Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'stringi' [duplicate]

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: This question already has an answer here: lib unspecified & Error in loadNamespace 4 answers package 'stringi' does not work after updating to R3.2.1 5 answers When I use library(Hmisc) I get the following error Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'stringi' Error: package 'ggplot2' could not be loaded As well, if I use library(ggplot2) I get the following error Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'stringi'

“OSError: dlopen(libSystem.dylib, 6): image not found” (OS X + macports + Celery 3.1.7)

匿名 (未验证) 提交于 2019-12-03 02:03:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I just updated celery via pip (1.5) to the latest version (3.1.7), but I get a fatal exception which I don't understand as soon I try to import the library. By running: from celery import Celery in the shell I get: File " ", line 1, in File "/Users/davidezanotti/CygoraPythonEnv/lib/python2.7/site-packages/celery/__init__.py", line 130, in from .five import recreate_module File "/Users/davidezanotti/CygoraPythonEnv/lib/python2.7/site-packages/celery/five.py", line 51, in from kombu.five import monotonic File "/Users/davidezanotti

Problems installing “MATLAB Engine for Python” with Anaconda

匿名 (未验证) 提交于 2019-12-03 02:01:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am using Python 3.4.3 | Anaconda 2.3.0 (x86_64) on OS X 10.10.5 and following these instructions to install MATLAB Engine for Python . Installation seems to succeed, but upon launching python & attempting to import, I see the following: Python 3.4.3 |Anaconda 2.3.0 (x86_64)| (default, Oct 20 2015, 14:27:51) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import matlab.engine Traceback (most recent call last): File "/Users/tyler/.local/lib/python3.4/site-packages

OSError: libcublas.so.3: cannot open shared object file: No such file or directory

匿名 (未验证) 提交于 2019-12-03 02:01:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I tried to import cudamat. Then I ran into the error: OSError: libcublas.so.3: cannot open shared object file: No such file or directory I tried to locate libcublas /usr/local/MATLAB/MATLAB_Production_Server/R2013a/bin/glnxa64/libcublas.so.5.0 /usr/local/MATLAB/MATLAB_Production_Server/R2013a/bin/glnxa64/libcublas.so.5.0.40 /usr/local/cuda-5.5/lib/libcublas.so /usr/local/cuda-5.5/lib/libcublas.so.5.5 /usr/local/cuda-5.5/lib/libcublas.so.5.5.22 /usr/local/cuda-5.5/lib/libcublas_device.a /usr/local/cuda-5.5/lib64/libcublas.so /usr/local/cuda-5

Error no module named curses

匿名 (未验证) 提交于 2019-12-03 02:01:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: When I try to run the following code... from telnetsrvlib import * if __name__ == '__main__': "Testing - Accept a single connection" class TNS(SocketServer.TCPServer): allow_reuse_address = True class TNH(TelnetHandler): def cmdECHO(self, params): """ [ ...] Echo parameters Echo command line parameters back to user, one per line. """ self.writeline("Parameters:") for item in params: self.writeline("\t%s" % item) def cmdTIME(self, params): """ Print Time Added by dilbert """ self.writeline(time.ctime()) logging.getLogger('').setLevel(logging