From owner-freebsd-questions Sun Oct 3 19:48:43 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc02.worldnet.att.net (mtiwmhc02.worldnet.att.net [204.127.131.37]) by hub.freebsd.org (Postfix) with ESMTP id ED46A14DB1 for ; Sun, 3 Oct 1999 19:48:38 -0700 (PDT) (envelope-from tywe@worldnet.att.net) Received: from mach2 ([12.77.216.250]) by mtiwmhc02.worldnet.att.net (InterMail v03.02.07.07 118-134) with SMTP id <19991004024836.OAYK7282@mach2> for ; Mon, 4 Oct 1999 02:48:36 +0000 Message-ID: <00d101bf0e12$d02be100$02ac14ac@mia.bellsouth.net> From: "Shawn M" To: Subject: H.323 proxy Date: Sun, 3 Oct 1999 22:47:34 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I want to be able to use video conferencing on my lan. I am using 2.2.8-STABLE, and natd is my current way of sharing the internet to my lan. From what I have read, I need a H.323 proxy running also in order to use video conferencing behind the firewall. So, the only one I could find for FreeBSD available free was at www.openh323.org . Looked great, but when I tried to use their executable, I got an error stating: ELF binary type not known Abort trap I figured I could just get the source , compile it myself , and everything would be fine.. Wrong, I didn't make it past the first step: compiling PWLIB, which is needed before I could compile the other file. I got quite a few warnings for awhile when compiling, but after a few minutes, it exited with an Error 2. The error is as follows: /usr/include/signal.h:61: declaration of C function 'int sigwait(const unsigned int *, int *)' conflicts with /root/pwlib/include/ptlib/unix/ptlib/pmachdep.h:109: previous declaration 'int sigwait(unsigned int *)' here gmake[1]: *** [/root/pwlib/lib/obj_FreeBSD_x86_r/svcproc.o] Error 1 blah blah then it exits with Error 2 after leaving directories, etc. if anyone can help me get this compiled/working, or suggest something other than openh323, I'd greatly appreciate it! Thanks!! Shawn P.S. I also have trouble with certain FTP's when connecting from behind the LAN. I read that I have to use PASSIVE mode on the client side for it to work. I'm using CuteFTP on the winblows machine, and can't find anywhere to set passive mode except for under "Firewall settings". Do i need to fill this in? Nothing else has needed any special firewall setting? If so, what port is my firewall most likely using? 8668? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message