Koozali.org: home of the SME Server

IMSpector ....

Offline danfulton

  • *
  • 19
  • +0/-0
IMSpector ....
« on: March 02, 2008, 06:34:09 PM »
I've just install smoothwall at home, and found the IM proxy, IMSpector - it is fantastic!

Has anyone tried installing it on SMEServer, I have a few clients who would be very interested in it.

Any hints / tips / pointers?

Thanks

Offline Confucius

  • *****
  • 235
  • +0/-0
Re: IMSpector ....
« Reply #1 on: March 02, 2008, 07:05:19 PM »
Currently active on my server.

Have been working on an RPM for it. Is not finished, low priority. Only way to do this is by reading the instructions and work on it.

Hint: it's not as hard as it seems.

Offline danfulton

  • *
  • 19
  • +0/-0
Re: IMSpector ....
« Reply #2 on: March 02, 2008, 07:26:05 PM »
Good news,  I might try installing it on a test box this week.

Do you have it logging to mysql?

Offline Confucius

  • *****
  • 235
  • +0/-0
Re: IMSpector ....
« Reply #3 on: March 02, 2008, 07:29:18 PM »
mysql + normal logging are both active.
Works like a charm.

Offline danfulton

  • *
  • 19
  • +0/-0
Re: IMSpector ....
« Reply #4 on: March 02, 2008, 08:20:34 PM »
Great.

If I have any questions, I'll ask if that's OK.

Dan

Offline danfulton

  • *
  • 19
  • +0/-0
Re: IMSpector ....
« Reply #5 on: March 04, 2008, 11:35:44 AM »
I've got it installed and running, but I can not mysql logging to work...

Any thoughts / tips?

I've tried manually creating the table, but it remains empty, and I've tried starting the app with no table - but it does not get created.

Hmmm.....

Offline Confucius

  • *****
  • 235
  • +0/-0
Re: IMSpector ....
« Reply #6 on: March 04, 2008, 05:18:59 PM »
The module for the several database connections have to be created seperately. Prob. you didn't created that module (mysql) or didn't copy it to the right spot.

Offline danfulton

  • *
  • 19
  • +0/-0
Re: IMSpector ....
« Reply #7 on: March 04, 2008, 10:32:54 PM »
Cheers, the answer was, check the Makefile!

Working lovely, now to find a nice way to query the database ....

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: IMSpector ....
« Reply #8 on: March 07, 2008, 02:49:32 AM »
Hello,
When trying to compile the app it gives me errors:
Code: [Select]
imspector-0.4]# make
g++ -Wall -O2 -fPIC main.cpp -c
make: g++: Command not found
make: *** [main.o] Error 127
Even if I edit the Makefile and change it to gcc I still have errors.
How about a How-To  :D

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Re: IMSpector ....
« Reply #9 on: March 07, 2008, 04:46:54 PM »
Hello,
When trying to compile the app it gives me errors:
Code: [Select]
imspector-0.4]# make
g++ -Wall -O2 -fPIC main.cpp -c
make: g++: Command not found
make: *** [main.o] Error 127
Even if I edit the Makefile and change it to gcc I still have errors.
How about a How-To  :D

You need to install: gcc-c++

yum install gcc-c++ gcc cpp

Not in production server!