Re: now I have it compiled, ??

2001-06-14 Thread Mark Vann
Well, I dont know why, when I do that , it tries to look in /usr/local/mysql, so i just put a symbolic link there and everything seems to be OK. Thanks all --- Gerald Clark <[EMAIL PROTECTED]> wrote: > You forgot the > mysql_install_db --user=mysql > > Mark Vann wrote: >

now I have it compiled, ??

2001-06-14 Thread Mark Vann
Hey gang, I got the configure script to run with no errors and got it installed in the /opt directory by using the following. ./configure --with-named-z-libs=no --without-debug --with-mysqld-user=mysql --prefix=/opt/mysql But after the make install ( and I saw no errors ) there is no /opt/mysql

Re: MySQL compilation problems, Solaris 8

2001-06-13 Thread Mark Vann
h the same > settings, it compiles fine on an Ultra-5 with > Solaris 7, also gcc-2.95.2 > > -- > josh > > "Experience is the best and usually harshest > teacher." > -My Dad. > >

Re:

2001-06-13 Thread Mark Vann
o use our binary for 2.7 and save > yourself some trouble. > > > > - > Before posting, please check: >http://www.mysql.com/manual.php (the manual) > http://lists.mysql.com/ (the list >

Re: Solaris 8/Sparc configure problem

2001-06-12 Thread Mark Vann
5 > configure:2261: checking for a BSD compatible > install > configure:2319: checking for bison > configure:2319: checking for byacc > configure:2352: checking for pdftex > configure:2380: checking return type of sprintf > > --

Re: compile problem on solaris , possibly others

2001-06-12 Thread Mark Vann
I also, just installed the zlibc lib from source and it is still having this issue WOW, solaris is so much harder to work with than linux ( for my ignorant self anyway ) --- Mark Vann <[EMAIL PROTECTED]> wrote: > Well, i just did a pkginfo | grep zlib and this is >

Re: compile problem on solaris , possibly others

2001-06-12 Thread Mark Vann
Well, i just did a pkginfo | grep zlib and this is what I got, application JGzlib zlib So it appears to be installed. Any ideas? --- Sinisa Milivojevic <[EMAIL PROTECTED]> wrote: > Mark Vann writes: > > I am currently trying to compile mysql on solaris > 2.7 &

compile problem on solaris , possibly others

2001-06-11 Thread Mark Vann
I am currently trying to compile mysql on solaris 2.7 , running on an ultra1 with 512 megs of memory. I have uninstalled the bin package off sunfreeware.com for gcc and replaced it with 2.95.3 compiled on my box. I also have the libstdc++ library with G++ installed as well. When i try to run ./con