2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
jmrgs |
Posted: Jul 8 2003, 07:30 PM
|
Newbie Group: Members Posts: 4 Member No.: 651 Joined: 8-July 03 |
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 |
hschneider |
Posted: Jul 8 2003, 07:39 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Reinstalling the openssl package with the red hat package manager should fix this. If not, please let me know.
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
jmrgs |
Posted: Jul 9 2003, 11:05 AM
|
Newbie Group: Members Posts: 4 Member No.: 651 Joined: 8-July 03 |
Thanks but after the reinstallation of openssl I had the same error.
Any suggestions?? Thanks in advance Jose |
hschneider |
Posted: Jul 9 2003, 11:42 AM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
>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. -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
jmrgs |
Posted: Jul 9 2003, 12:08 PM
|
Newbie Group: Members Posts: 4 Member No.: 651 Joined: 8-July 03 |
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! |
hschneider |
Posted: Jul 9 2003, 12:17 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
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 ... -------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |
jmrgs |
Posted: Jul 9 2003, 12:27 PM
|
Newbie Group: Members Posts: 4 Member No.: 651 Joined: 8-July 03 |
THANK'S A LOT.
NOW everything is OK. Bye José |
hschneider |
Posted: Jul 9 2003, 12:32 PM
|
No - I'm not an answering script ... Group: Admin Posts: 6631 Member No.: 195 Joined: 19-June 02 |
Fine -- enjoy! :-)
-------------------- Bye,
Harald -- Download XMail Queue Manager 1.46 NOW: XMail Server Tools -- Cross platform remote queue management! -- Message analyzing on the fly! -- Builtin diagnostics knowledge base! -- Manages multiple mail queues! Sponsored by CD-Produktion und DVD-Produktion and Homestaging Saarland - Immobilien schneller verkaufen in der Region Saarland, Rheinland-Pfalz und Luxembourg |