First off, what BSD? There are a few of them... and what version?

Sometimes --with-low-memory doesnt seem to work... What I have done in the
past to get it to compile is edit the Makefile in that directory, find the
line that compiled sql_yacc.cc, and add the compiler flag -O0 ... Sure that
turns optimizations off, but atleast the file will compile. Another solution
is to allow the compiler to use > 256megs of ram but that isnt an option on
every server.

Hope that helps.

ryan


> Hello All.
> I try compile in BSD from source.
> I have an account but NOT root access.
>
> 1-At myisam subdir says 'don't know how create mi_test_all'
> erasing proper lines at Makefile, solves the problem, but
> why says this message?
>
> 2-the infamous file sql_yacc.cc says 'virtual memory exhausted'...
>    ..and YES, I use the --with-low memory (-fno-inline) option...
> any solution?    3.21 compiles fine. 3.22 have same problem...
> some 3.22.XX compiles OK but currently are not offered in FTP...
>
> James A. Puig
> [EMAIL PROTECTED]
>
> ----- Original Message -----
> From: "Rabia MEDDOURI - SERMA/LEPP" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 16, 2001 10:54 AM
> Subject: <synopsis of the problem (one line)>
>
>
> > >Description:
> >
> > Hello
> > I want to installe MySQL, but i'm not root (my user is: meddouri).
> > I have only change the location where 'mysqlacess' script expect to find
> the 'mysql' client.
> > I have create grant tables with the scripts mysql-install_db.
> > But i can't set  a password for the mysql root user.
> > I try to do this with :
> > ./bin/mysqladmin -u meddouri -h protee -P 23 -p password 'new-password'
> > then
> > Enter password: ******
> >
> > The script have finished white the follow message :
> >
> > ./bin/mysqladmin: connect to server at 'protee' failed
> > error: 'Lost connection to MySQL server during query'
> >
> > thanks for your help
> >
> > >How-To-Repeat:
> >
> > >Fix:
> >
> >
> > >Submitter-Id: <submitter ID>
> > >Originator:
> > >Organization:
> >
> > >MySQL support: [none | licence | email support | extended email
support ]
> > >Synopsis:
> > >Severity:
> > >Priority:
> > >Category: mysql
> > >Class:
> > >Release: mysql-3.23.39 (Official MySQL binary)
> > >Server: ./mysqladmin  Ver 8.21 Distrib 3.23.39, for sun-solaris2.7 on
> sparc
> > Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
> > This software comes with ABSOLUTELY NO WARRANTY. This is free software,
> > and you are welcome to modify and redistribute it under the GPL license
> >
> > Server version 3.23.39
> > Protocol version 10
> > Connection Localhost via UNIX socket
> > UNIX socket /tmp/mysql.sock
> > Uptime: 1 hour 52 sec
> >
> > Threads: 1  Questions: 14  Slow queries: 0  Opens: 0  Flush tables: 2
> Open tables: 0 Queries per second avg: 0.004
> > >Environment:
> >
> > System: SunOS protee 5.7 Generic_106541-12 sun4u sparc SUNW,Ultra-5_10
> > Architecture: sun4
> >
> > Some paths:  /usr/local/bin/perl /usr/xpg4/bin/make /usr/local/bin/gmake
> /usr/local/bin/gcc /product/SUNWspro/bin/cc
> > GCC: Reading specs from
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
> > gcc version 2.95.2 19991024 (release)
> > Compilation info: CC='gcc'  CFLAGS='-O3 -fno-omit-frame-pointer'
> CXX='gcc'
>
>
CXXFLAGS='-O3 -fno-omit-frame-pointer -felide-constructors -fno-exceptions -
> fno-rtti'  LDFLAGS=''
> > LIBC:
> > -rw-r--r--   1 bin      bin      1694308 Jul 25  2000 /lib/libc.a
> > lrwxrwxrwx   1 root     root          11 Oct 22  1999 /lib/libc.so ->
> ./libc.so.1
> > -rwxr-xr-x   1 bin      bin      1115940 Jul 25  2000 /lib/libc.so.1
> > -rw-r--r--   1 bin      bin      1694308 Jul 25  2000 /usr/lib/libc.a
> > lrwxrwxrwx   1 root     root          11 Oct 22  1999
/usr/lib/libc.so ->
> ./libc.so.1
> > -rwxr-xr-x   1 bin      bin      1115940 Jul 25  2000 /usr/lib/libc.so.1
> > Configure command: ./configure  --prefix=/usr/local/mysql
> '--with-comment=Official MySQL
>
binary' --with-extra-charsets=complex --with-server-suffix= --enable-assembl
> er --disable-shared
> > Perl: This is perl, version 5.004_04 built for sun4-solaris
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
> >
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to