Closed ghost closed 4 years ago
The install Wiki has an error due to an upstream file type change. I have reflected the necessary change for successful progression below.
Compile xmlrpc
cd /usr/local/src
sudo curl -LOJ https://sourceforge.net/projects/xmlrpc-c/files/latest/download
sudo tar --no-same-owner -xzvf xmlrpc-c-*.tgz This needs to be changed to "sudo tar --no-same-owner -xvf xmlrpc-c-*.tgz"
sudo find . -type d -exec chmod a+rx {} \;
cd xmlrpc-c-*/
sudo ./configure
sudo make
sudo make install
This seems to be resolved now.
The install Wiki has an error due to an upstream file type change. I have reflected the necessary change for successful progression below.
Compile xmlrpc
cd /usr/local/src
sudo curl -LOJ https://sourceforge.net/projects/xmlrpc-c/files/latest/download
sudo tar --no-same-owner -xzvf xmlrpc-c-*.tgz This needs to be changed to "sudo tar --no-same-owner -xvf xmlrpc-c-*.tgz"
sudo find . -type d -exec chmod a+rx {} \;
cd xmlrpc-c-*/
sudo ./configure
sudo make
sudo make install