Menu

#1 Doesn't compile under FreeBSD and generally doesn't work

closed
None
5
2004-12-21
2004-12-15
Anonymous
No

I couldn't get it to compile "out of the box" under
FreeBSD.

First, it complained about "false" not being declared.

I #defined it to 0 at the top of pfqueue.c.

Then, it complained of syntax errors because of "FILE
p* = popen..." instructions being syntax errors.

I then moved the declarations of FILE *p; near the top
of the functions, in the declaration section, and left
"p = popen..." instead.

It then compiled and ran (or at least, started)

However, it keeps saying the postfix queue is empty,
whereas mailq says there're 15 messages in it.

I guess the code is Linux-centric ?

You still need to work on it ! :P

P.C. (news@kyoko.org)

Discussion

  • Stefano Rivoir

    Stefano Rivoir - 2004-12-17
    • assigned_to: nobody --> steunix
     
  • Stefano Rivoir

    Stefano Rivoir - 2004-12-17

    Logged In: YES
    user_id=729093

    Ok, compilation errors have been fixed in version 0.1.1.
    About the empty queue, could you send me a copy of mailq output?

     
  • Stefano Rivoir

    Stefano Rivoir - 2004-12-17
    • status: open --> pending
     
  • Nobody/Anonymous

    Logged In: NO

    The new version compiles without problems,

    However, it still shows "Queue empty".

    I sent the mailq output to you sourceforge address.

    P.C.

     
  • Stefano Rivoir

    Stefano Rivoir - 2004-12-21
    • status: pending --> closed
     

Log in to post a comment.

Auth0 Logo