yum groupinstall -y 'Development Tools' wget https://jaist.dl.sourceforge.net/project/openslp/2.0.0/2.0.0%20Release/openslp-2.0.0.tar.gz tar -zxvf openslp-2.0.0.tar.gz cd openslp-2.0.0/ ./configure make && make install /usr/local/sbin/slpd stop
step3. Install LSA
1 2 3 4
cd x.x.x.x_LSA_Linux-x64/x64/ ./install.sh ln -sf /usr/local/lib/libslp.so.1.0.0 /opt/lsi/LSIStorageAuthority/bin/libslp.so.1 /etc/init.d/LsiSASH restart