Home:ALL Converter>Trying to compile libmemcached in Solaris 10 SPARC

Trying to compile libmemcached in Solaris 10 SPARC

Ask Time:2019-06-11T20:06:58         Author:greenelephant

Json Formatter

I have a SPARC enterprise server with Solaris 10 SPARC OS installed. I have unpacked the tarball file 'libmemcached-0.10.tar.gz' into a directory and I am trying to compile it. I get the following error on terminal

pod2man: command not found

What do I do next?

Author:greenelephant,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/56543340/trying-to-compile-libmemcached-in-solaris-10-sparc
Dan Anderson :

It should be under /usr/perl5 somewhere. Try:\nfind /usr/perl5 -name pod2man\nOr if you have a local version, look under /usr/local\nThen add the directory to your $PATH in $HOME/.profile",
2019-06-11T20:50:54
yy