Profptd Install error

Discussion in 'Installation/Configuration' started by zer0_g666, Oct 24, 2006.

  1. zer0_g666

    zer0_g666 Member

    Hi,

    Im installing proftpd-1.2.10 on suse 9.3 pro and i get this error when i do a `make` following instructions from perfect setup ....

    Code:
    log.c: In function `log_write':
    log.c:432: error: structure has no member named `ServerFQDN'
    log.c:433: error: structure has no member named `ServerFQDN'
    make[1]: *** [log.o] Error 1
    make[1]: Leaving directory `/tmp/proftpd-1.2.10/src'
    make: *** [src] Error 2
    
    any ideas ?
     
  2. zer0_g666

    zer0_g666 Member

    i tried again and got this error

    Code:
    support.c: In function `pr_str_strip':
    support.c:573: warning: implicit declaration of function `__ctype_b_loc'
    support.c:573: error: invalid type argument of `unary *'
    support.c:576: error: invalid type argument of `unary *'
    support.c: In function `safe_token':
    support.c:636: error: invalid type argument of `unary *'
    support.c:642: error: invalid type argument of `unary *'
    support.c:648: error: invalid type argument of `unary *'
    make[1]: *** [support.o] Error 1
    make[1]: Leaving directory `/tmp/proftpd-1.2.10/src'
    make: *** [src] Error 2
    
    
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Please post the commands you used to compile proftpd.

    Also, what's the output of
    Code:
    hostname
    and
    Code:
    hostname -f
    ?
     

Share This Page