LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   install file made on home pc in my hosted centos server (https://www.linuxquestions.org/questions/linux-server-73/install-file-made-on-home-pc-in-my-hosted-centos-server-4175584141/)

ssoldne 07-08-2016 09:31 PM

install file made on home pc in my hosted centos server
 
i am trying to compile libsodium on my shared server but the 'make' command does not work there.

can i 'make' libsodium on my home pc (linux mint) then upload it to my centos server and expect it to work?

John VV 07-09-2016 12:54 AM

the debian based mint is not compatible with centos
you need to have gcc and autotools installed on cent and build it there

or

install the SAME!!!! version of cent at home
the current and ONLY supported versions are
5.11
6.8
7.2

installing gcc and autotools
Code:

su -
yum groupinstall "Development Tools"



All times are GMT -5. The time now is 12:08 AM.