Hello everyone,<br><br>I'm new to this mailing list, but I've been following from quite close distance the development of this amazing piece of software that is the CLAM suite, and I'm very very thankful for all the work that's been done (specially this last recent release!!!).<br>


<br>On the other side, I'm a brand new user of UBUNTU, but -unfortunately regarding CLAM- I chose AMD64 as the architecture... Why? Because I have an Intel Core 2 Duo, and I've read here and there that it has a better performance...<br>


<br>Anyway, that's the distro I chose, and before changing it to an x86 one, I wanted to try to compile by myself CLAM libs and all the other products of your package.<br>While with the later release (1.3.0) the compiling process of the CLAM libs had took me some troubles, compiling the 1.4.0 release works out of the box (congratulations!!! great work! Thanks... I'm not a programmer, and fighting with all those *warning* and *error* messages is kind of stressful...)<br>


<br>Either way, after compiling the 1.4.0 libraries, I wanted to compile and -finally!- use the Network Editor...<br>So, I put:<br><br>$ scons install prefix=/usr/local clam_prefix=/usr/local<br><br>in a console window, and it compiled my application greatly, fast and with no problems (yes, some *warning* here and there, but I think it's nothing to worry about).<br>


The problem is that it's installed to my /home/xxxxxx folder!!!!!<br>I mean: I had my sources folder in  <br><br>/home/martin/0_MARTIN/z_srcs/CLAM/NetworkEditor-1.4.0/<br><br>and NetworkEditor was installed (the binaries created, the libraries compiled, the folders are now read-only... everything!!) to the same location!!!!!!<br>


<br>Now I have the same problem as someone else whose name I don't remember: I must run NetworkEditor typing: <br><br>$ LD_LIBRARY_PATH=/usr/local/lib ./NetworkEditor from the location where the sources where installed -and now my application is installed.<br>


<br>Otherwise, if I just put: $ NetworkEditor it says: "NetworkEditor: error while loading shared libraries: libclam_qtmonitors.so.1.4: cannot open shared object file: No such file or directory"<br><br>Is there a way to correctly install the binaries, so that they are in /usr/local/--- and I could just click in the created link in my main menu??<br>

<br>With the command showed above (thank you very much, to the guy who propossed that solution in a previous message) I can run NetworkEditor apparently with no problems, except that I see a lot of console message before starting, of the kind:<br>


<br>####### WARNING: At file /usr/local/include/CLAM/Factory.hxx line 277<br>WARNING. While adding a creator method in the factory, id 'delay_5s' was already registered.<br><br>I don't know if this IS a problem, or it's normal and nothing to worry about...<br>


<br>But what really bothers me is the way NetworkEditor must be started... Is there a way to fix it???<br><br><br>Thank you very much!!!!!!!<br><br><br>Martin<br>