• Trying to install on Suse 10.0

    By Jens-B. Augustiny 2 decades ago

    I have just tried to install 1.6b2 on Suse 10.0 under Domino 7.0.2. On first try, domino simply refused to go: crash shortly after starting the server. No idea why, I cannot reproduce, meanwhile it does no longer crash.



    But the extension manager libkspam.so does not run. With ldd I found out, "libnotes.so: file not found", so that is the reason. Very surprising, because whe already have an extmanager addin running: the lowercase utility from Daniel Nashed.



    Yes, this is not a kspam problem. But I am not fit enough with Linux to resolve the problem. Do you have any hints for me?



    Thanks

    • environemntvariables

      By Hans-Georg Franke 2 decades ago

      Hi,

      please try setting:

      LD_LIBRARY_PATH="/opt/lotus/notes/latest/linux"

      LOTUS="/opt/lotus"

      Notes_ExecDirectory="/opt/lotus/notes/latest/linux"



      Not really nessacary but do no harm:

      NOTES_DATA_DIR="/home/notesdata"



      and try again.

      The first crash was possible because you don't have set any rules?

      Hans-Georg

      • Thanks, will try that

        By Jens-B. Augustiny 2 decades ago

        Thanks for your fast reply, I'll try that as soon as I get near the server room or get a chance to log in remotely and report back.



        Yes, there is now one single rule in the database, which was not there, when I first started, so that may be the reason for the first crash. Thanks again.



        Jens

      • Does not work :-(

        By Jens-B. Augustiny 2 decades ago

        I have put the settings into the domino startup scripts (after adapting "/opt/lotus….." to the "opt/ibm/lotus ….." which is used recently).



        After reenabling the load of libkspam.so the server did again crash during startup …… :-(



        What else?



        Thanks again.



        Jens

    • Running, sort of, but not working

      By Jens-B. Augustiny 2 decades ago

      I got it running.



      Putting links to the 3 missing libraries into the/usr/lib folder let it finally find the 3 notes libraries, that kspam and libkspam.so are invoking.



      Next, the code is crashing the server not only if there is no rule in the config database, kspam is also crashing the whole server (!!!!!), when mailgood or mailpsam don't have any messages in it (NullHandleLookup exception).



      Now it is still crashing, the server on startup, if I put kspam into the ServerTasks= entry in notes.ini. If I don't do that and start kspam with "load kspam" from the console, anything is starting up. Smells like a timing problem and no decent error handling :-(



      Now that kspam is finally running, it does touch all the mails and putting in the ks_iid field, but nothing else is happening. I have all set to do marking the message, but it does not do that.



      Any thoughts why that could be?



      Thanks