What is proper format for prefix=PFX

Discussion in 'Installation/Configuration' started by ensens, Jul 28, 2007.

  1. ensens

    ensens Member

    Hi,

    I'm not sure what this means:

    --with-lame-prefix=PFX (/usr)
    prefix where lame is installed
    --with-lame-includes=DIR (/usr/include)
    directory where lame headers are installed
    --with-lame-libs=DIR (/usr/lib)
    directory where lame libs [libmp3lame.so] are installed


    For example, if I have libmp3lame.so in /sbin/lame/libmp3lame.so how would I write the line, --with-lame-libs=DIR (/usr/lib)?

    Are any of the below correct?
    1)
    --with-lame-libs=DIR (/sbin/lame)
    2)
    --with-lame-libs=DIR /sbin/lame
    3)
    --with-lame-libs=/sbin/lame

    I searched this forum for "prefix=PFX" but couldn't find anything.

    Thank you for your help!
     
  2. falko

    falko Super Moderator Howtoforge Staff

    I'd try this; if you get any errors, please post them back.
     

Share This Page