Displaying 20 results from an estimated 129 matches for "zxf".
Did you mean:
0xf
2002 Jul 22
1
Problems with pyvorbis python bindings.
...;>>
<p>Here is a summary of the procedure I followed the second time around,
reinstalling everything, and getting to the same point:
Thanks in advance for any help you can give me.
asqui
<p>---------------------------------------------------
<p>asqui@martha:~/vorbis$ tar zxf libao-0.8.3.tar.gz ; tar zxf
libogg-1.0.tar.gz ; tar zxf libvorbis-1.0.tar.gz ; tar zxf
vorbis-tools-1.0.tar.gz asqui@martha:~/vorbis/libao-0.8.3$ ./configure
<...>
*** The esd-config script installed by ESD could not be found
*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
*...
2013 Jul 25
1
Building R with Cairo
...CATION/lib
> mkdir -p $INSTALL_LOCATION/include
> mkdir -p $INSTALL_LOCATION/compiled
> mkdir -p $INSTALL_LOCATION/vulcan
>
> cd $INSTALL_LOCATION/include
> curl
> http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.9.0.tar.gz-o fontconfig-2.9.0.tar.gz
> tar -zxf fontconfig-2.9.0.tar.gz
> cd fontconfig-2.9.0
> ./configure --prefix $INSTALL_LOCATION
> make
> mkdir -p $INSTALL_LOCATION/include/fontconfig
> cp -v fontconfig/fcfreetype.h fontconfig/fcprivate.h
> fontconfig/fontconfig.h $INSTALL_LOCATION/include/fontconfig/
> make install
&g...
2017 Jan 10
6
Can't comile bundled PJSIP on CentOS 7
Hello,
I'm setting up an Asterisk 13.13.1 cluster on two CentOS boxes.
I followed this:
cd /usr/src
wget ... asterisk-13.13.1.tar.gz
tar zxf asterisk-13.13.1.tar.gz
cd asterisk-13.13.1
ASTERISK_CONFIGURE="--libdir=/usr/lib64 --prefix=/usr"
./configure ${ASTERISK_CONFIGURE} --with-pjproject-bundled
make menuselect (shows res-srtp is available)
make
latest make command fails with (see [1]:
[GENERATE] libasteriskpj.exports...
2007 Mar 13
4
Object sync problem
..."
$rulefilecwd =
"/usr/src/xen-$xenrelease\_$xenpatchlevel-src/buildconfigs/"
extracttar { "xen-source-verified":
file => "$xenfile",
target => "$targetdir",
options => "zxf",
before => Sedfile["change-to-local-repos"];
}
sedfile { "change-to-local-repos":
file => "$rulefile",
pattern => "s#\(KERNEL_REPO = \).*#\1$mirror#",
ta...
2005 Mar 09
0
Subject: Re: What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
...10de77050307234860248b41@mail.gmail.com>
Content-Type: text/plain; charset=US-ASCII
This worked for me on Fedora Core 3
pwlib - 1_6_6
openh323 - 1_13_5
asterisk-oh323 - 0.7.1
cp pwlib-v1_6_6-src.tar.gz openh323-v1_13_5-src.tar.gz
asterisk-oh323-0.7.1.tar.gz /usr/src/
cd /usr/src
tar zxf pwlib-v1_6_6-src.tar.gz
tar zxf openh323-v1_13_5-src.tar.gz
tar zxf asterisk-oh323-0.7.1.tar.gz
-----------------------------------------------------
Set Environment variables
PWLIBDIR=/usr/src/pwlib
OPENH323DIR=/usr/src/openh323
LD_LIBRARY_PATH=/usr/src/pwlib/lib:/usr/src/openh323/li...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...GET) $(RURL)/$(R).$(REXT) -O $(R).tgz; \
downRTcl:
mkdir -p $(DOWNDIR); \
cd $(DOWNDIR); \
$(WGET) $(R_TCL_URL);\
downXtools:
mkdir -p $(DOWNDIR); \
cd $(DOWNDIR); \
$(WGET) http://www.stats.ox.ac.uk/pub/Rtools/
$(MINGW_CROSS).tar.bz2; \
linuxR:
mkdir -p $(LINUXR); \
cd $(LINUXR); \
tar zxf $(DOWNDIR)/$(R).tgz; \
cd $(LINUXR)/$(R); \
./configure; \
$(MAKE); \
$(MAKE) prefix=$(LINUXR)/R install; \
xtools:
mkdir -p $(RCB)/cross-tools; \
cd $(CROSSDIR); \
tar jxf $(DOWNDIR)/$(MINGW_CROSS).tar.bz2; \
prepsrc:
mkdir -p $(WINR); \
cd $(WINR); \
rm -rf $(R); \
tar zxf $(DOWNDIR)...
2006 Dec 03
3
[LLVMdev] problem building gcc4 front end on fedora core 5
I'm getting a build error when trying to build gcc4 from sources. This is
for the recent 1.9 release.
How I built llvm-1.9:
-----------------------------
tar zxf llvm-1.9.tar.gz
cd llvm-1.9/
./configure --prefix=/custom/llvm-1.9
make ENABLE_OPTIMIZED=1 OPTIMIZE_OPTION='-O2' tools-only
make install
How I built gcc4:
-----------------------------
export PATH=/custom/llvm-1.9/bin:.../llvm-1.9/Release/bin:$PATH
tar zxf llvm-gcc4-1.9.source.tar.gz
mkdir...
2005 Mar 07
1
What combination of pwlib and openh323 are required to get Asterisk-oh323 v0.7.1 to compile
Hi there
I have Asterisk running beautifully on our test server. Over the past few
days I have been tearing my hair out trying to compile various versions of
asterisk-oh323 on various versions of pwlib and openh323.
pwlib is now up to 1.8.3 and openh323 is now 1.15.2 stable.
asterisk-oh323 is currently 0.7.1
I have tried these three with many errors.
I have tried 0.7.1 with pwlib 1.5.2 and
2009 Mar 25
2
Build FLAC source on Mac OS X without Xcode?
----------------------------------------
> CC: flac at xiph.org
> From: brianw at sounds.wa.com
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
> Date: Sun, 22 Mar 2009 14:33:36 -0700
> To: jensiragh at hotmail.de
>
> I don't have time to look through error codes, but I can tell you
> that I have always compiled FLAC the Unix way, via the command
2009 Mar 25
2
[Flac] Build FLAC source on Mac OS X without Xcode?
----------------------------------------
> CC: flac at xiph.org
> From: brianw at sounds.wa.com
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
> Date: Sun, 22 Mar 2009 14:33:36 -0700
> To: jensiragh at hotmail.de
>
> I don't have time to look through error codes, but I can tell you
> that I have always compiled FLAC the Unix way, via the command
2018 Nov 06
5
Installing IceCast2 on CentOS 6 / CPanel
...seems to be outdated.....some of the links are DOA.....
There was one simple install, but not sure if it would work:
This tutorial explains how to install icecast kh10 server on centos 6 server
# cd /usr/src
# wget
https://github.com/karlheyes/icecast-kh/archive/icecast-2.4.0-kh1.tar.gz
# tar -zxf icecast-2.4.0-kh1.tar.gz
# cd icecast-kh-icecast-2.4.0-kh1
# ./configure;make CFLAGS=”-D_XOPEN_SOURCE=600″
# make install
if this is centovacast server you many need to run this to register new
package
# /usr/local/centovacast/sbin/enable_package ICECAST /usr/local/bin/icecast
now you are done...
2009 Mar 27
0
[Flac] Build FLAC source on Mac OS X without Xcode?
...5 Mar 2009 19:10:34 -0700
> To: flac at xiph.org
> Subject: Re: [Flac] Build FLAC source on Mac OS X without Xcode?
>
> Ok, what follows is a successful build of FLAC on Tiger 10.4.11 from
> the downloaded source "the Unix way":
>
> mkdir test
> cd test
> gnutar zxf ../flac-1.2.1.tar.gz
> cd flac-1.2.1
> ./configure
> make
>
> I just ran everything but install, and it works without any
> modification to the sources. In your case, you seem to be having
> trouble with the libOgg library. Please tell me that you didn't
> literally type...
2008 Dec 23
1
HOgg Release 0.4.1
...on a current Ubuntu 8.10
> (or Debian unstable? testing?) system, ie. if you don't already have
> haskell's cabal system installed:
>
> $ sudo apt-get install ghc6
> $ wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz
> $ tar zxf cabal-install-0.6.0.tar.gz
> $ cd cabal-install-0.6.0
> $ ./bootstrap.sh
That should be:
sh bootstrop.sh
Erik
--
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"I'm not ev...
2002 Feb 04
1
installing version 1.4.1
Hello people, me again ...
Just an FYI this time, I think:
0[209]1 sunray1:/contrib > gtar zxf R-1.4.1.tgz
tar: R-1.4.1/date-stamp: Could not create file: Permission denied
gtar: Error exit delayed from previous errors
2[210]1 sunray1:/contrib > gtar zxvf R-1.4.1.tgz "R-1.4.1/date-stamp"
R-1.4.1/date-stamp
gtar: R-1.4.1/date-stamp: Could not create file: Permission denied
gtar:...
2007 Jul 14
1
Installation of a Package
Hi All,
I want to upload J K Lindsey's "repeated" in a LINUX OS..
I had tried the command..
[root@localhost Desktop] # R CMD INSTALL repeated.gz
" WARNING: invalid package 'repeated' "
*Installing to library
'/usr/local/lib/R/library'
ERROR: No packages
2015 Dec 23
5
Calibre installation fails on C7
On Tue, Dec 22, 2015 at 09:03:28PM -0700, Wes James wrote:
>
> > On Dec 22, 2015, at 8:06 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> >
> > Attempting to install latest Calibre on Centos-7, getting:
> >
>
> typed in "calibre ssl install error? to google
>
> first hit:
>
>
2010 Feb 09
1
(no subject)
Hi, Anyone!
Help me get Samba compiled, if you can. Latest Samba, freshest FreeBSD 8.0. So, full steps:
fetch http://www.samba.org/samba/ftp/stable/samba-3.4.5.tar.gz
tar zxf samba-3.4.5.tar.gz ; cd samba-3.4.5/source3
./configure --prefix=/usr/local --with-configdir=/usr/local/etc --with-mandir=/usr/share/man --with-libiconv=/usr/local --with-krb5=/usr/local \
--enable-swat --enable-shared-libs --with-ads --with-libsmbclient --with-winbind --with-ldap --with-acl-supp...
2010 Sep 01
2
[Bug 1813] New: Cannot compile on Mac OS X with non-default OpenSSL
...unassigned-bugs at mindrot.org
ReportedBy: douglas at stebila.ca
I was trying to compile OpenSSH with a different OpenSSL installation.
However, OpenSSH's ./configure command kept failing with the error
listed below. I have included the full sequence of shell commands I
used.
$ tar zxf openssl-1.0.0a.tar.gz
$ cd openssl-1.0.0a
$ ./Configure --prefix=/Users/dstebila/Downloads/dev/build
darwin64-x86_64-cc
...
$ make
$ make install
$ cd ..
$ tar zxf openssh-SNAP-20100901.tar.gz
$ cd openssh
$ ./configure --prefix=/Users/dstebila/Downloads/dev/build
--with-ssl-dir=/Users/dstebila/Dow...
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
...attempt to add the
computer to the samba domain as specified in the smb.conf file.
Log in as administrator and try to change your password.
----------------------------------------------------------------------------
----
Install
Installing Berkly Data Base
Download db-4.1.25.tar.gz
tar -zxf db-4.1.25.tar.gz
cd db-4.1.25/dist/
./configure
make
make install
cd ..
Installing OpenLDAP server
download openldap-2.1.23.tgz
tar -zxf openldap-2.1.23.tgz
cd openldap-2.1.23
Copy /usr/local/BerkeleyDB.4.1/include/db.h to /usr/include/db.h
cp /usr/local/BerkeleyDB.4.1/include/db.h /usr/includ...
2015 Dec 23
0
Calibre installation fails on C7
...-2-online.run
sudo ./qt-unified-linux-x64-2.0.2-2-online.run
after install qt above, edit your .bashrc file and add:
export PATH=/opt/Qt/5.5/gcc_64/bin:$PATH
then run
. ~/.bashrc
sudo yum install python-devel -y
wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.17/sip-4.17.tar.gz
tar -zxf sip-4.17.tar.gz
cd sip-4.17
python configure.py
make
sudo make install
cd ..
sudo yum install python-pip -y
sudo pip install mechanize
sudo yum install ImageMagick-devel -y
sudo yum install libxslt-devel libxml2-devel -y
wget http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5...