草庐IT

update-dependency-configurations

全部标签

linux - ./configure for libtorrent 在 Linux 上的问题

该死,我在安装libtorrent时遇到了非常困难的时间,我不确定问题出在哪里。我在网上看到很多类似的错误,但解决方案没有帮助,而且我很确定错误消息太模糊,无法进行比较。当我运行./configure时,我得到**Buildinglibtorrent-rasterbar0.16.5CheckingforaC/C++compilertouse:checkingforgcc...gcccheckingwhethertheCcompilerworks...yescheckingforCcompilerdefaultoutputfilename...a.outcheckingforsuffix

linux - 如何在制作 GCC 4.9.1 时解决 "no usable dependency style found"错误

我想安装gcc4.9.1。所以我下载了tarball,安装了依赖项,然后运行配置-./configure--program-suffix=-4.9.1--disable-multilib效果很好。但是当我进行下一步并启动make时,我得到了以下错误:configure:error:nousabledependencystylefoundmake[2]:***[configure-stage1-gcc]Error1错误发生在make尝试检查/usr/bin的依赖样式时发现none。谁能解释一下checkingdependencystyleof/usr/bin是什么意思?知道这个问题何时出

c# - Mono 3.0/Debian/asp.net - 找不到方法 : 'System. Configuration.IConfigurationSectionHandler.Create

DebianSid,单声道3.0。我正在尝试运行mvc应用程序(它在将单声道升级到3.0之前有效)。这是抛出的异常:Exceptioncaughtduringreadingtheconfigurationfile:System.MissingMethodException:Methodnotfound:'System.Configuration.IConfigurationSectionHandler.Create'.atSystem.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInter

linux - 为什么我的 git auto-update Expect 脚本不起作用?

我想制作一个脚本来更新我所有的GitHub存储库。我只需要输入我的用户名和密码,脚本就会遍历存储库列表,调用gitpush并通过补充的Expect脚本提供必要的信息。这是我的bash脚本:#!/bin/bashecho"UpdatingGitHubprojectsfromproject_list.txt."echoread-p"GitHubusername:"unread-p"GitHubpassword:"-spwechoechowhilereadlinedoevaldir=$lineecho"Updating:"$dir"."cd$dir$SF/githubexpect$un$pw

Android,搭建Linux编译环境,libgl1-mesa-glx :i386 package have unmet dependencies

我正在尝试为AOSP设置Linux构建环境。我有Ubuntu-12.04.4-desktop-amd64发行版。我按照给出的说明做所有事情here.我输入了终端命令来安装必要的包:$sudoapt-getinstallgitgnupgflexbisongperfbuild-essential\zipcurllibc6-devlibncurses5-dev:i386x11proto-core-dev\libx11-dev:i386libreadline6-dev:i386libgl1-mesa-glx:i386\libgl1-mesa-devg++-multilibmingw32tofr

linux - Vagrant 在 apt-get update 期间进入 aborted 状态

在使用Vagrant引导的虚拟机上通过apt-get执行更新时,我遇到了麻烦。特别是,我有一个工作配置(vagrantfile、puppetlist等)。但是我现在需要添加一个apt-getupdate,以下情况会使虚拟机进入“中止”状态:通过puppet,execblock在配置期间以root身份运行apt-getupdate。通过可怜的供应商,一个包含apt-get-yupdate的.sh脚本作为替代供应商。sudoapt-getupdate在没有问题的情况下在VM的控制台上运行(如前所述,现有配置正在运行)我怀疑它与puppet无关,因为我记得它发生在我不使用它的时候。我希望,如

linux - Snort 消息-警告 : No preprocessors configured for policy 0

我已经安装并配置了snort2.9.7.2,它运行没有问题。但是,我的问题是:以下警告是什么意思?"Nopreprocessorsconfiguredforpolicy0"此消息在我运行命令时显示:snort-v 最佳答案 此消息表明没有加载任何snort预处理器。为了摆脱这个警告,请使用以下命令:snort-v-c/etc/snort/snort.conf请确保配置文件/etc/snort/snort.conf存在并且预处理器在配置文件中启用。 关于linux-Snort消息-警告:N

linux - CENTOS 6.6 "Errno -1 repomd.xml does not match metalink for updates "尝试使用yum命令安装openssl时

关闭。这个问题不符合StackOverflowguidelines.它目前不接受答案。这个问题似乎不是关于aspecificprogrammingproblem,asoftwarealgorithm,orsoftwaretoolsprimarilyusedbyprogrammers的.如果您认为这个问题是关于anotherStackExchangesite的主题,您可以发表评论,说明问题可能在哪里得到解答。关闭7年前。Improvethisquestion平台:CentOS6.6版(最终版)当我尝试yuminstallopenssl时,出现此错误:epel4kB00:00http://

linux - 运行 ./configure for vlc 时找不到 libavcodec

我正在尝试在ubuntu10.04上为vlc运行“./configure”。但由于某种原因它找不到libavcode库。我查看了/usr/lib,它有库,为什么./configure找不到它?这是来自“./configure”的错误:checkingforAVCODEC...noconfigure:error:Couldnotfindlibavcodecorlibavutil.Use--disable-avcodectoignorethiserror.但是我已经安装了libavcodec-dev,但是还是失败:$sudoapt-getinstalllibavcodec-devReadi

linux - Arch Linux - apt-get update 等效命令?

ArchLinux在安装新包之前更新包的命令是什么?例如,我知道在Ubuntu中,我会:$sudoapt-getupdate$sudoapt-get在Arch中呢?我遇到了几个版本,但它们似乎彼此不一致。我看不到那里的一致性。eg1.(我觉得很乏味):$sudopacman-Syy$sudopacman-Sueg.2:$sudopacman-Syeg.3:alwaysuse"-Sy"witha"u"i.e."pacman-Syu"then"pacman-S",andnever"pacman-Sy".我只是很困惑!有什么想法吗? 最佳答案