Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: danfulton on March 02, 2008, 06:34:09 PM

Title: IMSpector ....
Post by: danfulton 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
Title: Re: IMSpector ....
Post by: Confucius 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.
Title: Re: IMSpector ....
Post by: danfulton 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?
Title: Re: IMSpector ....
Post by: Confucius on March 02, 2008, 07:29:18 PM
mysql + normal logging are both active.
Works like a charm.
Title: Re: IMSpector ....
Post by: danfulton on March 02, 2008, 08:20:34 PM
Great.

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

Dan
Title: Re: IMSpector ....
Post by: danfulton 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.....
Title: Re: IMSpector ....
Post by: Confucius 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.
Title: Re: IMSpector ....
Post by: danfulton 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 ....
Title: Re: IMSpector ....
Post by: Franco 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
Title: Re: IMSpector ....
Post by: Normando 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!