similar to: Re: mySQL Not working with rails app

Displaying 20 results from an estimated 6000 matches similar to: "Re: mySQL Not working with rails app"

2006 Apr 28
4
mongrel error on debian sarge
Hi, I cannot get mongrel working on i686 debian sarge, whereas it works quite well on another ppc box under debian unstable. Instead I can use scgi_rails or webbrick without any problem. Here is the error: # mongrel_rails start /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/mongrel/rails.rb:28: uninitialized constant Mongrel::HttpHandler (NameError) from
2001 Sep 26
2
installing RMySQL
Hi, I have struggled to re-implement the RMySQL package after upgrading from SuSe 6.3 to 7.2 and from R 1.2.1 to R 1.3.1, to no avail It compiles happily but when loading the package I get the following error > library(RMySQL) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "/home/jniesch/R_HOME/lib/R/library/RMySQL/libs/RMySQL.so":
2007 Nov 17
1
crash while building index
Hi, I''m trying to reindex a model (I''m using acts_as_ferret) after having added (via metaprogramming) a large number of fields (several hundred) to the index. It keeps crashing when trying to rebuild the index (the crash log is below, from ferret_server.out) but it only seems to crash on Linux (Ubuntu server 7.04, x86-64) whereas it''s fine on my OS X laptop
2007 Apr 18
1
php-5 install issues on centos 4
OK, i've found php-5 RPMs in the centosplus dir on mirrors. Sorry for my ignorance, but what's the difference between php-5.1.6-1.2.1.centos.x86_64.rpm and php-5.1.6-3.el4s1.5.x86_64.rpm ? There's other such examples in the same dir. Anyway, i opted to try installing the "el4" variety, along with the comparable RPM for php-mysql, but --after satisfying other
2006 Jul 17
1
libmysqlclient.so.14(libmysqlclient_14)(64bit)
Hi, I'm trying to update a c4 x86_64 system. This fails because off Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14)(64bit) is needed by package php-mysql The system has MySQL 5 rpms, build on monk.karan.org. I can't remember/find where I found these packages. The thing is, mysqlclient14 (4.1.14 4.c4) only provides libmysqlclient.so.14()(64bit), which was fine with
2004 Dec 28
2
WARNING[22314]: No such switch 'Realtime'
> /usr/bin/ld: /usr/lib/mysql/libmysqlclient.a(libmysql.o): relocation > R_X86_64_32 can not be used when making a shared object; recompile > with -fPIC > /usr/lib/mysql/libmysqlclient.a: could not read symbols: Bad value > collect2: ld returned 1 exit status Never seen that before. What OS are you using? What version of MySQL? > Dec 29 12:58:22 WARNING[22260]: No such
2007 Jan 16
1
Shared folder doesn't work!
I can't seem to get a shared folder working properly. I am authenticating using pam, and the users have a shell account on the system. Problem is, the permissions on the messages moved into the folder don't maintain properly, and other users can't read the share. I have the following in /etc/dovecot/dovecot.conf namespace public { separator = / prefix = Public/ location =
2010 Jul 29
2
getting mysql running
Now need to get MySQL installed. I am having the following trouble installing sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config ERROR: Error installing mysql: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb --with-mysql-config=/usr/bin/mysql_config extconf.rb:10:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:10
2010 Mar 07
7
Upgraded puppet-server from EPEL 24.8 to 25.1 - now seeing "puppetmasterd[xxxx]: Too many connections"
I have updated the 1100 clients that prior to the update used to connect to the master just fine. Now after about 30 minutes of running, puppetmasterd starts to complain "puppetmasterd[6875]: Too many connections", and from that point forward will stop compiling catalogs. Puppetmaster is configured using the Mongrel Apache configuration as described here:
2005 Mar 05
2
Getting asterisk-addons installed on Debian?
Hi, I am having some trouble installing asterisk addons on Debian. I wish to do this to use mysql billing. I have mysql and mysql-devel packages installed I think!? pbx01:/usr/src/asterisk-addons# dpkg -l mysql-server libmysqlclient*dev Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed |/
2011 Sep 29
2
Error installing Postfix - Mysql Support
Hello: Does anyone have any idea how resolve this error on my server to install postfix with mysql support? Dedicated Server with CentOS 5.7 64 Bit. I get this dependency information when trying to use the command yum-y install postfix Error: Missing Dependency: libmysqlclient.so.15()(64bit) is needed by package 2:postfix-2.3.3-2.3.centos.mysql_pgsql.x86_64 (centosplus) Error: Missing
2006 Jul 30
1
Bug? find_by_id(nil) returns object just created
Tried to submit a ticket in Trac, but it reported an error... Doing a Model.find_by_id(nil) after creating an object of type Model returns that object -- and the next time, returns nil. It should always return nil. For example, Step 1. Create an object: >> Foo.create(:name => "bar") => #<Foo:0x2aaaac3ade20 @new_record=false,
2006 Apr 16
2
Error 127 / dovecot-auth problem?
Hello everybody! I try now since 2 days to get Dovecot working. First i tried it with apt-get install dovecot-imap dovecot-pop3 (Debian Sarge), but couldn't start it, syslog told: Apr 15 17:04:05 wpc2386 dovecot: Dovecot starting up Apr 15 17:04:06 wpc2386 dovecot: Auth process died too early - shutting down Apr 15 17:04:06 wpc2386 dovecot: child 1310 (auth) returned error 127 Apr 15
2008 Apr 04
1
Bug Report: Segmentation Fault when indexing with a specific set of FieldInfos.
I''m submitting this through the mailing list because Trac won''t let me use its bug report form... Is there some more appropriate way of submitting bugs if Trac doesn''t work? This is the Trac error message: 500 Internal Server Error (Submission rejected as potential spam (IP 127.0.0.1 blacklisted by bsb.empty.us, sc.surbl.org, Maximum number of posts per hour for this
2006 Sep 01
4
Recent crashes
Hi, After figuring out the strange "rdoc" related crashes yesterday I''ve really started to test out puppet today. However, as my manifests become more complex I''m back to seeing random crashes again. I read the recent message in the archives of this list about downgrading to Debian''s libruby1.8-1.8.4-1 but it seems like only the "-5" version is in
2009 Dec 08
3
invalid pointer in libxml xmlFreeNodeList
Hi, Not sure if there is a better place to post this. The libxml-ruby mailing list doesn''t have much activity. We are getting occasional errors on our production box, that I can''t duplicate in testing. It''s not even reproducible on the production box with the same inputs, but I''ve managed to track down (via a lot of print statements into the Apache
2010 Jan 26
1
Mongrels Hanging in mysql_adapter.rb
Hi everyone, I have been trying to solve this problem for quite some time now and I really don''t have any further clue to investigate. I am running a mongrel_cluster 1.0.5-2 (mongrel verison : 1.1.5-5) on a ubuntu box with apache2 2.2.12-1ubuntu2.1 I have 4 different apps on the same box and each app has two mongrel instances. After a short period of time ( < 2 hours ) some of the
2008 Jul 03
6
mysql gem warning on ubuntu
i just deployed my app on ubuntu with passenger. i installed the mysql gem as follows: $ sudo gem install mysql Select which gem to install for your platform (i486-linux) 1. mysql 2.7.3 (mswin32) 2. mysql 2.7.1 (mswin32) 3. mysql 2.7 (ruby) 4. mysql 2.6 (ruby) 5. Skip this gem 6. Cancel installation > 3 Building native extensions. This could take a while... Successfully installed
2013 Oct 28
2
MySQL 5.5, PHP and other tools still use 5.0 client drivers
I upgraded a web server from CentOS 5.9 to 5.10. The instructions also indicate that MySQL 5.0 is no longer supported so I followed the instructions to upgrade to 5.5. Everything seems to be working so I tried to remove MySQL 5.0 and MySQL 5.1. It seems there are still dependencies on MySQL 5.0: [root at w3 ~]# rpm -e mysql51-mysql-libs-5.1.70-1.el5 mysql-server-5.0.95-5.el5_9
2006 Apr 27
1
Ferret crashing Ruby
I''ve gotten several problems with C ferret crashing ruby. Here''s the stack trace of my latest case: #0 0x00000050 in ?? () #1 0xb74028ab in iw_close (iw=0x8685a40) at index_rw.c:947 #2 0xb7414359 in index_destroy (self=0x829ebc0) at ind.c:89 #3 0xb73f00bc in frt_ind_free (p=0x829ebc0) at r_search.c:1564 #4 0xb7f04dca in rb_gc_call_finalizer_at_exit () from