Min Hsu

Show:

What's happening?

  • Followup: RE: qt 3.0.5???

    If you previously compiled with qt-3.0.5 and try rebuild it under qt-3.1.0, you need "make clean" to remove all the moc_* files under src/gui directory, cd to the src/gui and make sure ALL the moc_* files are removed or simply do a "rm -f moc_*". Regards, Min.

    2002-12-04 03:36:09 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: ODBC Help

    Anthony, Here is my .odbc.ini file: ---------------------------------------------------------- [ODBC Data Sources] ;[ids] ;Driver = /opt/mysql/odbc/libmyodbc.so ;Host = localhost [ids] Driver = /opt/mysql/odbc/libmyodbc.so Server = 192.168.1.1 PORT = 3306 ;[Default] ------------------------------------------------------------ "ids" is the database name.

    2002-12-03 03:17:47 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: ODBC Help

    Hi Anthony, Could you try the MyODBC-2.50.39 driver from www.mysql.com? The libmyodbc.so file comes with sntm package is statically linked with the mysql-3.23.51 client library, I'm not sure this could cause the problem. I just couldn't reproduce this issue against my mysql-3.23.51 database. Please let me know what happens after the test. Thanks, Min.

    2002-11-28 21:56:10 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: Questions and Suggestions

    Thanks for the suggestions, hopefully that wish-list will be implemented into the future releases. To get the Analysis page work, you have to make sure the database connection is successfully established, if you see NO error message at the SNTM launching, the database connection is OK. Watch the event screen, if any event showed up, should be inserted into the database, then switch to the...

    2002-11-06 17:23:59 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: ODBC Help

    Sounds like a libiodbc configuration issue. You have to copy odbc.ini file to $HOME/.odbc.ini or do # export ODBCINI=PATH_OF_THE_INI/odbc.ini Please read libiodbc README file. Regards. Min.

    2002-11-01 17:08:43 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: Problem compiling sntm on OpenBSD - ldcon

    The following patch will fix that problem: ------CUT ------ --- configure.in.old Fri Jun 14 10:36:07 2002 +++ configure.in Fri Jun 14 10:42:41 2002 @@ -53,8 +53,8 @@ [ ssl_incdirs="$ac_ssl_includes /usr/include /usr/local/include /usr/ssl/include /usr/local/ssl/include" - test=NONE - ssl_libdir=NONE + test=NO + ssl_incdir=NO for dir in...

    2002-06-20 14:35:18 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: Problem compiling sntm on OpenBSD

    I have tested configure under RedHat 7.1 w/o this issue. Can you do a "ldconfig -p | grep pthread" and send the output to me? Basically, the configure script checks the following pthread libs: pthread and function pthread_create() pthreads and pthread_create() c_r and pthread_create() c and pthread_create() if the pthread_create() is not in those, it will fail ...

    2002-06-11 16:13:34 UTC in Snort Monitor for Linux/Unix

  • Followup: RE: Problem compiling sntm on OpenBSD

    Have you installed pthread lib under the default ld search directory? usually /lib or /usr/lib, and also the header file pthread.h should under /usr/include. Min.

    2002-05-12 15:35:09 UTC in Snort Monitor for Linux/Unix

About Me

  • 2001-12-27 (8 years ago)
  • 412084
  • minh1970 (My Site)
  • Min Hsu

Send me a message