Hi Zosen,
   Looking at what you submitted, there does not seem to be an error,
it looks good to me! Do you have anything in /usr/local/bin/mysql ?
(hint:  ls -l /usr/local/bin/mysql* )
Your problem description is a little vague.  I have many servers
running this version installed from ports and compiled from source.  I
think it is time for you to try initialising your databases if the
mysql binaries have installed.
Ken
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 4:54 PM
Subject: Help!!!I can not make mysql on freebsd 4.3 ???


> >Description:
>              < I have tried many times to make mysql-3.23.39 on
freebsd4.3.But it always stopped at the same point(see the below).And
I even tried make it on different machines(Crixy MII¡¢PIII),it stopped
at the same point.I even can not install it by use ports or
packages-add.Whats the matter??Who can help me to resolved
it???Thanks!!
>
> ck!'  -e 's!@''IS_LINUX''@!false!'  -e
"s!@""CONF_COMMAND""@!./configure !"  -e
s!@''MYSQLD_USER''@!root!'  -e
s!@''sysconfdir''@!/usr/local/etc!'  -e
's!@''SHORT_MYSQL_INTRO''@!@SHORT_MYSQL_INTRO@!'  -e
's!@''SHARED_LIB_VERSION''@!10:0:0!'  -e
's!@''MYSQL_BASE_VERSION''@!3.23!'  -e
's!@''MYSQL_NO_DASH_VERSION''@!3.23.39!'  -e
's!@''MYSQL_TCP_PORT''@!3306!'  -e
's!@''PERL_DBI_VERSION''@!@PERL_DBI_VERSION@!'  -e
's!@''PERL_DBD_VERSION''@!@PERL_DBD_VERSION@!'  -e
's!@''PERL_DATA_DUMPER''@!@PERL_DATA_DUMPER@!'  mysql.spec.sh >
mysql.spec-t
> /bin/mv mysql.spec-t mysql.spec
> rm -f mysql-3.23.39.spec
> cp mysql.spec mysql-3.23.39.spec
> /bin/rm -f binary-configure binary-configure-t
> /usr/bin/sed  -e 's!@''bindir''@!/usr/local/bin!g'  -e
's!@''sbindir''@!/usr/local/sbin!g'  -e
's!@''scriptdir''@!/usr/local/bin!g'  -e
s!@''prefix''@!/usr/local!g'  -e
s!@''datadir''@!/usr/local/share!g'  -e
's!@''localstatedir''@!/usr/local/var!g'  -e
's!@''libexecdir''@!/usr/local/libexec!g'  -e 's!@''CC''@!gcc!' -e
's!@''CXX''@!c++!' -e 's!@''GXX''@!yes!' -e
's!@''PERL''@!/usr/bin/perl!'  -e 's!@''CFLAGS''@!!' -e
's!@''CXXFLAGS''@!!' -e 's!@''LDFLAGS''@!!' -e
's!@''VERSION''@!3.23.39!'  -e 's!@''MYSQL_SERVER_SUFFIX''@!!'  -e
's!@''COMPILATION_COMMENT''@!Source distribution!'  -e
's!@''MACHINE_TYPE''@!i386!'  -e 's!@''HOSTNAME''@!/bin/hostname!'  -e
's!@''SYSTEM_TYPE''@!unknown-freebsdelf4.3!'  -e
's!@''CHECK_PID''@!/bin/kill -0 $PID > /dev/null 2> /dev/null!'  -e
's!@''FIND_PROC''@!/bin/ps p $PID | grep mysqld > /dev/null!'  -e
's!@''MYSQLD_DEFAULT_SWITCHES''@!!'  -e
's!@''MYSQL_UNIX_ADDR''@!/tmp/mysql.sock!'  -e
's!@''IS_LINUX''@!false!'  -e "s!@""CONF_COMMAND""@!./co!
>  nfigure !"  -e 's!@''MYSQLD_USER''@!root!'  -e
's!@''sysconfdir''@!/usr/local/etc!'  -e
's!@''SHORT_MYSQL_INTRO''@!@SHORT_MYSQL_INTRO@!'  -e
's!@''SHARED_LIB_VERSION''@!10:0:0!'  -e
's!@''MYSQL_BASE_VERSION''@!3.23!'  -e
's!@''MYSQL_NO_DASH_VERSION''@!3.23.39!'  -e
's!@''MYSQL_TCP_PORT''@!3306!'  -e
's!@''PERL_DBI_VERSION''@!@PERL_DBI_VERSION@!'  -e
's!@''PERL_DBD_VERSION''@!@PERL_DBD_VERSION@!'  -e
's!@''PERL_DATA_DUMPER''@!@PERL_DATA_DUMPER@!'  binary-configure.sh >
binary-configure-t
> /bin/mv binary-configure-t binary-configure>
>
> >How-To-Repeat:
>
> >Fix:
>
>
> >Submitter-Id: <submitter ID>
> >Originator: zosen
> >Organization:
>
> >MySQL support: [none | licence | email support | extended email
support ]
> >Synopsis: mysql can not build on freebsd 4.3
> >Severity:
> >Priority:
> >Category: mysql
> >Class:
> >Release: mysql-3.23.39 (Source distribution)
>
> >Environment:
>
> System: FreeBSD DateTest 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr
21 10:54:49 GMT 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC  i386
>
>
> Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gcc /usr/bin/cc
> GCC: Using builtin specs.
> gcc version 2.95.3 [FreeBSD] 20010315 (release)
> Compilation info: CC='gcc'  CFLAGS=''  CXX='gcc'  CXXFLAGS=''
LDFLAGS=''
> LIBC:
> -r--r--r--  1 root  wheel  1174570 Apr 21 09:05 /usr/lib/libc.a
> lrwxrwxrwx  1 root  wheel  9 Jul 10 13:08 /usr/lib/libc.so ->
libc.so.4
> -r--r--r--  1 root  wheel  561580 Apr 21 09:05 /usr/lib/libc.so.4
> Configure command:
/configure  --with-unix-socket-path=/var/tmp/mysql.sock --with-low-mem
ory --with-mit-threads=yes --without-perl --enable-thread-safe-client 
--with-berkeley-db --with-innodb
> Perl: This is perl, version 5.005_03 built for i386-freebsd
>
> --------------------------------------------------------------------
-
> 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