Re: Problem installing python MySQLdb on Mac OS X Version 10.5.8

2012-01-09 Thread Larry Martell
On Mon, Jan 9, 2012 at 2:21 PM, Larry Martell wrote: > Some may consider this slightly off-topic, but I'm out of places to > turn to, so I'm hoping someone here can help me. > > > I am having no luck with getting the python module MySQLdb to work on > my Mac. I am getting the dreaded 'wrong archit

RE: Problem installing PERL DBD::mysql

2006-08-15 Thread Martin J. Evans
You are linking against the static compress library which is intended for static linking not inclusion into a dynamic object. I would not rebuild libz.a with fPIC. You should be linking against libz.so which I'd guess you haven't got. Check you've got a libz.so and then make sure DBD::mysql picks i

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
Yes .. and had to add it to jpeg-6b (on x86_64) to make that work too. Patrick Galbraith wrote: Niels Larsen wrote: Niels, Do you mean in the Makefile for zlib? Thanks! Patrick Connie, I had the same error with another program recently, but probably the fix for yours is the same: try comp

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Patrick Galbraith
Niels Larsen wrote: Niels, Do you mean in the Makefile for zlib? Thanks! Patrick Connie, I had the same error with another program recently, but probably the fix for yours is the same: try compile zlib with -fPIC by adding " -fPIC" to CFLAGS in the Makefile. Niels Larsen Logg, Connie A.

Re: Problem installing PERL DBD::mysql

2006-08-14 Thread Niels Larsen
Connie, I had the same error with another program recently, but probably the fix for yours is the same: try compile zlib with -fPIC by adding " -fPIC" to CFLAGS in the Makefile. Niels Larsen Logg, Connie A. wrote: Machine info: [EMAIL PROTECTED] utils]$ uname -a Linux snv1 2.6.9-34.0.2.ELsm

Re: Problem installing 5.0.21 on Suse 9E - it fails on me

2006-05-12 Thread sheeri kritzer
It looks like MySQL installed but when it tried to start the server, the server crashed. Can you confirm that? If so, try starting it with the startup script -- you should get the same error. If it's still broken, start it with the core-file and core-file-size option (I recommend unlimited): h

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Tselemegkos Grigorios
ent: Saturday, February 25, 2006 9:34 PM Subject: Re: Problem installing mysql on Debian linux On 2/25/06, Tselemegkos Grigorios <[EMAIL PROTECTED]> wrote: Hi, I'm trying to install mysql 4.0.25 from source on Debian linux without root privileges. The problem comes when i execute the c

Re: Problem installing mysql on Debian linux

2006-02-25 Thread Sam Tran
On 2/25/06, Tselemegkos Grigorios <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to install mysql 4.0.25 from source on Debian linux without root > privileges. > The problem comes when i execute the configure command. > I typed: > configure --prefix /home/grtsel/mysql > > and the output error was

Re: Problem installing MySQL 5.0

2006-01-03 Thread Francesco Vincenti
Hello Chander, thank you very much. I tried to do in your way ad the installation works! I downloaded the perl(DBI) .rpm and I installed it the first time using the command: rpm -Uvh perl-DBI-1.50-1.i386.rpm but I got back an error about one glibc library not founded, so I use this format: rpm -

Re: Problem installing MySQL 5.0

2006-01-03 Thread Chander Ganesan
You can force the installation (--nodeps) when installing the RPM package. Even if you build DBI (and not install it from RPM) it won't be in the RPM database, and you'll get the same error. You should be able to get a FC2 RPM for the DBI module - download that RPM and install it, then instal

Re: Problem installing MySQL on Mac OSX 10.4.3

2005-12-05 Thread Brent Baisley
Those message are kind of odd, even on a messed up system. I would first run the repair privileges in the disk utility for good measure, then delete all traces of MySQL and just start over. MySQL should be in /usr/local/mysql. To remove it just type: sudo rm -R /usr/local/mysql Then try ins

Re: Problem installing Mysql 4.1 on Fedora 2

2004-11-16 Thread Spenser
I had the same problem. It just won't seem to upgrade. You need to uninstall mysql-3.23.58-9 and mysql-server-3.23.58-9 first. Enter something like this: rpm -ev mysql-3.23.58-9 mysql-server-3.23.58-9 When it's done, then install version 4.x On Tue, 2004-11-16 at 15:43, [EMAIL PROTECTED] wr

Re: problem installing without the server

2004-09-13 Thread Egor Egorov
Juan Fernandez <[EMAIL PROTECTED]> wrote: > I am trying to install mysql without the server on fedora: Don't install Fedora packages. Install binary packages downloaded from www.mysql.com in RPM format. You will probably need MySQL-shared and MySQL-client if you don't want the server. --

Re: problem installing without the server

2004-09-13 Thread Alex Greg
Fernandez Cc: '[EMAIL PROTECTED]' Subject: Re: problem installing without the server Juan Fernandez wrote: Hi !! I am trying to install mysql without the server on fedora: when I issue the command : [EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52 [EMAIL PROTECTED] mysql-3.23.52]# .

RE: problem installing without the server

2004-09-13 Thread Juan Fernandez
ubject: Re: problem installing without the server Juan Fernandez wrote: > Hi !! > > I am trying to install mysql without the server on fedora: > > when I issue the command : > > [EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52 > [EMAIL PROTECTED] mysql-3.23.52]# ./configur

Re: problem installing without the server

2004-09-13 Thread Alex Greg
Juan Fernandez wrote: Hi !! I am trying to install mysql without the server on fedora: when I issue the command : [EMAIL PROTECTED] snort-2.2.0]# cd ../mysql-3.23.52 [EMAIL PROTECTED] mysql-3.23.52]# ./configure --without-server --prefix=/usr/local/mysql everything is fine but after I issue the com

Re: Problem Installing MySQL Max

2004-05-24 Thread Jack Woehr
Lou Olsten wrote: > I haven't figured out where to get the libstdc++ That's part of gcc usually found in /usr/local/lib or in the lib dir under the gcc installation dir. -- Jack J. Woehr# "[F]ar in the empty sky a solitary esophagus slept http://www.well.com/~jax # upon motionless

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Kieran Kelleher
It may be that you did not give the mysql user ownership of the Data folder? Check your permissions first by typing: [KieranMac:~] kieran% ls -al /usr/local/mysql/ this shold show data folder as something like this: drwxr-x--- 13 mysql wheel 442 Aug 19 19:52 data Type this on the co

Re: Problem installing MYSql 4.0.12 on MAC OSX 10.1.3

2003-08-21 Thread Egor Egorov
"Devang Panchalia" <[EMAIL PROTECTED]> wrote: > Hi, > I have downloaded MySql-standard-4.0.12 FOR MAC from the MySql website. > I have installed it on Mac OS X 10.1.3. > When i am starting the MySql, it starts and ends with the message > "030821 MySqld ended". > Does anyone know what the pro

Re: Problem installing MySQL v4.0.14b

2003-08-17 Thread miguel solorzano
At 17:35 17/8/2003 +0100, Debbie wrote: Hi, Hi, I have just downloaded MySQLv4.0.14b for windows and 21% through the installation, it displays the following error: An error occurred during the move dataq process: -132 Component: File Group: File: The above frequently happens because the installer

Re: problem installing mysql

2003-07-29 Thread tevans
Make sure your firewall isn't blocking port 3306 (the default tcp port) on localhost (127.0.0.1). Firewalls DO matter. > I have tried to install mysql 4.0.14 and previous version on my machine. > > After installation when I try to run mysql, i get error: > > "Cannot connect to localhost port..."

Re: Problem installing

2002-09-02 Thread Egor Egorov
Scott, Sunday, September 01, 2002, 9:23:38 PM, you wrote: SB> The instructions that I have to install MySQL, tells me to "cd to the bin SB> directory and run this command: ./mysql_install_db" SB> The problem is that my system can't find this file. Any suggestions? Scott, you provided not enoug

Re: Problem installing

2002-09-02 Thread DL Neil
Scott, MySQL is available in two 'flavors': source code and (binary) executables. Which one did you intend to download/install? Which OpSys are you using? Please advise, =dn > The instructions that I have to install MySQL, tells me to "cd to the bin > directory and run this command: ./mysql_in

Re: Problem Installing mysql-3.23.52

2002-09-01 Thread David Lloyd
( mysql, query ) > Can anyone help. > I'm installing (at the mo) 4.0.3 Beta, but the error message is the same > which ever version.. > > libmysql.c: In function `mysql_real_connect': > libmysql.c:1675: warning: passing arg 5 of `gethostbyname_r' from > incompatible pointer type > libmysql.c:16

Re: Problem Installing mysql-3.23.52

2002-08-29 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 28 August 2002 22:53, Carlos Oyarzún wrote: > I´m trying to install mysql-3.23.52 on a machine running RedHat 7.0. I´m > using the following procedure: > > ./configure --prefix=/usr/local/mysql > make > make install > > The first two com

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: > > running > pentium 80 > 64mb ram > 30 gig HD > Redhat Linux 7.1 > perl 5.06 > Mysql > |_ previously 3.23.39 after this went to 3.23.45 > > php 4.0.4 > |_ w/ ZendOptimizer > > how i got to this problem: > was running php/mysql (versions above) > php was installed

RE: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread Brian French
Brian French Cc: [EMAIL PROTECTED] Subject: Re: Problem installing MySQL-3.23.45-1.i386.rpm Brian French wrote: > > hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > > already installed > MySQL-client-3.23.45-1.i386.rpm > MySQL-devel-3.23.45-1.i386.rpm > > when

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread EdwardSPL
Brian French wrote: > > hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > > already installed > MySQL-client-3.23.45-1.i386.rpm > MySQL-devel-3.23.45-1.i386.rpm > > when i try to install MySQL-3.23.45-1.i386.rpm i get the following: > > [root@localhost rpms]#rpm -U --force --replac

Re: Problem installing MySQL-3.23.45-1.i386.rpm

2001-11-30 Thread Jean-Luc Fontaine
Brian French wrote: >hey, i'm having trouble installing MySQL-3.23.45-1.i386.rpm > >already installed >MySQL-client-3.23.45-1.i386.rpm >MySQL-devel-3.23.45-1.i386.rpm > >when i try to install MySQL-3.23.45-1.i386.rpm i get the following: > >[root@localhost rpms]#rpm -U --force --replacefiles MySQ

Re: Problem installing 3.23.43 (@HOSTNAME@ command not found)

2001-10-29 Thread Stephen Brownlow
We have the same problem with MySQL (3.23.36) for SCO OpenServer, in script mysql.server. Here is the problem code, showing my workaround. ... if test -z "$pid_file" then # pid_file=$datadir/`@HOSTNAME@`.pid pid_file=$datadir/`hostname`.pid # changed @HOSTNAME@ to hostname else case "$pid_

RE: Problem installing 3.23.43 (@HOSTNAME@ command not found)

2001-10-29 Thread Williams, Vincent
I had to replace "@HOSTNAME@" with "HOSTNAME" in the file mysql.server on the line, pid_file=$datadir/HOSTNAME.pid. @HOSTNAME@ wasn't a valid variable. -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 10:29 AM To: Mysql list Subject

Re: Problem installing mySql on Mac OS X

2001-09-13 Thread Troy Lewis
This site has precompiled MySQL binaries for Mac OS X: http://www.entropy.ch/software/macosx/mysql/ It also has easy to follow installation instructions. You need to use your Users utility to add the MySQL user instead of the useradd and groupadd commands. Complete instructions are at the site

Re: Problem installing mysql++1.7.9

2001-07-23 Thread Sinisa Milivojevic
Eldon Ziegler writes: > Running ./configure fails check for MySQL include directory. The library > directory is found and the include directory is there when I list it. What > is it looking for? > > Eldon Ziegler > ProAtion Systems > [EMAIL PROTECTED] > http://www.proation.com > There are op

RE: Problem installing/compiling 3.23.39 on solaris 8

2001-07-21 Thread Peter Gad
Hello, concerning problem with installing/compiling mysql 3.23.39 on solaris 8 using gcc 3.0 Solution: compile with gcc 2.95.3 I would still like to use gcc 3.0 thou :-) peter gad - Before posting, please check: http://w

Re: problem installing on Solaris 8

2001-04-20 Thread Sinisa Milivojevic
Magnus Larsson (EUS) writes: > Hello, > > When I am trying to install mySQL on a Solaris8 server I get the > following error: > > # ./configure > . > . > . > checking return type of sprintf... configure: error: can not run test > program while cross compiling > > Any idea what I need to do? >

Re: Problem installing MySQL & php

2001-02-25 Thread Ken Nordquist
I had pretty much the same problem. I was unhappy with the RH v7.0 distro of MySQL and downloaded the MySQL rpm's (v3.23.33). It installed and ran with _no_ problems! My problem was the RH distro of php did not recognize that MySQL was there. I decided to upgrade to php 4.0.4. I downloaded th

Re: Problem installing MySQL & php

2001-02-22 Thread B. van Ouwerkerk
At 19:25 22-2-01 +, Pope, Alan wrote: >Hi all, > >Newbie alert, please be gentle. Great resource: www.devshed.com including how to install MySQL and PHP with Apache. You might want to apply all the patches from Redhat. RH 7.0 is not considered to be a good distro. NOT my opinion, others sa