Open cataclysmic opened 6 years ago
Tried to install on Ubuntu 16.04.2. Libpostal is installed to /usr/local/lib and shows up. Apparently the compilation process works but removes poster.so and the folder structure upon some calling failure. See output below:
`> devtools::install_github("ironholds/poster") Downloading GitHub repo ironholds/poster@master from URL https://api.github.com/repos/ironholds/poster/zipball/master Installing poster '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet \ CMD INSTALL '/tmp/RtmpF40nNO/devtools760260deb57e/Ironholds-poster-dc7dd0b' \ --library='/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4' \ --install-tests
Help would be much appreciated.
Worked for me after I run sudo ldconfig
sudo ldconfig
Tried to install on Ubuntu 16.04.2. Libpostal is installed to /usr/local/lib and shows up. Apparently the compilation process works but removes poster.so and the folder structure upon some calling failure. See output below:
`> devtools::install_github("ironholds/poster") Downloading GitHub repo ironholds/poster@master from URL https://api.github.com/repos/ironholds/poster/zipball/master Installing poster '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet \ CMD INSTALL '/tmp/RtmpF40nNO/devtools760260deb57e/Ironholds-poster-dc7dd0b' \ --library='/home/cataclysmic/R/x86_64-pc-linux-gnu-library/3.4' \ --install-tests
Help would be much appreciated.