Here's what I did:
1. Downloaded mysql-standard-4.0.18-pc-linux-i686.tar.gz
2. cd /usr/local
3. tar zxf mysql-standard-4.0.18-pc-linux-i686.tar.gz
3. ln -s mysql-standard-4.0.18-pc-linux-i686 mysql
4. Followed instructions in mysql/INSTALL-BINARY
- This fully installs MySQL into /usr/local/mysql
5. cd /usr/local/src/jabberd-2.0s2
6. ./configureDidn't work (couldn't find mysql). So I tried:
./configure --prefix=/usr/local --with-mysql=/usr/local/mysql
Didn't work (couldn't find mysql).
FYI:
# ll /usr/local/mysql
drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 bin -rwxr-xr-x 1 root mysql 773 Feb 10 10:59 configure -rw-r--r-- 1 root mysql 19106 Feb 10 10:50 COPYING drwxr-x--- 4 mysql mysql 4096 Mar 24 14:44 data drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 docs drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 include -rw-r--r-- 1 root mysql 7633 Feb 10 10:50 INSTALL-BINARY drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 lib drwxr-xr-x 3 root mysql 4096 Feb 10 10:59 man drwxr-xr-x 6 root mysql 4096 Feb 10 10:59 mysql-test -rw-r--r-- 1 root mysql 1937 Feb 10 10:15 README drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 scripts drwxr-xr-x 3 root mysql 4096 Feb 10 10:59 share drwxr-xr-x 5 root mysql 4096 Feb 10 10:59 sql-bench drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 support-files drwxr-xr-x 2 root mysql 4096 Feb 10 10:59 tests
Looks like everything is there. Everything seemed to have run correctly. Why won't the configure script find MySQL, even when I tell it exactly where its located?
Thanks!
Dave -- Invoq Systems Inc. t. 250.380.0304 e. [EMAIL PROTECTED] w. http://www.invoqsystems.com _______________________________________________ jdev mailing list [EMAIL PROTECTED] https://jabberstudio.org/mailman/listinfo/jdev
