search for: mysqlclient

Displaying 20 results from an estimated 32 matches for "mysqlclient".

Did you mean: lmysqlclient
2008 Oct 07
1
can't find mysqlclient : asterisk-addons-1.6.0
Hi All, I can not install the asterisk-addons as it thinks there is no mysqlclient installed. I have installed mysql, mysql-server and mysql-devel and I am still unable to install the addons. I am running CentOS 5.2 i386. Please somebody help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-us...
2006 Mar 30
2
Rails lost connection to MySQL server!
I getting this error on my project Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS FROM ... i think that it''s because the mysql database don''t allow persistent connections ..... any idea? thanks -- _________ Noel R. Morais
2011 Sep 08
1
Centos6: missing link for mysqlclient
Hallo, I am installing snort from source. Besides of a lot of additional libraries, I needed a link ln -vfs /usr/lib64/mysql/libmysqlclient.so.16 /usr/lib64/libmysqlclient.so Are there reasons not to install with yum install mysql-devel ? I have found many discussions to add this link in context of installing from source, nor only for snort. Best regards Helmut -------------- next part -------------- An HTML attachment was s...
2005 Jan 04
2
rails on windows?
hi all, i''m new at rails, new at ruby. i''ve installed ruby (1.82.) and rails on windows 2000 so, two questions. one:, the mysql gem is giving me a "Failed to build gem native extension." by the way, i also get this error when installing on my linux box at home. two: can i run rails on IIS? --****Florida has a very broad Public Records Law. Virtually all
2005 Jan 22
6
Still having config problems
Hi, Having completely failed to sort out my apache 500 error, I thought I would work through the "Rolling with Ruby on Rails" tutorial at http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html I am using webrick, not apache - and still getting 500 errors. When I get to page 4 where http://127.0.0.1:3000/recipe/new should give me a data entry screen, instead I get...
2007 Jan 05
1
addons 1.4 and cdr_addon_mysql not installed !
Hi, I have installed asterisk on Ubuntu 6.06 server CD All required packages has been installed and upgraded When start "sudo make menuselect" from addons, I can't select all addons that require mysqlclient (app_addon_sql_mysql, cdr_addon_mysql, res_config_mysql). If I run "apt-cache search mysqlclient", I find the following installed packages: libmysqlclient15-dev - mysql database development files libmysqlclient15off - mysql database client library with "apt-cache search mys...
2007 Mar 09
1
Cdr_mysql compile question
I'm reading voip-info.org http://www.voip-info.org/wiki-Asterisk+cdr+mysql Sorry if this is a dumb question, but: It says I need mysql and mysql-devel to compile cdr_mysql, but I don't want mysql on my asterisk box I want to connect to a remote mysql server. Can I use mysqlclient and mysqlclient-devel? Thanks, David Ruggles CCNA MCSE (NT) CNA A+ Network Engineer Safe Data, Inc. (910) 285-7200 david@safedatausa.com
2013 Jan 31
7
Calling a "subclass" correctly in a node def?
Hi Guys! I played with this a bit and perused the Puppet3 docs, and tried a few different ways of calling the module with no joy before giving in and posting. I''m kind of new to all this so bear with me. *Goal of module* Singular module to hold both a mysql (client) and mysql-server class. Module default would be ''mysql'', or for mysql-servers we''ll call
2006 Jan 05
5
Lost connection to Mysql
...native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in c:/ruby/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. ruby extconf.rb install mysql\nchecking for mysql_query() in mysqlclient.lib.. . no checking for main() in m.lib... yes checking for mysql_query() in mysqlclient.lib... no checking for main() in z.lib... no checking for mysql_query() in mysqlclient.lib... no checking for main() in socket.lib... no checking for mysql_query() in mysqlclient.lib... no checking for main() i...
2018 Nov 25
0
Installing on Mojave, with Homebrew and mysql
I?m using Homebrew to install Dovecot on Mojave, but have to modify the formula to add ?--with-mysql?. Unfortunately compiling always fails with: checking for mysql_config... NO checking for mysql_init in -lmysqlclient... no configure: error: Can't build with MySQL support: libmysqlclient not found I added: ENV['LD']="-L/usr/local/opt/mysql at 5.7/lib" to the ?def install? section of the formula, but it still fails. config.log shows: ? KRB5_LIBS='' LD='-L/usr/local/opt/mysq...
2006 Apr 27
5
mysql lost connection
...2, Webrick, mysqld Ver 4.1.11-Debian_4sarge2 for pc-linux-gnu on i386 apache2 with mod_rewrite and webrick as proxy on 8080. Is there a chance to get this configuration working ? I have the same environment on my dev machine and everything is OK on it... When I connect on this MySQL server using mysqlclient and type the same command : set names ''utf8'', everything works ! This is my database.yml: production: adapter: mysql database: test username: *** password: *** socket: /var/run/mysqld/mysqld.sock encoding: utf8 I have rebooted the server, MySQL, Webrick, Apache... R...
2007 Dec 07
1
Compiling with SQL support
...stall MySQL on this server, as I am using a network SQL server, but I do have the compiled source available on this server. I have tried running: gcc -shared -fPIC -DHAVE_CONFIG_H -DBUILD_MYSQL \ -I../.. -I../lib -I../lib-settings -I/data/mysql/include/mysql \ driver-mysql.c -o driver_mysql.so -lmysqlclient inside the /src/lib-sql, but this just returns an error that mysqlclient cannot be found. I have tried running dovecot --build-options, but MySQL is not listed here, the operating system is FreeBSD 6.2. The documentation does not seem to be giving any hints as to why this is not working, nor...
2004 Dec 10
2
Mysql configuration interface
...and iax2 user in a mysql database. All goes well, but my problem is when i try to add a new user (sip or iax). I have look for an aplication with a web interface that lets us manage the user account in asterisk without success . How could I manage the users without making sql query throw the mysqlclient? Do you know any application that provide this functionality? Is needed for use the mysql support for asterisk, to make our own web appication to manage the users? Thanks. Regards from Spain. Ismael.
2007 Feb 15
0
addons 1.4 and cdr_addon_mysql not installed !
...s has been installed and upgraded > > When start "sudo make menuselect" As a rule, "make" as a user, "make install" as root. No need for sudo for anything other than 'make install' and such. > from addons, I can't select all addons that require mysqlclient > (app_addon_sql_mysql, cdr_addon_mysql, res_config_mysql). > > > > If I run "apt-cache search mysqlclient", I find the following > installed > packages: > > libmysqlclient15-dev - mysql database development files > > libmysqlclient15off - mysql da...
2009 Feb 23
1
Compiling asterisk-addons-1.6.0 under Debian 2.6.18?
Is there some magic to compiling asterisk-addons-1.6.0 under Debian 2.6.18 and mysql 5.0? I am unable to get configure to recognize the existance of mysqlclient. Imparticular, when it gets to: checking for mysql_init in -lmysqlclient... it returns "no". For the past several releases, I've had to hack or otherwise coerce this to work, but this time, no amount of fiddling with options or hacking the script seems to get me anywhere. And, of...
2008 Feb 14
2
OFF Topic: mysql installation problem
Hi All: I'm trying to get mysql 5 installed on my CentOS 4.6 installation. I've installed mysql using yum: yum -y install perl-DBD-MySQL mysql-server mysql php-mysql mod_auth_mysql phpmyadmin mysqlclient Yum says it installed fine: Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package phpmyadmin.noarch 0:2.11.4-1.el4.rf set to be updated ---> Package perl-DBD-MySQL.x86_64 0:2.9004-3.1.centos4 set to be updated ---> Package php-mysql.x8...
2005 Oct 17
2
What to install/configure?
...le. I''m trying to put together a list of what to install and configure on a small linux box I''m putting together to make all this work. So far, I''m looking at: Fedora Core 4 (latest) RPMs: 1) Apache (httpd, httpd-devel, and httpd-manual) 2) MySQL (mysql, mysql-server, mysqlclient, and mysql-devel) 3) ruby (ruby, ruby-libs, and ruby-devel) Gems: 4) rails 5) actionpack 6) actionmailer 7) actionwebservice 8) activerecord 9) activesupport 10) rake Where I start losing it is when we get to CGI/mod_ruby/FastCGI/SCGI and so on. What am I missing? What do I need? The default C...
2007 Jul 20
1
centosplus repo updates
...s kernel and the centosplus webstack. Below are my base, updates, and centosplus repo definitions. I'm getting an error when i do a yum update that a dependency for postfix libmysql is not satisfied. I would have thought that would have been pulled in by the include mysql* option pulling in mysqlclient? Thanks. Dave. [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 exclude=php* my...
2002 Sep 13
3
MySQL access
I?ve installed by Webmin a MySQL database in my Suse Linux 8.0. I?ve already created tables, inserted new data, exclude or edited any record on it but in Webmin admin module. How can I access this database from a windows workstation? I?ve tried to establish ODBC connection supplied by MySQL but it seems don?t find any connection. Thanks Gilberto Antonangeli Gerente de Inform?tica / IT
2006 Feb 26
17
please help: having problem with the scaffold commad, mysql.
i just recently purchase agile web dev book about ruby on rails and going through the whole project. well i am now stuck on creating the scaffold. I have been messing with settings for awhile now. here is the error: koloa@ubuntu:/var/www/depot$ ruby script/generate scaffold Product Admin exists app/controllers/ exists app/helpers/ exists app/views/admin exists test/functional/ dependency