我在为手臂造狂犬病。我通过运行以下命令导出了库:
export LD_LIBRARY_PATH=path_to_library_folder
但我还是会发现这个错误。不知何故,cmake找不到它。
$ cmake --build . --target install
Linking C shared library librabbitmq.so
/usr/lib/x86_64-linux-gnu/libssl.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
mak
我有一个通用的python安装,我试图安装librabbitmq。
以下是pip的输出:
Downloading/unpacking librabbitmq
Running setup.py (path:d:\daniel\appdata\local\temp\pip_build_Daniel\librabbitmq\setup.py)egg_info for package librabbitmq
warning: no files found matching '*' under directory 'tests'
no previously-includ
我想在我的mac sierra上安装带有pecl的amqp。
我用brew安装了php,用pecl install amqp我收到了一个错误:checking for amqp using pkg-config... configure: error: librabbitmq not found
我使用brew安装了librabbitmq-c软件包,但仍然出现此错误。我想它不知何故与pkg-config不同步。
有人知道该怎么做了吗?
我尝试使用brew在我的mac上安装amqp扩展。
环境: MacOS Catalina 10.15.6,国产2.5.0,PH7.4.10,rabbitmq 3.8.8,rabbitmq-c 0.10.0
在执行之后,我收到了以下消息:
checking for pkg-config... /usr/local/bin/pkg-config
checking for amqp using pkg-config... configure: error: librabbitmq not found
ERROR: `/private/tmp/pear/temp/amqp/configure --wi
在大量关于兔子MQ的搜索中,我找到了librabbitmq-c的目标C包装器,它的链接指向。
对于librabbitmq-c链接,找到了。
我试图将两者集成到我的应用程序中,产生了很多错误,如
i) <Cocoa/Cocoa.h> file not found
ii) <amqp.h> file not found
iii)Too few arguements passing to amqp_basic_consume() method in AMQPConsumer.m
iv) Use of undeclared identifier AMQ_PLATFORM in
我正在使用git 的最新主分支,并按照自述中的说明安装Python3.6的librabbitmq==2.0.0
使用开发版本
您可以通过执行以下操作来克隆存储库:
$ git clone git://github.com/celery/librabbitmq.git
然后通过执行以下操作来安装它:
$ cd librabbitmq
$ make install # or make develop
这很好(在OS中安装了c遵从性的某些二进制文件之后),但是当我做了一个小的a+b添加任务并使用add.delay(2,2)调用它时,它会失败,但会出现以下错误。我抬头一看,发现芹菜4使用
我正在尝试安装rabbitmq-c,这样我就可以从PECL安装AMQP库。这是我的狂欢历史:
git clone http://github.com/rabbitmq/rabbitmq-codegen/
git clone http://github.com/alanxz/rabbitmq-c
cd rabbitmq-c
autoreconf -i && ./configure && make && make install
我从make得到的错误消息是:
make: *** No rule to make target `codegen/amq