Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-17 Thread Matthew P. Marino
: 1.3.19 actually, Matt :) I'm running .19 on both my Linux machine and the G4. And as far as I can remember, PHP4.0.4pl1 worked ok on 1.3.14, I was doing that for a while. Z On Thursday, May 17, 2001, at 08:59 AM, Matthew P. Marino wrote: Apache is up to 1.3.17 at least. I would update

Re: problem stopping mysqld

2001-05-15 Thread Matthew P. Marino
Well, if you really just want it stopped, the usual unix rule is to ps -ax | grep mysql, read the PIDs then kill -11 [PID] kill the safe_mysqld script first or it will restart the mysql daemon. EISSEN Charlie wrote: Hello, i'm running mysqld on darwin (mac os x client)...Start is good, but

Re: Solaris Installation problems

2001-05-03 Thread Matthew P. Marino
I think I remember getting around it by installing binutils from the GNU site. That's generaly the problem with solaris. Open source is GNU centric, Solaris prior to 2.8 is definately NOT. EXT-Chung, Kenneth wrote: Thanks. I got the gtar from the download page. Now I have unpacked it

Re: MySQL compile error

2001-04-24 Thread Matthew P. Marino
You might want to try downloading binutils from the GNU web site. It has a modified version of the linker libraries (ld). I still wasn't able to get past the yacc compile even with 512MB RAM. Let me know how you make out. I ended up using the binary distribution. James Bonham wrote: Help me

Re: getting started...the hardest part

2001-04-18 Thread Matthew P. Marino
You've got a long way to go. "tar" is short for tape archive. It is an ancient unix utility that takes directory and file data and builds it into a contiguous data base file. This is for portability and manageability. You should have to get past "gzip" before you get to "tar". gzip is a gnu

Re: Someone give me suggestion please?

2001-04-10 Thread Matthew P. Marino
If your using "R"edhat, use "R"pm. Otherwise, use the tarball. David Loszewski wrote: is it recommended to install mysql by rpm or tar? dave - Before posting, please check: http://www.mysql.com/manual.php (the

Compile fails on ha_berkeley.cc

2001-02-23 Thread Matthew P. Marino
Theres a long list of error messages following but the first is; ha_berekeley.cc:105: syntax error before ')' ..deleted for brevety... ha_berkeley.cc:297: warning! unreachable code at beginning of switch statement Just wondering if this looks familiar to anyone. We are using FreeBSD4, gcc

running safe_mysqld errors with 010222 17:25:00 mysqld ended

2001-02-22 Thread Matthew P. Marino
exact command is "./safe_mysqld --user=mysql ". The error "010222 17:25:00 mysqld ended" happens immediately. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: running safe_mysqld errors with 010222 17:25:00 mysqld ended

2001-02-22 Thread Matthew P. Marino
nd copying "mysqld" into it a viable option? Don't know what else to do. Peter Skipworth wrote: check your error log in ~mysql/var On Thu, 22 Feb 2001, Matthew P. Marino wrote: exact command is "./safe_mysqld --user=mysql ". The error "010222 17:25:00

So, what do you do with a tarball anyways.

2001-02-21 Thread Matthew P. Marino
So, what do you do with a "tarball" anyways. Since compiling the source is hopless( "sql_yacc.cc"), I'm looking for a binary. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

So, just how long should it take the make install to run?

2001-02-20 Thread Matthew P. Marino
Don't laugh, Intel PI 166MHZ, 32MB RAM,10GB HD FreeBSD4 MySQL3.23.33 from .tar.gz distribution - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list