From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Someone Unknown To: sisyphus@altlinux.ru Subject: Re: [sisyphus] libmss Date: Tue, 25 Mar 2003 22:58:25 +0300 User-Agent: KMail/1.5.1 References: <20030325223123.47b1165a.matrix@podlipki.ru> In-Reply-To: <20030325223123.47b1165a.matrix@podlipki.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200303252258.26426.someone_lists@bk.ru> Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: В сообщении от 25 Март 2003 22:31 Герасимов Дмитрий написал: > Приветствую! > Тут некая софтина попросила вот такого > [dima@localhost nwn]$ ./nwmain > ./nwmain: error while loading shared libraries: libmss.so.6: cannot > open shared object file: No such file or directory > пояснения. nwmain - это линуксовый клиент игрушки NeverWinterNights, > использует SDL.. все либы к SDL вроде стоят, но что такое mss чтото > в голову не приходит.. подскажите? Found this on a forum linked from here, but I thought it would be useful if it was here. Hopefully it's correct - apparently it worked on Debian - I'm going to try it shortly. Here's what to do: Install using ravage's installer. (for me I put it in /usr/local/games/nwn) cd /usr/local/games/nwn wget ftp://alienhazard:isgay@punkrocker.servehttp.com/nwn-linux-patch1.29.zip wget http://icculus.org/~dolson/files/patch.key wget http://nwdownloads.bioware.com/neverwinternights/linux/129/nwclient129beta2.tar.gz unzip nwn-linux-patch1.29.zip rm -rf miles tar zxvf nwclient129beta1.tar.gz sh fixinstall chown -R dana.dana * chown dana.dana /usr/local/games/nwn su dana ./nwn <-- that runs the game. ./dmclient <-- that runs the DM client. If it crashes on you, you'll have to do this: cp miles/* /usr/local/lib/ cd /usr/local/lib rm libmss.so.6 libmss.so ln -s libmss.so.6.5.2 libmss.so.6 ln -s libmss.so.6 libmss.so ldconfig or some other method of making it realize the miles libraries are there. > > > > _______________________________________________ > Sisyphus mailing list > Sisyphus@altlinux.ru > http://altlinux.ru/mailman/listinfo/sisyphus