>>>>> "Blalock," == Blalock, Daniel <dblalock@stripped> writes:
>> Description:<After running gzip on the tar file the
Blalock,> directory scripts is missing the mysql_install_db file.
Blalock,> The system is a Digital UNIX Tru64. The make and make
Blalock,> install commands run without error. We down loaded from
Blalock,> more then one site the error happens every time.>
>> How-To-Repeat:<gzip -d < mysql-3.22.25 | tar xf -
Blalock,> After running gzip run ls in the scripts directory and
Blalock,> mysql_install_db is not listed>
>> Fix:
>> Submitter-Id:
>> Originator: system PRIVILEGED account
>> Organization:
>> MySQL support: [none]
>> Synopsis: <Did not create mysql_install_db file>
>> Severity: <serious>
>> Priority: <medium>
>> Category: mysql
>> Class: <[ sw-bug ]
>> Release: mysql-3.22.25 (Source distribution)
>> Environment:<Digital UNIX Tru64 Alpha 4000, BA30P-AB
Blalock,> System: OSF1 locutus.orionsci.com V4.0 878 alpha
Blalock,> Machine: alpha
Blalock,> Some paths: /usr/bin/perl /usr/bin/make /usr/local/bin/gcc /usr/bin/cc
Blalock,> GCC: Reading specs from
Blalock,> /usr/local/lib/gcc-lib/alphaev56-dec-osf4.0d/2.8.1/spec\
Blalock,> s
Blalock,> gcc version 2.8.1
Blalock,> Compilation info: CC='gcc' CFLAGS='' CXX='gcc' CXXFLAGS=''
Blalock,> LDFLAGS=''
Blalock,> Configure command: ./configure
Blalock,> --with-unix-socket-path=/var/tmp/mysql.sock --w\
Blalock,> ith-low-memory --with-mit-threads=yes
Blalock,> Perl: This is perl, version 5.005_02 built for alpha-dec_osf
Hi!
Did you try using gnu make instead of Digital make ?
What do you have in the scripts directory?
You should have something like the following:
(/my/monty/master/mysql-3.23.3-alpha) lc scripts/
Makefile mysql_setpermission.sh*
mysqlbug* mysql_zap.sh*
mysql_convert_table_format* mysqlaccess.sh*
Makefile.in mysqlbug.sh*
Makefile.am mysql_convert_table_format.sh*
make_binary_distribution.sh* mysql_find_rows.sh*
msql2mysql.sh safe_mysqld.sh*
mysql_fix_privilege_tables.sh mysqlaccess.conf*
mysql_install_db.sh
Regards,
Monty