Displaying 20 results from an estimated 7000 matches similar to: "install previous version of Zlib unde Ubuntu"
2018 Jun 07
1
ldd question on CentOS 6.8 (64bit)
Hi all,
Will ldd display the paths to different libraries depending on their locations?
I'm trying to build libxml2 version 2.9.6 in /usr/local with a newer version of zlib (1.2.8) than what are in the system folders for CentOS 6.8.
I get the following output from ldd:
$ ldd ./libxml2.so
./libxml2.so: /lib64/libz.so.1: version `ZLIB_1.2.3.3' not found (required by ./libxml2.so)
2010 Oct 23
4
Could not find 'sqlite3-ruby' error in Ubuntu
Hi all, please help me:
First time I totally had to delete all ruby and Rails because of this
problem. How to solve it well?
The message is:
*Could not find gem ''sqlite3-ruby (>= 0, runtime)'' in any of the gem
sources.*
*Try running `bundle install`*
I have *Ubuntu* Linux.
ruby -v = *1.9.2p0*
gem -v = *1.3.7*
rails -v = error message again, 2 hours ago it was "rails
2011 Jan 14
2
Rspec autotest error
Hi all,
I tried testing with Rspec for first time, following a tutorial.
"rspec spec/" works fine but when I try ''autotest'' it gives me the
error message below. I also made a gist about it: https://gist.github.com/779265
It seems like a redgreen or ZenTest error. I''m using Ubuntu10, Rails3,
Ruby 1.9 and RVM. Any help is appriciated, thanks in advance,
gezope
2010 Dec 27
6
RVM Issue
I''m a total rails newb and is trying to install RVM. The terminal
tells me that RVM installed just fine but when I try commands like
"rvm notes" or "rvm install 1.9.2" I get: "-bash: rvm: command not
found"
Does anyone know why?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2011 Sep 11
3
bundle install question
Having a problem...
I am working on a project where I am using bundle & Gemfile and it''s
working OK. The gems are all installed and a few git based gems are in
my ~/.bundler/ruby/1.8 directory which is OK I guess.
When I did an svn commit and checked it out on another user''s account, I
then ran ''bundle install'' from his account and even though all of the
2011 Jan 25
2
Radmine
Hi, I know it''s a silly question, how to start Remine server?
tried "./ctlscript.sh start"
mysql (pid 8192)
already running
starting port 3001
starting port 3002
Syntax OK
httpd (pid 8511)
already running
subversion (pid
8218) already running
When I check localhost:8080/redmine
Service Temporarily Unavailable
Why is that?
Thanks,
gezope
--
You received this message
2010 Aug 13
0
Rails 2 and Rails 3 in the same gemset leads to errors
Hi.
I am pretty new to ruby (and those gems) and rails.. Until now I
thought that all rails application have some kind of integrated
version management (RAILS_GEM_VERSION in Rails 2 and gem ''rails'' in
Rails 3). And therefore I thought that having Rails 2 and Rails 3 in
the same gem repository (in my case gemset under rvm) wouldn''t be a
problem. But during installing
2000 Mar 22
0
configure: error: *** zlib missing
OpenSSH v1.2.2p1
Solaris v2.6 Sun e450
gcc v2.8.1
Problem description: zlib has been installed, yet after using advice gleaned
from mail-list archives, got past what sounds like the normal
Solaris/OpenSSHv1.2.2p1 errors and am receiving a "configure: error: ***
zlib missing - please install first ***".
.../archive/zlib/1.1.3# make install
cp zlib.h zconf.h /usr/local/include
chmod 644
2006 Feb 11
2
zlib error
Hiya, just trying to install a game (warsow).
Error received while running is " error while loading shared libraries:
libz.so.1: cannot open shared object file: No such file or directory"
ldd wsw_server
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000)
libm.so.6 => /lib/tls/libm.so.6 (0xf7fcf000)
libc.so.6 =>
2005 Jul 27
0
FreeBSD Security Advisory FreeBSD-SA-05:18.zlib
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:18.zlib Security Advisory
The FreeBSD Project
Topic: Buffer overflow in zlib
Category: core
Module: libz
Announced: 2005-07-27
Credits:
2005 Jul 27
0
FreeBSD Security Advisory FreeBSD-SA-05:18.zlib
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:18.zlib Security Advisory
The FreeBSD Project
Topic: Buffer overflow in zlib
Category: core
Module: libz
Announced: 2005-07-27
Credits:
2005 Jul 06
0
FreeBSD Security Advisory FreeBSD-SA-05:16.zlib
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:16.zlib Security Advisory
The FreeBSD Project
Topic: Buffer overflow in zlib
Category: core
Module: libz
Announced: 2005-07-06
Credits:
2005 Jul 06
1
FreeBSD Security Advisory FreeBSD-SA-05:16.zlib
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:16.zlib Security Advisory
The FreeBSD Project
Topic: Buffer overflow in zlib
Category: core
Module: libz
Announced: 2005-07-06
Credits:
2011 Feb 10
8
rvm install 1.8.7 prompts "There has been an error while running make. Halting the installation."
I want to work with both Rails 2 and Rails 3 projects.
I have RVM installed.
When I upgraded to Rails 3, Installed RVM via terminal:
bash < <( curl http://rvm.beginrescueend.com/releases/ … ll-latest)
version=$(curl http://rvm.beginrescueend.com/releases/ … sion.txt);
mkdir -p ~/.rvm/src/ && cd ~/.rvm/src/ && curl -O
http://rvm.beginrescueend.com/releases/ … on}.tar.gz |
2007 Apr 19
2
error: *** zlib missing
I am very new to linux and openSSH ,, i am trying to compile openssh for jungo openrg IXP45. but while configuring i am getting following error,,
hecking for libgen.h... yes
checking for getspnam... yes
checking for library containing basename... none required
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first or check config.log ***
if anybody will me
2011 Mar 31
3
can i switch to rails 2.3.5 and run a rails 2.3.5 code??
Hi all,
i have installed rails 3 using RVM . the prob is now i have two parallel
projects where one is in 2.3.5 and another is in rails3.
i use Mac o x 10.6.3
mysql :Server version: 5.1.56 MySQL
so can i switch in between rails3 and rails 2.3.8??
this is my gem list...
actionmailer (3.0.5, 3.0.5.rc1, 3.0.4, 3.0.3, 2.3.8, 2.3.5)
actionpack (3.0.5, 3.0.5.rc1, 3.0.4, 3.0.3, 2.3.8, 2.3.5)
2006 Apr 18
2
Joining Samba to ADS domain (win2k3)
Hello, I am having trouble joining Samba to my ADS domain. I am using Samba
3 and krb5. I have configured and tested krb5 and know that it is
functioning as it should be. I can successfully authenticate users using
kinit. I've also configured winbindd. When I exicute net ads joing -U <admin
username> and enter the proper password samba generates the following
aborting the process at the
2011 Nov 09
14
Rony 1.9.3-p0 on Rails 2.3.x: the helpers "require" problem
Yes, I know that Rails *2.3.x* is no longer fully supported (this is why
I''m posting it to rails/issues). Still, I would like to post the topic so
that everyone who experience the same problem could quickly google for it
(no, afaik no solution for this yet).
I''m trying to migrate a 1.5 years *2.3.x* app from Ruby version *1.8.7* to *
1.9.3-p0*.
The strange problem I
2010 Nov 22
6
Should be obvious, but how do I even know what versions of ruby are available for rvm to use with rvm install?
I''m getting back to learning rails and at one point I used rvm to install
some rubies. Now I''m playing dumb and want to install the latest ruby
version - latest beta. How in the world do I found out the name of it? I''d
think it would be named somewhere here
http://www.ruby-lang.org/en/downloads/ and then I could just do rvm install
ruby-XYZ. I don''t get where I
2001 Apr 06
0
./configure can't find zlib
I've tried to compile OpenSSH using the ./configure script, but it
always fails with the message:
checking for deflate in -lz... no
configure: error: *** zlib missing - please install first ***
Nothing I've tried has been able to tell it where zlib lives ; I have
it installed in :
/usr/local/zlib/lib/libz.a (and .so) and also
/usr/local/zlib/include/zlib.h (and