Menu

#1 Request for help in installation

closed
nobody
None
5
2001-01-23
2001-01-23
Anonymous
No

Discussion

  • Charlie Zender

    Charlie Zender - 2001-01-23
    • status: open --> closed
     
  • Nobody/Anonymous

    Logged In: YES
    user_id=6408
    Browser: Mozilla/5.0 (X11; U; Linux 2.2.16-22smp i686; en-US; m18) Gecko/20010117

    Hello Sheo,

    It sounds like you want to build NCO from source rather
    than from the binary RPM. That's fine. That's how I
    usually work. I will not attempt to answer all your
    questions about the nco.spec file. Basically the
    source RPM gives you a standard source tree in *.tar.gz
    format which should compile fine like this

    mv nco-1.2.1.tar.gz whereever
    cd whereever
    tar xvzf nco-1.2.1.tar.gz
    mv nco-1.2.1 nco
    cd nco/bld
    make dir
    make
    make tst
    make cln

    Executables are in ../bin

    Good luck,
    Charlie

     

Log in to post a comment.