Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    BANNED
    Join Date
    Jul 2005
    Posts
    537

    Default CURSES fails on upcp Freebsd

    WARNING: This key is not certified with a trusted signature!
    Primary key fingerprint: 2E66 557A B97C 19C7 91AF 8E20 328D A867 450F 89EC
    Signature for /home/.cpan/sources/authors/id/G/GI/GIRAFFED/CHECKSUMS ok
    CPAN: Compress::Zlib loaded ok
    Checksum for /home/.cpan/sources/authors/id/G/GI/GIRAFFED/Curses-1.13.tgz ok
    Scanning cache /home/.cpan/build for sizes
    x Curses-1.13/
    x Curses-1.13/hints/
    x Curses-1.13/hints/c-MSWin32.visualc.h
    x Curses-1.13/hints/c-sunos.bsd.h
    x Curses-1.13/hints/c-dec_osf.h
    x Curses-1.13/hints/c-svr4.h
    x Curses-1.13/hints/c-darwin.h
    x Curses-1.13/hints/c-none.h
    x Curses-1.13/hints/c-freebsd.ncurses.h
    x Curses-1.13/hints/c-aix.h
    x Curses-1.13/hints/c-linux.bsd.h
    x Curses-1.13/hints/c-irix.ncurses.h
    x Curses-1.13/hints/c-dgux.h
    x Curses-1.13/hints/c-bsd386.h
    x Curses-1.13/hints/c-MSWin32.borland.h
    x Curses-1.13/hints/c-hpux.h
    x Curses-1.13/hints/c-irix.bsd.h
    x Curses-1.13/hints/c-solaris.h
    x Curses-1.13/hints/c-bsdos.h
    x Curses-1.13/hints/c-dynixptx.h
    x Curses-1.13/hints/c-isc.h
    x Curses-1.13/hints/c-openbsd.h
    x Curses-1.13/hints/c-cygwin.h
    x Curses-1.13/hints/c-linux.ncurses.h
    x Curses-1.13/hints/c-sunos.sysv.h
    x Curses-1.13/hints/c-next.h
    x Curses-1.13/hints/c-sco.h
    x Curses-1.13/hints/c-os2.ncurses.h
    x Curses-1.13/hints/c-vms.h
    x Curses-1.13/hints/c-sunos.ncurses.h
    x Curses-1.13/hints/c-netbsd.h
    x Curses-1.13/hints/c-freebsd.bsd.h
    x Curses-1.13/hints/c-darwin-thread-multi-2level.h
    x Curses-1.13/gdc
    x Curses-1.13/demo.panel
    x Curses-1.13/gen/
    x Curses-1.13/gen/make.list.syms
    x Curses-1.13/gen/make.CursesBoot.c
    x Curses-1.13/gen/make.CursesFun.c
    x Curses-1.13/gen/make.Curses.pm
    x Curses-1.13/gen/make.CursesVar.c
    x Curses-1.13/gen/list.typ
    x Curses-1.13/gen/make.CursesCon.c
    x Curses-1.13/gen/list.fun
    x Curses-1.13/gen/increase-version
    x Curses-1.13/gen/make.CursesTyp.h
    x Curses-1.13/gen/list.con
    x Curses-1.13/gen/list.var
    x Curses-1.13/gen/README
    x Curses-1.13/gen/Gen.pm
    x Curses-1.13/demo
    x Curses-1.13/demo.menu
    x Curses-1.13/list.syms
    x Curses-1.13/demo.form
    x Curses-1.13/cdemo.c
    x Curses-1.13/CursesFun.c
    x Curses-1.13/Makefile.PL
    x Curses-1.13/CursesVar.c
    x Curses-1.13/Curses.pm
    x Curses-1.13/CursesCon.c
    x Curses-1.13/Curses.c
    x Curses-1.13/CursesTyp.h
    x Curses-1.13/test.syms
    x Curses-1.13/Artistic
    x Curses-1.13/MANIFEST
    x Curses-1.13/testtyp.c
    x Curses-1.13/testsym.c
    x Curses-1.13/README
    x Curses-1.13/CursesBoot.c
    x Curses-1.13/demo2
    x Curses-1.13/testint.c
    x Curses-1.13/Copying
    x Curses-1.13/INSTALL
    x Curses-1.13/HISTORY
    x Curses-1.13/MAINTENANCE
    Removing previously used /home/.cpan/build/Curses-1.13
    Package came without SIGNATURE


    CPAN.pm: Going to build G/GI/GIRAFFED/Curses-1.13.tgz

    GEN function: not applicable
    PANELS functions: not enabled
    MENUS functions: not enabled
    FORMS functions: not enabled

    Making a guess for $inc and/or $libs...
    Making a guess for "c-config.h"...

    I'm sorry, but I couldn't find a hints file that was configured for
    your OS (named hints/c-freebsd.h). You will need to create and configure a
    "c-config.h" file for yourself. Please see the "INSTALL" directions
    for pointers on how to do this.
    make: no target to make.
    /usr/bin/make -- NOT OK
    Running make install
    make had returned bad status, install seems impossible

  2. #2
    Member
    Join Date
    Jun 2002
    Posts
    233

    Default

    Same Issue with me on FreeBSD 5.3, I made an attempt to install it myself but make produced a bunch of errors. so I'm not sure what the deal is, you can give it a try yourself to see if it works for you..

    cd /usr/home/.cpan/build/Curses-1.14
    cp hints/c-freebsd.bsd.h /usr/home/.cpan/build/Curses-1.14/c-config.h
    perl Makefile.PL
    make
    make install

    on make I had errors so I stopped there..

  3. #3
    Member
    Join Date
    Jun 2002
    Posts
    233

    Default

    err, that'd be 1.13 for you if you didn't notice lol, just change the appropriate txt.

  4. #4
    Registered User
    Join Date
    Jul 2003
    Location
    Columbus, Ohio
    Posts
    2

    Default

    The following worked for me:

    From http://forums.ev1servers.net/showthr...oto=nextoldest


    cd /home/.cpan/sources/authors/id/G/GI/GIRAFFED/
    type; ls -la and search for the version of Curses in the current directory. The version on my server is Curses-1.14.tgz.
    tar -zxvf Curses-1.14.tgz
    cd Curses-1.14
    ln -s hints/c-freebsd.ncurses.h c-config.h
    perl Makefile.PL
    make
    make test
    make install

Similar Threads & Tags
Similar threads

  1. upcp Fails
    By mohdyasar in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 06-09-2008, 05:22 AM
  2. upcp fails
    By BurstGuy in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 05-31-2008, 12:58 AM
  3. cpsrvd fails after upcp
    By MaraBlue in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 12-09-2007, 08:17 AM
  4. upcp sometimes fails?
    By niatech in forum cPanel and WHM Discussions
    Replies: 14
    Last Post: 09-07-2007, 12:16 PM
  5. upcp fails, WHM news fails, etc.
    By JColvard in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 01-21-2006, 07:59 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube