ColdFusion, talking to a mySQL database, on Solaris 7

2001-08-16 Thread Alex Cook

Hey all, 
I'm fighting to get ColdFusion 4.5.1 SP2 to talk to a mySQL DB on Solaris 7
using unixODBC/myODBC.
anyone here tried this? 
I've gotten to the point where I can see the myODBC mySQL Driver in the
CFIDE/adminstrator ODBC screen. I've added various entries to the
CFHOME/odbc/odbc.ini, CFHOME/bin/start, and copied all the library files
associated with unixODBC/myODBC to the proper places (as far as I know at
least). 
However, I can't get the DB to verify. I think I might have flubbed the
username / password portion of mySQL, but I'm not posisitive. All the
entries are passing the same user/pass now, but still, can't access the DB
through CF. 
Suggestions anyone? 

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
[EMAIL PROTECTED]


-
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




Error with mysql_install_db

2001-08-15 Thread Alex Cook

I'm attempting a source installation of mysql-3.23.40 on a Solaris 7 SPARC
server.  the compile process completed without any errors.  After reading
the various docs, I located the mysql_install_db script and executed it.

When running the mysql_install_db script, I recieve the following error
 

 # more solaris7web1.err

010816 13:42:03  mysqld started

ld.so.1: /usr/mysql/libexec/mysqld: fatal: libz.so: open failed: No such
file or
 directory

010816 13:42:03  mysqld ended  

Suggestions?

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
[EMAIL PROTECTED]


-
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




Error during make process on mySQL 3.23.40

2001-08-03 Thread Alex Cook

ok, I'm running a Solaris 8 SPARC box, and I configure with:

./configure --enable-thread-safe-client --enable-shared --prefix=/usr2/mysql
--enable-user=acook

I then run make, use GNU make, and get:

ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o
rltty.o co
mplete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o
input
.o callback.o terminal.o xmalloc.o history.o histsearch.o histexpand.o
histfile.
o nls.o search.o shell.o tilde.o 
make[2]: ar: Command not found
make[2]: *** [libreadline.a] Error 127
make[2]: Leaving directory `/usr2/people/acook/mysql-3.23.40/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr2/people/acook/mysql-3.23.40'
make: *** [all-recursive-am] Error 2

Is there a different make then the GNU one I should use for the ar command,
or is this a mySQL bug...  pardon the newbie type question, but I'm a little
stumped...

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
[EMAIL PROTECTED]


-
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