Questions tagged «libraries»

计算机程序可以调用的一组预编译功能

1
为什么64位OS版本同时包含32位和64位库?
我安装了SuSE 64位版本,并且看到它具有同时安装32位和64位版本的库(Samba)。 我们以前只在软件包中升级Samba库的64位版本,而未升级32位。 现在,我们正在考虑从操作系统中完全删除32位版本的库。会对功能产生影响吗? 请提出建议。

1
安装库会让linux变慢吗?
我有ubuntu amd64,我想在其上安装数据包跟踪器。问题是,数据包跟踪器需要很多32位库才能工作。 因此,安装大量库会使Linux运行速度变慢或反应性降低,或者无论如何都不会影响它。

0
rsync,符号未解析但找到了库
在嵌入式系统中,我无法运行rsync: $ rsync /usr/bin/rsync: symbol 'poptHelpOptions': can't resolve symbol /usr/bin/rsync: symbol '_poptBitsN': can't resolve symbol /usr/bin/rsync: symbol '_poptArgMask': can't resolve symbol /usr/bin/rsync: symbol '_poptBitsK': can't resolve symbol /usr/bin/rsync: symbol '_poptBitsM': can't resolve symbol /usr/bin/rsync: symbol 'poptAliasOptions': can't resolve symbol /usr/bin/rsync: symbol 'poptHelpOptionsI18N': can't resolve symbol 但似乎找到了依赖关系: $ ldd /usr/bin/rsync libz.so.1 …

1
Songbird循环我的图书馆播放列表
我正在使用Songbird(在Windows上)作为我的iTunes替代品。关于Songbird,有两件事令我烦恼: 1)它内置了一个Web浏览器。我可以忽略它,因为我不使用它。但是,严肃地说,一个网络浏览器?:/ 2)它循环我的库。这个,我不喜欢。 我播放音频的方法是启动Windows资源管理器,导航到我的媒体库并双击单个MP3。我只想听一个MP3。 我不使用Songbird中的媒体导入功能 - 或任何其他媒体播放器。但它坚持要把我播放的每首歌添加到图书馆。禁用它将是非常好的,但是,如果没有这个,我至少想阻止它重复库中的每首歌。 当Songbird完成播放库中的最后一首歌(这是我刚刚通过Windows资源管理器打开的歌曲(附加到库中))时,它会跳到库的顶部并再次开始播放所有歌曲。 我怎么能阻止这个?Songbird设置为'重复无'

1
剥离Linux用于固定硬件系统[重复]
这个问题在这里已有答案: 如何剥离Linux系统? 5个答案 如果这不适合发布,请道歉! 我正在设计一个最小的Linux系统,以便在工业PC上进行测试。最终目标是安全。PC的硬件是已知的并且不会改变,所以我从我的起点CentOS 6中删除了很多东西。最后,我将构建而不是剥离。 (提示一连串的问题) 什么是开始剥离过程的最佳方法?将ldd用于查找并删除未使用的库是最好的?那司机怎么样? 对于积累,什么是一个好的起点?内核必须与TPM芯片兼容,并且将使用SE Linux。会推荐Damn Small Linux吗?我应该自己写init吗? 谢谢!

2
Erros安装FFTW库
我需要在Mac OX X 10.8上安装FFTW库。 如果我执行 ./configure --prefix=/usr/local/ 在Bash中,我得到了 checking how to get verbose linking output from /usr/local/scisoft//packages/iraf/iraf/unix/hlib//f77.sh... configure: WARNING: compilation failed checking for Fortran 77 libraries of /usr/local/scisoft//packages/iraf/iraf/unix/hlib//f77.sh... -L/usr/local/scisoft/lib/' -L/usr/local/scisoft/lib/ -lm checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... configure: error: …

1
尽管所需的库可用,但Python枕头安装失败
美好的一天, 我将Synology DS215J用作Python开发环境。我已经配置ipkg为系统软件包管理器。我的目标是在虚拟环境中使用Django和Pillow python软件包(Django和virtualenv已通过安装pip)。不幸的是,我的虚拟Python环境中的Pillow软件包安装失败。 我已经通过安装枕头所需要的库ipkg:libjpeg,zlib,libtiff等我可以看到他们都在使用/usr/lib/。libjpeg链接到libjpeg.so.8.0.2 激活我的虚拟环境后,我尝试使用 pip install pillow Pip将下载版本3.0.0,在安装过程中,我遇到两个错误,然后显示一些有关该错误的详细信息: (....) Failed building wheel for Pillow (....) ValueError: --enable-jpeg requested but jpeg not found, aborting. ---------------------------------------- Command "/volume2/homes/user/Projects/django_project/venv/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-2daEE8/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-NSRCzG-record/install-record.txt --single-version-externally-managed --compile --install-headers /volume2/homes/user/Projects/django_project/venv/include/site/python2.7/Pillow" failed with error code 1 in …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.