我管理着自己的一些vps,最近从mysql迁移到了mariadb (5.3)。
在一些通常在php5/mysql5下工作的php测试项目中,我得到了一些关于MySQL版本的头错误。
Headers and client library minor version mismatch. Headers:50158 Library:50303
我的猜测是:libmysql5.3是库,头文件是MariaDB客户端。
我不知道我在更新/安装时哪里失败了(甚至尝试删除mysql,只安装mariadb),但似乎在php-mysql包中发生了这种情况。
我尝试使用apt-get中的-o来配置--with
以下是已安装的内容:
$ sudo apt-get install postgresql-server-dev-8.4 libpq5 libpq-dev
这是我的config.out的过去:
还有,这是我从IRC得到的一些提示(名字隐藏)
< foo> it's NOT failing to find libpq.
< foo> libpq is present, but not compilable without adding a boatload of other -l flags
< foo> and postgis' configu
我使用Macports在我的Mac上安装了Boost。到目前为止,我一直在为我的iOS项目使用Boost的仅包含头的部分,一切都很好。
现在,我需要使用其中一个已编译的库。我想继续使用Macports使Boost保持最新状态。
有没有办法在安装/升级时告诉port命令编译多个平台的库?
根据记录,我已经使用sudo port install boost安装了Boost,现在我已经安装了1.47。使用OS X Lion和Macports的SVN版本。
我有一个用g++编译得很好的项目。我试着用x86_64-w64-mingw32-g++ cross-compile它 但是显然cmake找不到这个编译器的ncurses。ncurses与sudo apt install libncurses5-dev一起安装(在Ubuntu18上)。cmake给出的输出是: -- The CXX compiler identification is GNU 7.3.0
-- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++
-- Check for working CXX comp
我已经安装并运行了一个Nagios服务器。我开始将check_mk部署到我所有的客户端机器上。我在客户机上使用mrpe进行自定义检查。作为检查之一,我想使用check_ssh插件。我试图将check_ssh从另一台机器复制到客户端,但它似乎不允许我以这种方式运行它。我是否可以摆脱实际安装nagios代理,只使用check_mk并能够运行Nagios插件?
我得到的确切错误是:
ld.so.1: check_ssh: fatal: libintl.so.3: open failed: No such file or directory
提前感谢
我正尝试在MacOSX10.4上安装Python图像库,但遇到错误。我不确定错误是从哪里开始的,它只是在执行sudo python setup.py install时出现了一堵巨大的文本墙。
但最后几行是:
...
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccNKvQpP.out (No such file or directory)
error: command 'gcc' failed with exit status 1
我用谷歌搜索过了,但没有一个结果起
我正在尝试安装php5-curl包,但是我得到了依赖错误:
The following packages have unmet dependencies:
php5-curl : Depends: phpapi-20090626
Depends: php5-common (= 5.3.10-1ubuntu3.11) but 5.5.5+dfsg-1+debphp.org~precise+2 is to be installed
E: Unable to correct problems, you have held broken packages.
我已经找到了这是
我使用的是ubuntu10.10,当我编译chromium时,它显示为remoting/host/event_executor_linux.cc:9: fatal error: X11/extensions/XTest.h: No such file or directory
但是我已经安装了libx11-dev:
$ sudo apt-get install libx11-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libx11-dev