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
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
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
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.
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
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
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
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
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 -
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
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
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
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.
--
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]# .
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
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
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
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
"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
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
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..."
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
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
( 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
-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
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
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
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
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
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_
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
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
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
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
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?
>
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
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
37 matches
Mail list logo