LAME unter UBUNTU Dapper für Seyret

  • Hallo,


    Ich habe VPS mit Ubuntu.


    Jetzt brauche ich für eine Videokomponente (seyret) lame instaliert zu haben??
    (#sudo apt-get install lame
    passt nicht :-(()


    Zum Installieren folge ich einer Anleitung


    Hier ist der Anfang davon:


    Prepare the directory structure


    Code
    mkdir bin 
    mkdir lib 
    mkdir tmp 
    chmod 777 tmp 
    chmod 775 bin 
    chmod 775 lib


    Export some environment variables


    Code
    export TMPDIR=$HOME/tmp 
    export PATH=$HOME/bin:$PATH 
    export LD_LIBRARY_PATH=$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH 
    export CPATH=$HOME/include:/usr/local/include:$CPATH 
    export LIBRARY_PATH=$HOME/lib:/usr/local/lib:$LIBRARY_PATH


    Install LAME


    Code
    mkdir src 
    cd src 
    wget http://nchc.dl.sourceforge.net/sourceforge/lame/lame-3.97.tar.gz 
    tar -zxvf lame-3.97.tar.gz 
    cd lame-3.97 
    ./configure "--prefix=$HOME" "--enable-shared" 
    make 
    make install


    Bei dem Ausführen der (3. von unten) Zeile


    Code
    ./configure "--prefix=$HOME" "--enable-shared"


    kriege ich folgendes:

    Code
    ./configure "--prefix=$HOME" "--enable-shared" 
    checking build system type... mkdir: cannot create directory `/root/tmp/cg14183-29935': No such file or directory 
    mkdir: cannot create directory `/root/tmp/cg-14183': No such file or directory 
    config.guess: cannot create a temporary directory in /root/tmp 
    configure: error: cannot guess build type; you must specify one


    Was stimmt nicht?: ich bin im Moment im Verzeichnis

    Code
    root@lvps92-51-145-xx:/src/lame-3.97#


    .
    Habe auch versucht Verzeichnisse /root/tmp/cg14183-29935 und /root/tmp/cg-14183 mit mkdir selbst zu schaffen. Es hat geklappt, hilft aber nicht.


    Vielen Dank für
    alle Antworten.


    mfg