Does anybody know a place where I can download a working PWLIB and H323? The files at www3.openh323.org are not in gzip format (according to the error message I receive) gunzip: pwlib_1.4.11.tar.gz: not in gzip format I have also tried using the tar -xzvf command, and that gives the following error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors Can somebody please provide me with a link to a working file? Thank you _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
gunzip -d #didn't work tar -xvf #also didn't work _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
www.openh323.org ----- Original Message ----- From: "Derek Beaumont" <jerkface2098@hotmail.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, May 08, 2003 7:05 PM Subject: [Asterisk-Users] Problems with H323> Does anybody know a place where I can download a working PWLIB and H323? > The files at www3.openh323.org are not in gzip format (according to the > error message I receive) > > gunzip: pwlib_1.4.11.tar.gz: not in gzip format > > > I have also tried using the tar -xzvf command, and that gives thefollowing> error: > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error exit delayed from previous errors > > > Can somebody please provide me with a link to a working file? > > Thank you > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Ok. So I just found an older version of the file, and I am now trying to install that. I also found out the problem about the current files of pwlib and openh323. I am using the links browser, and it downloaded the file, but if I go into another browser, it tells me that the file isn't there. I'll just chalk that one up to the minimalist approach of the links browser. New problem: I am trying to install pwlib and it tells me I need the following libraries: libcrypto.so.2 libssl.so.2 I tried to install the ssl packages from my installation cds, but I get a message that they are already installed (yet, I can't find these libraries). So I just decided to install the newest version of openssl. When I run ./config, I get the following error: Makefile.ssl is older than Makefile.org. Reconfigure the source tree (via './config' or 'perl Configure'), please. make: *** [Makefile.ssl] Error 1 Why would it matter if one file is older than another??? Bonus dumb question: I am unfamiliar with how these mailing lists work. How do you phrase the Subject line of an email if you want it to be a subheading of another category? _________________________________________________________________ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail
Your browser may have ungziped it in the download process. Try mv pwlib_1.4.11.tar.gz pwlib_1.4.11.tar tar -xvf pwlib_1.4.11.tar or tar -xvf pwlib_1.4.11.tar.gz might work also if that is the case On Thursday 08 May 2003 08:35 am, Derek Beaumont wrote:> Does anybody know a place where I can download a working PWLIB and H323? > The files at www3.openh323.org are not in gzip format (according to the > error message I receive) > > gunzip: pwlib_1.4.11.tar.gz: not in gzip format > > > I have also tried using the tar -xzvf command, and that gives the following > error: > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error exit delayed from previous errors > > > Can somebody please provide me with a link to a working file? > > Thank you > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
On Thursday 08 May 2003 15:35, Derek Beaumont wrote:> Can somebody please provide me with a link to a working file?www.openh323.org has been unreachable all day from my location, so you might want to try this mirror: http://www.de.openh323.org/bin/ -- Regards, Tais M. Hansen ComX
Use CVS cvs co -rv1_4_11 ptlib_unix cvs co -rv1_11_8 openh323 Jeremy McNamara Derek Beaumont wrote:> Does anybody know a place where I can download a working PWLIB and H323? > The files at www3.openh323.org are not in gzip format (according to > the error message I receive) > > gunzip: pwlib_1.4.11.tar.gz: not in gzip format > > > I have also tried using the tar -xzvf command, and that gives the > following error: > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error exit delayed from previous errors > > > Can somebody please provide me with a link to a working file? > > Thank you > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users