I have followed the installation instructions in your manual and the var directory is not being created where it says it should. I found it under /var/lib/mysql. >How-To-Repeat: This is the history of the steps I have followed: 158 rm -r -f mysql/ 159 rm -r -f mysql-3.23.41/ ;; I had tryed doing the installation yesterday. 160 tar -xvf mysql-3.23.41.tar 161 ./configure --prefix=/usr/local/mysql 162 cd mysql-3.23.41 163 ./configure --prefix=/usr/local/mysql 164 make 165 make install 166 scripts/mysql_install_db 167 ls -l ../mysql 168 ls -l /var/lib/mysql/ [root@monza mysql-3.23.41]# !167 ls -l ../mysql total 36 drwxr-xr-x 2 root root 4096 Aug 16 10:43 bin drwxr-xr-x 3 root root 4096 Aug 16 10:43 include drwxr-xr-x 2 root root 4096 Aug 16 10:43 info drwxr-xr-x 3 root root 4096 Aug 16 10:43 lib drwxr-xr-x 2 root root 4096 Aug 16 10:43 libexec drwxr-xr-x 3 root root 4096 Aug 16 10:43 man drwxr-xr-x 6 root root 4096 Aug 16 10:43 mysql-test drwxr-xr-x 3 root root 4096 Aug 16 10:43 share drwxr-xr-x 7 root root 4096 Aug 16 10:43 sql-bench [root@monza mysql-3.23.41]# !168 ls -l /var/lib/mysql total 8 drwx------ 2 root root 4096 Aug 16 10:43 mysql drwx------ 2 root root 4096 Aug 16 10:43 test Now this is where I would find the data files had I done an RPM installation. I find this strange because I did the same installation, from source, on tuesday on a SUSE linux machine and had no problems at all. Or is /var/bin/mysql the place where data files are supposed to be in a redhat linux installation? >Fix: <how to correct or work around the problem, if known (multiple lines)> >Submitter-Id: <submitter ID> >Originator: Claudia Castaneda >Organization: <organization of PR author (multiple lines)> >MySQL support: [none | licence | email support | extended email support ] >Synopsis: <synopsis of the problem (one line)> >Severity: <[ non-critical | serious | critical ] (one line)> >Priority: <[ low | medium | high ] (one line)> >Category: mysql >Class: <[ sw-bug | doc-bug | change-request | support ] (one line)> >Release: mysql-3.23.36 (Source distribution) >Environment: <machine, os, target, libraries (multiple lines)> System: Linux monza.gsfc.nasa.gov 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown Architecture: i686 Some paths: /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81) Compilation info: CC='gcc' CFLAGS='-O2 -march=i386 -mcpu=i686' CXX='c++' CXXFLAGS='-O2 -march=i386 -mcpu=i686' LDFLAGS='' LIBC: lrwxrwxrwx 1 root root 13 Aug 15 08:41 /lib/libc.so.6 -> libc-2.2.2.so -rwxr-xr-x 2 root root 1236396 Apr 6 17:58 /lib/libc-2.2.2.so -rw-r--r-- 1 root root 26350254 Apr 6 15:27 /usr/lib/libc.a -rw-r--r-- 1 root root 178 Apr 6 15:27 /usr/lib/libc.so lrwxrwxrwx 1 root root 10 Aug 15 08:56 /usr/lib/libc-client.a -> c-client.a Configure command: ./configure i386-redhat-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --without-debug --without-readline --enable-shared --with-extra-charsets=complex --with-bench --localstatedir=/var/lib/mysql --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-mysqld-user=mysql --with-extra-charsets=all --with-berkeley-db --------------------------------------------------------------------- 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