Visualizzazione dei risultati da 1 a 8 su 8
  1. #1
    Utente bannato
    Registrato dal
    Nov 2011
    Messaggi
    150

    Compilare Hylafax: problema

    Visto che non sembra esistere nell'universo conosciuto
    una macchina virtuale hylafax sto cercando di compilarmelo da solo.

    Ma non sono proprio pratichissimo...

    codice:
    make[1]: Entering directory `/usr/src/hylafax-6.0.6'
    /usr/5bin/echo "= "port; cd port; make  ||  exit ;
    = port
    make[2]: Entering directory `/usr/src/hylafax-6.0.6/port'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/port'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/port'
    make[4]: Nothing to be done for `_quiet.cdependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/port'
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/port'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/port'
    make[3]: Nothing to be done for `targets'.
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/port'
    make[2]: Leaving directory `/usr/src/hylafax-6.0.6/port'
    = regex
    make[2]: Entering directory `/usr/src/hylafax-6.0.6/regex'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/regex'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/regex'
    make[4]: Nothing to be done for `_quiet.cdependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/regex'
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/regex'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/regex'
    make[3]: Nothing to be done for `targets'.
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/regex'
    make[2]: Leaving directory `/usr/src/hylafax-6.0.6/regex'
    = libhylafax
    make[2]: Entering directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[4]: Nothing to be done for `_quiet.c++dependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[4]: Nothing to be done for `_quiet.cdependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[3]: Nothing to be done for `targets'.
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/libhylafax'
    make[2]: Leaving directory `/usr/src/hylafax-6.0.6/libhylafax'
    = util
    make[2]: Entering directory `/usr/src/hylafax-6.0.6/util'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/util'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/util'
    make[4]: Nothing to be done for `_quiet.c++dependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/util'
    make[4]: Entering directory `/usr/src/hylafax-6.0.6/util'
    make[4]: Nothing to be done for `_quiet.cdependtime'.
    make[4]: Leaving directory `/usr/src/hylafax-6.0.6/util'
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/util'
    make[3]: Entering directory `/usr/src/hylafax-6.0.6/util'
    /usr/5bin/g++ -L/usr/local/lib -R/usr/local/lib     			  -D__ANSI_CPP__ -I. -I.. -I.././util -I.././libhylafax -I.././regex   -g -O -o faxinfo faxinfo.o     -L../libhylafax -lhylafax-6.0  -ltiff  -lz -L../regex -lregex ../port/libport.a -lsocket -lnsl -lresolv  -lmalloc 
    faxinfo.o: In function `usage':
    /usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:85: undefined reference to `libintl_gettext'
    /usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:86: undefined reference to `libintl_gettext'
    /usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:87: undefined reference to `libintl_gettext'
    /usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:88: undefined reference to `libintl_gettext'
    /usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:89: undefined reference to `libintl_gettext'
    faxinfo.o:/usr/src/hylafax-6.0.6/util/.././util/faxinfo.c++:91: more undefined references to `libintl_gettext' follow
    ../libhylafax/libhylafax-6.0.a(NLS.o): In function `do_bind(char const*, char const*)':
    /usr/src/hylafax-6.0.6/libhylafax/NLS.c++:42: undefined reference to `libintl_bindtextdomain'
    ../libhylafax/libhylafax-6.0.a(NLS.o): In function `NLS::Setup(char const*, char const*)':
    /usr/src/hylafax-6.0.6/libhylafax/NLS.c++:68: undefined reference to `libintl_textdomain'
    ../libhylafax/libhylafax-6.0.a(NLS.o): In function `NLS::TEXT(char const*)':
    /usr/src/hylafax-6.0.6/libhylafax/NLS.c++:53: undefined reference to `libintl_dgettext'
    collect2: ld returned 1 exit status
    make[3]: *** [faxinfo] Error 1
    make[3]: Leaving directory `/usr/src/hylafax-6.0.6/util'
    make[2]: *** [default] Error 2
    make[2]: Leaving directory `/usr/src/hylafax-6.0.6/util'
    make[1]: *** [dirs] Error 2
    make[1]: Leaving directory `/usr/src/hylafax-6.0.6'
    make: *** [default] Error 2
    il "make" spara una carterva di errori su libintl... qualcuno può aiutarmi... please...

  2. #2
    non me ne intendo di hylafax ...

    ma non ho capito perche' vuoi compilarlo

    (su che distro?)

  3. #3
    Utente bannato
    Registrato dal
    Nov 2011
    Messaggi
    150
    Originariamente inviato da sacarde
    non me ne intendo di hylafax ...

    ma non ho capito perche' vuoi compilarlo

    (su che distro?)
    è un NAS basato su solaris 10 (credo)

  4. #4

  5. #5
    Utente bannato
    Registrato dal
    Nov 2011
    Messaggi
    150
    Originariamente inviato da sacarde
    visto?

    http://www.hylafax.org/content/Solaris_Packages
    ho visto sì, ma i primi sono jurassici, e i secondi non so come provare a installarli

    http://www.blastwave.org/pkg-get.php|pkg-get

    The page or link can not be found at this time.


    The page you are looking for might have been removed,
    had its name changed, or is temporarily unavailable.


    Please try the following:

    • Make sure that the Web site address displayed
    in the address bar of your browser is spelled
    and formatted correctly.

    • If you reached this page by clicking a link,
    contact the Web site administrator to alert them
    that the link is incorrectly formatted.

    • Click the “Back” button to try another link.


    HTTP Error 404 - File or directory not found.

  6. #6
    non conosco solaris....

    ma la vedo dura senza binari




    p.s.
    per vedere quale kernel gira:

    uname -a

  7. #7
    Utente bannato
    Registrato dal
    Nov 2011
    Messaggi
    150
    Caspita, eppure volevo solo compilarlo, secondo le guide dovrebbe essere facile come ./configure make e make install.
    Ho dovuto però installare prima gcc e c++, che non esistono in solaris, oltre a libtif (quella sì che non mi ha dato problemi)

    Dice
    "SunOS nexes 5.11 NexentaOS_134f i86pc i386 i86pc Solaris"

  8. #8
    la distribuzione NexentaOS credo che abbia cambiato nome in:

    http://www.nexenta.org/
    o
    http://www.illumian.org/


    prova a sentire li'

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.