search for: xzvf

Displaying 20 results from an estimated 74 matches for "xzvf".

Did you mean: xvf
2000 Aug 29
3
samba install, help with
Howdy: I have a samba install (2.0.3) that I never got to work. I now have /home/gelmce/samba-2.o.7.tar.gz. In what directory should I be when I tar -xzvf /home/gelmce/samba-2.0.7.tar.gz ? Chuck
2007 Oct 26
4
BROADCOM 5708 ON POWER EDGE 1955
Hello, I''ve this strange problem. When Xen kernel start and it try to start eth devices, network doesn''t work. It seems to be a problem with NICs firmware. Anyone had this problem? Do you know where I can download firmware upgrade? (on DELL''s site I''ve just searched...) Thanks, Carlo No virus found in this outgoing message. Checked by AVG Free Edition.
2006 Dec 01
1
Starting...
...z 335 tar xvfz ruby-1.8.5.tar.gz 337 cd ruby-1.8.5 342 ruby -v 385 wget ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz 386 tar -xvzf ruby-1.8.2.tar.gz 387 ./ruby-1.8.2/configure && make && make install 388 wget ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.5.tar.gz 389 tar xzvf ruby-1.8.5.tar.gz 390 cd ruby-1.8.5 395 wget http://rubyforge.org/frs/download.php/5207/rubygems-0.8.11.tgz 396 tar xzvf rubygems-0.8.11.tgz -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed...
2003 May 08
6
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 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...
2009 Mar 11
3
install rubygems
i install ruby 1.8.8 on ubuntu and when i install rubygem by code are: > wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz >tar xzvf rubygems-1.3.1.tgz >cd rubygems-1.3.1 but i used this command is > sudo ruby setup.rb i get error is >/home/test/rubygems-1.3.1/lib/rubygems/version.rb:53:in `initialize'': Malformed version number string 1.8.8.-1 (ArgumentError) from /home/test/rubygems-1.3.1/lib/rubygems.rb:676:...
2006 Oct 15
4
Mongrel on CentOS 4.3 / RHEL 4.3 64Bit
...1.c4.x86_64.rpm rpm -ivh ruby-tcltk-1.8.4-1.c4.x86_64.rpm yum install emacs-common ... Installing: emacs-common x86_64 21.3-19.EL.4 base 9.7 M ... rpm -ivh ruby-mode-1.8.4-1.c4.x86_64.rpm wget http://rubyforge.org/frs/download.php/11291/rubygems-0.9.0.tgz tar -xzvf rubygems-0.9.0.tgz cd rubygems-0.9.0 ruby setup.rb yum install gcc gem install rails --include-dependencies gem update --system gem update rake gem update rails ************************************************* # gem install momgrel 1. ... > 1 Install required dependency daemons? [Yn]...
2006 Jul 10
2
FirewallBuilder
Hi, I need some help about : I just install Centos 4.3 and I would like to install a FirewallBuilder software. 1. Where i can get FirewallBuilder .rpm for Centos 4.3 ? 2. I tried install fwbuilder-2.0.12.tar.gz and libfwbuilder-2.0.12.tar.gz like this : tar -xzvf libfwbuilder-2.0.12.tar.gz cd libfwbuilder-2.0.12 ./autogen.sh It's not work I receive a error : Found GNU Make at /usr/bin/gmake ... good. This script runs configure ... You did remember necessary arguments for configure, right? which: no aclocal in (/usr/kerberos/sbin:/usr/kerberos/bin:/...
2006 Apr 09
2
Substruct v0.6
...all size creation via RMagick Updated: - Better shopping cart experience with AJAX cart - Faceted navigation of product categories - Fixed bug where product images would auto-delete when updating something else about a product. Upgrade steps: 0. Update the source tar -xzvf substruct.tar.gz my_rails_app/vendor/plugins/ 1. Update the DB rake engine_migrate 2. Add blank loading html file for modal. This page gets swapped into the modal dialog (as seen when editing tags) when it''s not visible. touch public/loading.html 3....
2008 May 27
4
why there is no liblua5.1.so in /usr/lib?
hello all: I want to install ModSecurity v2.5.4 in my system. I do the following setup to install the lua tar -xzvf lua-5.1.3.tar.gz cd lua-5.1.3/src make linux cd .. make install The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the http.conf,but there is no liblua5.1.so in /usr/lib. I have search it and i didn't find the solution. Can any one tell me why there is no liblua5.1.s...
2005 Sep 22
2
production environment
So I''m getting ready to setup a production environment on my boxen (running Fedora Core 3), what are my options? I''ve seen a number of posts about FastCGI, SCGI, etc. and am completely lost as to what I should be setting up on my box (that I hopefully won''t have to touch for a while). I need to run Collaboa, Typo and probably 3 or 4 other apps on this, so
2010 Mar 01
1
GPC file
Hi, I have a tar.gz file. Using $tar -xzvf 'filename', I untarred the file. However, I found that the content is .PGC files (e.g. ISCCP.D2.0.GLOBAL.1983.07.99.0000.GPC ). I have tried to search for analysis of gpc data file in R. I have not been successful to get a good tip. I would be pleased if anybody could tell me if gpc analy...
2010 Mar 16
2
Problem in installing ncdf package
...ackage? download.packages("ncdf", "/home/user/soft/R/library/") cd /home/user/soft/R/library R CMD INSTALL ncdf_1.6.tar.gz # fail sudo R CMD INSTALL ncdf_1.6.tar.gz # fail cd /home/user/soft/ # download http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-4.0.1.tar.gz tar -xzvf netcdf-4.0.1.tar.gz R CMD INSTALL --configure-args="-with-netcdf_incdir=/home/user/soft/netcdf-4.0.1/libsrc -with-netcdf_libdir=/home/user/soft/netcdf-4.0.1/libsrc/" ncdf_1.6.tar.gz # Error: user specified netCDF library directory does not have libnetcdf.a ! Thank you very much for yo...
2010 Oct 14
1
installing grid package
Hi all, I can't understand why grid package failed to installed on my machine. Can anybody have a look and advice on where I am missing it. My R version is 2.9.2. After untarring: tar xzvf grid_0.7-4.tar.gz, I tried to configure or make but none worked, 'no such files'. I have also tried using : sudo R CMD INSTALL /home/ogbos/Desktop/goo/grid_0.7-4.tar.gz which also resulted in the error below. * Installing to library '/home/ogbos/R/i486-pc-linux-gnu-library/2.8' * In...
2011 Jul 14
0
ruby-1.8.7 + mysql-5.1.58 = Mysql::Error: #08S01Bad handshake
...rom src, not rpm) can''t connect to mysql-5.1.58: "Mysql::Error: #08S01Bad handshake" Environment: Linux Fedora Core 12 (or 14, does not matter) remote database server (different host) mysql-5.1.58 Ruby 1.8.7: wget ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p352.tar.gz tar -xzvf ruby-1.8.7-p352.tar.gz cd ruby-1.8.7-p352 ./configure && make && make install ln -s /usr/local/bin/ruby /usr/bin/ruby wget http://rubyforge.org/frs/download.php/74374/rubygems-1.6.0.tgz tar xzvf rubygems-1.3.7.tgz cd rubygems-1.3.7 ruby setup.rb gem install rails -v=1.2.5 cd /var...
2014 Mar 10
1
Fail to install libvirt
...-bin libgnutls-dev -y apt-get install libxml++2.6-2 libxml++2.6-dev -y apt-get install libdevmapper-dev -y apt-get install libpciaccess-dev -y apt-get install python-dev -y apt-get install libnl-dev -y if [ ! -f ./libvirt-1.1.1 ]; then wget http://libvirt.org/sources/libvirt-1.1.1.tar.gz fi tar -xzvf ./libvirt-1.1.1.tar.gz cd ./libvirt-1.1.1 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make make install I have no trouble in configure, make, and make install. However, after make installfinishing, when I type virsh --version, I get the following error message: virsh: /usr/l...
2006 Mar 28
3
compiling php with fcgi on tiger
....com/dist/fcgi-2.4.0.tar.gz tar xvzf fcgi-2.4.0.tar.gz cd fcgi* ./configure make sudo make install __________________________________________________ ______________ Get the new non memory leaking ruby-fastcgi bindings curl -O http://sugi.nemui.org/pub/ruby/fcgi/ruby-fcgi-0.8.6.tar.gz tar xzvf ruby-fcgi* ruby install.rb config --without-ext ruby install.rb setup sudo ruby install.rb install __________________________________________________ ______________ We need the correct pcre .so??s for lighttpd to work correctly curl -O ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/p...
2013 Nov 04
1
extremely slow NFS performance under 6.x [SOLVED]
...n I work with had been playing with it recently, with some real problems we'd been having, and this time, with a year or so's more stuff to google, and newer documentation, found the problem. What we'd been seeing: cd to an NFS-mounted directory, and from an NFS-mounted directory, tar -xzvf a 25M or so tar.gz, which unpacks to about 105M. Under CentOS 5, on a local drive, seconds; doing the above, about 35 seconds. Mount options included sync. Under 6.x, from the beginning, it was 6.5 to 7 *minutes*. The result was that we'd been keeping our home directory servers on 5. What he...
2009 Apr 23
1
Dahi-tools Compilation on Ubuntu/Xen
Hi all, I'm trying to compile dahdi-tools on Ubuntu 8.04 on Xen (Amazon EC2 to be exact). dahdi-linux compiled and installed successfully, after which I do the following to install dahdi-tools: wget http://downloads.digium.com/pub/telephony/dahdi-tools/dahdi-tools-current.tar.gz tar xzvf dahdi-tools-current.tar.gz cd dahdi-tools* ./configure make make install make config Everything seems to go well, the installation is successful, and I can start the dahdi service after this and test it and it all seems fine. The issue then is that my whole system becomes unusable. It seems the...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...ow how how tyo get mysql working in fact there are other >>people in this mailing list that is having exaclty your same problems >>and they (until now) have no solution, or if they have one, they have >>not published it. >> >>Enric >> > > > tar xzvf vpopmail* cd vpopmail_folder su groupadd -g 89 vchkpw useradd -g vchkpw -u 89 -d /var/vpopmail vpopmail mkdir /var/vpopmail create vpopmail database and vpopmail user in Mysql (update, delete, create, alter, drop, index..) adjust the vpomail sql cofig file: vi vmysql.h provided Mysql is install...
2006 Aug 10
1
Compiling and Configuring Samba for Mandrival
Mates, Since nobody is building binaries for mandriva, I thought I would share a quick cheat sheet for those who want to compile from source to update 10.2 from 3.20 to 3.23. Here goes: 1. Download samba-3.0.23b.tar.gz to your local machine (a given...) 2. Unzip it: tar xzvf samba-3.0.23b.tar.gz 3. Change to the source directory: cd samba-3.0.23b/source/ 4. Make sure you are root: su root (enter root password) 5. run: ./autogen.sh see (http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/compiling.html) 6. Now you need to configure the m...