Results 1 to 7 of 7

Thread: configuration

  1. #1
    Join Date
    May 2015
    Beans
    3

    configuration

    Iam trying to configure CESM software.I downloaded the cesm working copy and create a a new case in my home dir using command ./create_newcase -case ~/mycase.01 -res f19_g16 -compset B_1850 -mach bluefire.when I configure the case on the newly created dir mycase.01,it shows 'Generating run script
    env: /home/madhuv/ccsm4_working_copy/scripts/ccsm_utils/Machines/mkbatch.bluefire: No such file or directory.configure error: configure generate_batch error.'
    so Iam unable to follow the further commands.pls help me.

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: configuration

    you probably have forgotten to set the downloaded file executable (sudo chown +x theCESMfile) (then redo the installation)

  3. #3
    Join Date
    May 2015
    Beans
    3

    Re: configuration

    Iam trying to install the libxml2 library.during installing this error occures.
    make[4]: Entering directory `/home/madhuv/y/libxml2-2.9.2/python'
    CC libxml.lo
    libxml.c:14:20: fatal error: Python.h: No such file or directory
    #include <Python.h>
    ^
    compilation terminated.
    make[4]: *** [libxml.lo] Error 1
    make[4]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/madhuv/y/libxml2-2.9.2'
    make: *** [all] Error 2.
    please help me.

  4. #4
    Join Date
    May 2015
    Beans
    3

    configuration

    Iam trying to install the libxml2 library.during installing this error occures.
    make[4]: Entering directory `/home/madhuv/y/libxml2-2.9.2/python'
    CC libxml.lo
    libxml.c:14:20: fatal error: Python.h: No such file or directory
    #include <Python.h>
    ^
    compilation terminated.
    make[4]: *** [libxml.lo] Error 1
    make[4]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/madhuv/y/libxml2-2.9.2'
    make: *** [all] Error 2.
    please help me.

  5. #5
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: configuration

    libxml2 is a common package installable from the Ubuntu repositories (sudo apt-get install libxml2) and, I believe, part of a default install. Is there a particular reason you are building it from source.?

  6. #6
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: configuration

    Please explain what you are doing, and how. Tell us the source of that library you try to install.
    Note that libxml2 is already installed on ubuntu, as it is a dependency of many other packages.

  7. #7
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: configuration

    Moved to Packaging & Compiling Programs.

    Have you installed python-dev? What version of Ubuntu are you running?

    Edit: Threads merged. Please don't create more than one thread for the same or similar questions.
    Last edited by oldos2er; May 15th, 2015 at 05:37 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •