View Single Post
  #1   (View Single Post)  
Old 17th August 2011
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default Installing Musicpd issue

I'm trying to install musicpd through the ports system on a FreeBSD 7.0 machine. I've done a portsnap fetch update.

When I try to make the musicpd port I get this error:

Code:
r/local/lib -lFLAC -lm   -logg -L/usr/local/lib -lvorbisenc -lvorbis -lm -logg   -lwrap         -pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -liconv   
/usr/bin/ld: warning: libx264.so.50, needed by /usr/local/lib/libavcodec.so, not found (try using -rpath or -rpath-link)
/usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_close'
/usr/local/lib/libavcodec.so: undefined reference to `x264_param_default'
/usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_headers'
/usr/local/lib/libavcodec.so: undefined reference to `x264_nal_encode'
/usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_open'
/usr/local/lib/libavcodec.so: undefined reference to `x264_encoder_encode'
gmake[1]: *** [src/mpd] Error 1
gmake[1]: Leaving directory `/usr/ports/audio/musicpd/work/mpd-0.16.3'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/audio/musicpd.
*** Error code 1

Stop in /usr/ports/audio/musicpd.
Am I missing a dependency or something?
Reply With Quote