Changes between Initial Version and Version 1 of Ticket #24021, comment 20
- Timestamp:
- Dec 8, 2017, 5:22:57 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24021, comment 20
initial v1 3 3 What I did is: 4 4 5 - run the installation of the port file: sudo port install libmemcached5 - run the installation of the port file: `sudo port install libmemcached` 6 6 7 - after the make failed I went in the directory with the source code and I run "./configure" and after "make": the make went fine7 - after the make failed I went in the directory with the source code and I run `./configure` and after `make`: the make went fine 8 8 9 - after that I run again "sudo port install libmemcached"and it placed everything in the right place.9 - after that I run again `sudo port install libmemcached` and it placed everything in the right place. 10 10 11 11