NotTheMama
Group: Members
Posts: 42
Joined: April 2005 |
|
Posted: Sep. 12 2005,12:06 |
|
A way to get it started is via debian packages. I sometime try software by downloading .deb files. In this case from the unstable tree. extract files via 7zip and try to run the program. If needed also download related packages. These are shown on the debian package page. In the case of partimage you probably need partimage, libslang2 and libstdc++6.
HTH.,
Remco
ps: To test is without putting libs in /usr/lib you can use the LD_LIBRARY_PATH enviroment (example: export LD_LIBRARY_PATH=/tmp:/usr/lib if you put the slang and libstdc++ lib in /tmp) But be carefull! Read: Why LD_LIBRARY_PATH is BAD!
|