Home > Backend Development > PHP Tutorial > When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status

When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status

WBOY
Release: 2016-08-04 09:21:50
Original
1615 people have browsed it

To install the memcached extension of php, you need to install libmemcached, and then I got this error when I installed limemcached (make)

When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status
Google Baidu can’t solve it

This information appears after

./configure

When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status

How to solve it now? Thank you

Reply content:

To install the memcached extension of php, you need to install libmemcached, and then I got this error when I installed limemcached (make)

When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status
Google Baidu can’t solve it

This information appears after

./configure

When installing libmemached on ubuntu, an error message collect2 appears: error :1d returned 1 exit status

How to solve it now? Thank you

The problem has been solved, and there are currently two methods.

  1. http://blog.51yip.com/php/928.html Follow the libmemcached part of this article to change it

  2. Directly replace the version of libmemcached

This problem occurs visually because my environment is a 32-bit system
:-)

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template