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
-
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
-
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.
-
Good news, I might try installing it on a test box this week.
Do you have it logging to mysql?
-
mysql + normal logging are both active.
Works like a charm.
-
Great.
If I have any questions, I'll ask if that's OK.
Dan
-
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.....
-
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.
-
Cheers, the answer was, check the Makefile!
Working lovely, now to find a nice way to query the database ....
-
Hello,
When trying to compile the app it gives me errors:
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
-
Hello,
When trying to compile the app it gives me errors:
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!