MySQL with Redhat 7.1

2001-07-23 Thread Adrian . Davis
I have installed Redhat Linux 7.1 with the supplied MySQL distribution (3.23.36?). I've run the "mysql_install_db" script, but when I try to start MySQL using "./bin/safe_mysqld --user=mysql &", from the installation directory, MySQL starts then ends immedately ("MySQL ends") without an error!!

Can any body supply "libmysqlclient.so" for Solaris 7?

2001-06-11 Thread Adrian . Davis
Could anybody e-mail me a copy of "libmysqlclient.so" for Solaris 7 -or- let me know where I can get one? Many Thanks, =Adrian= Information in this message is confidential and may also be legally privileged. It is intended solely for the person to whom it is addressed. If you are not the i

Linking libmysqlclient

2001-06-04 Thread Adrian . Davis
I am trying to get a (third party) client application working which needs to be linked with "libmysqlclient". The application is implemented as a shared library. I can't get this working: I have installed MySQL from the Solaris binary release, which has a "libmysqlclient.a", but I do see mention

Can get safe_msqld to run in background!!

2001-05-31 Thread Adrian . Davis
I know this is bound to be something REALLY simple, but I can't seem to get "safe_mysqld" to run in background (Solaris 7/MySQL 3.23.37) If I try, as the "root" user, to start "safe_mysqld" from the "/usr/local/mysql" directory thus... ./bin/safe_mysqld --user=mysql & ...I get the following m

Problem compiling "FastBase" TCL/MySQL interface

2001-05-30 Thread Adrian . Davis
I'm trying to compile the FastBase TCL/MySQL interface under Solaris 7 using GCC, and I'm get the following problem:- "ld" doesn't like the "-B" and "-x" parameters set in the makefile line... LDFLAGS = -Bshareable -lz -x $(MYSQLLIBDIR)/libmysqlclient.a ...it gives the this error:- /usr/ccs