 |
Forums |
Admin Start New Thread
By: Assaf Arkin
RE: Reliable Msg with no mysql installed [ reply ] 2006-09-12 19:13
|
Rex,
I missed that it was a popup the first time. I never saw that with reliable-msg, but I remember seeing them with PHP before. In my case, it was a conflict between incompatible libraries, and these popups are really annoying.
Anyway, thanks for following on this.
|
By: Rex Madden
RE: Reliable Msg with no mysql installed [ reply ] 2006-09-12 01:30
|
Assaf,
I just got the following message from one of my coworkers. I'm out of the office this week, so I didn't get to talk to him, but here was his solution:
"Procedure entry point mysql_sqlstate could not be located ... LIBMYSQL.dll"
This is the popup error message given by reliable-msg when you start
the service with the aforementioned DLL present in the windows SYSTEM32
directory.
Removing this dll from that directory will remove the error msg, so we
count on this dll not being installed, rather than relying on the patch
step in the build process.
Rex
|
By: Assaf Arkin
RE: Reliable Msg with no mysql installed [ reply ] 2006-09-08 07:31
|
I'm not sure why.
When I remove mysql for testing, there's a LoadError that gets caught and the MySQL store class is simply not defined. But no error messages.
Maybe you have the MySQL Ruby Gem but without the DLLs, so it tries to load the Ruby classes and they report the error?
|
By: Rex Madden
Reliable Msg with no mysql installed [ reply ] 2006-09-06 17:57
|
Hi,
We are trying to use the disk based messaging, because we use SQL Server for our database. It works (and quite nicely, thanks), but these annoying popups show up when you start the manager and try to access the queues.
ruby.exe - Entry Point Not Found
"The procedure entry point mysql_sqlstate could not be located in the dynamic link library LIBMYSQL.dll."
Since we don't have mysql support installed, I guess it goes haywire.
We hacked the code to simply not execute the mysql block of code in the message-store.rb, but obviously this is not ideal.
Is there a place to post bugs for this stuff?
Thanks,
Rex
|
|
 |