XMailforum is a readonly knowledge archive now.

Registering as a new user or answering posts is not possible anymore.

Might the force be with you, to find here what you are looking for.

2019-09-20 - hschneider, Admin

Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.

XMail Forum [Powered by Invision Power Board]
Printable Version of Topic
Click here to view this topic in its original format
XMail Forum > XMail Queue Manager > Xqmagent Installation Problem


Posted by: jmrgs Jul 8 2003, 07:30 PM
I installed xqmagent , moved .conf to /etc and when I run xqmagent i get the following error messages:

File "<string>", line 3, in ?
File "iu.py", line 274, in importHook
File "iu.py", line 357, in doimport
File "/root/work/lib/rpcserver.py", line 7, in ?
File "iu.py", line 274, in importHook
File "iu.py", line 357, in doimport
File "/home/trentm/main/Apps/ActivePython-2_1/image/usr/local/ActivePython-2.1/lib/python2.1/socket.py", line 41, in ?
File "iu.py", line 274, in importHook
File "iu.py", line 348, in doimport
File "iu.py", line 181, in getmod
File "iu.py", line 46, in getmod
ImportError: libssl.so.0.9.6: cannot open shared object file: No such file or directory

I have libssl.so.0.9.6n installed and my system is RedHat 8. I'm new to linux.

Thank for the help

Posted by: hschneider Jul 8 2003, 07:39 PM
Reinstalling the openssl package with the red hat package manager should fix this. If not, please let me know.

Posted by: jmrgs Jul 9 2003, 11:05 AM
Thanks but after the reinstallation of openssl I had the same error.
Any suggestions??

Thanks in advance

Jose

Posted by: hschneider Jul 9 2003, 11:42 AM
>I have libssl.so.0.9.6n installed and my system is RedHat 8. I'm new to linux.

Is this a typo or is it 0.9.6n ???

However, locate your libssl. If it is named *.6n or if the location is NOT /usr/lib, then

cd /usr/lib
ln -s location_of_libssl/libssl.so.0.9.6n libssl.so.0.9.6

This creates a symbolic link from /usr/lib with the right name to your libssl.




Posted by: jmrgs Jul 9 2003, 12:08 PM
Thanks for your help. Yes you're right I have libssl.so.0.9.6b and not 0.9.6n.

The problem is that the installation program installed the file on /lib and NOT on /usr/lib. I created the link (and also the link for libcrypto.so.0.9.6 by the way), and now the error message is

Environment variable MAIL_ROOT not found!
Please make sure that you export MAIL_ROOT from your XMail Server startup script!

Posted by: hschneider Jul 9 2003, 12:17 PM
Locate your xmail startup script. On my SUSE Linux its path is /etc/rc.d/init.d/xmail

Make sure that there is a statement
export MAIL_ROOT
in the head of the script or inside the start_xmail() function.

If this is OK, then wrap the agent's call into a startup script, which contains

#!/bin/sh
export MAIL_ROOT=/var/MailRoot
./xqmagentwin

Don't forget to chmod 755 scriptname ...

Posted by: jmrgs Jul 9 2003, 12:27 PM
THANK'S A LOT. biggrin.gif biggrin.gif biggrin.gif
NOW everything is OK.

Bye
José

Posted by: hschneider Jul 9 2003, 12:32 PM
Fine -- enjoy! :-)

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)