Results 1 to 1 of 1
Hello, I'm trying to install last.fm on suse 10.2.
I've done the config and make and then when I type 'make install' I'm getting this:
Code:
mv -f libsrv_output_portaudio.so ../../../bin/services/
...
- 01-23-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 1
Last.fm installation
Hello, I'm trying to install last.fm on suse 10.2.
I've done the config and make and then when I type 'make install' I'm getting this:
Can anyone help me understand what the problem is. As this is my first installation I don't know what to expect. Thanks in advance for your help.Code:mv -f libsrv_output_portaudio.so ../../../bin/services/ make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/output/portAudio' hugo@linux-hugo:~/last.fm-1.4.2.58240> make install cd src/libUnicorn/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/libUnicorn' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/libUnicorn' cd src/libMoose/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/libMoose' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/libMoose' cd src/libFingerprint/fplib/pro_qmake/ && make -f Makefile.fplib install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/libFingerprint/fplib/pro_qmake' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/libFingerprint/fplib/pro_qmake' cd src/libFingerprint/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/libFingerprint' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/libFingerprint' cd src/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src' cd src/httpinput/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/httpinput' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/httpinput' cd src/mediadevices/ipod/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/mediadevices/ipod' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/mediadevices/ipod' cd src/transcode/mad/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/transcode/mad' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/transcode/mad' cd src/output/alsa-playback/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/output/alsa-playback' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/output/alsa-playback' cd src/output/portAudio/ && make -f Makefile install make[1]: Entering directory `/home/hugo/last.fm-1.4.2.58240/src/output/portAudio' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/home/hugo/last.fm-1.4.2.58240/src/output/portAudio' hugo@linux-hugo:~/last.fm-1.4.2.58240>
Last edited by techieMoe; 01-23-2008 at 04:28 PM. Reason: Added code tags


Reply With Quote
