jpeters
Group: Members
Posts: 804
Joined: April 2006 |
|
Posted: Oct. 17 2007,22:59 |
|
Quote (Nym1 @ Oct. 09 2007,02:23) | Thank you for the extension.
In order to run Sjeng (in DSL 3.4.2) I needed to copy the contents of sjeng.dsl's /usr/local/lib directory to /lib. |
That wasn't necessary on my setup. I suppose 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib' would also work, but would think it would automatically be searched. Isn't that the general default for .dsl app libs?
Edit: Try typing 'sudo ldconfig' in aterm, which should create the necessary links from /usr/local/lib. Make sure /usr/local/lib is included in your /etc/ld.so.conf list.
|