So I tried to start it manually, and got the following error message:
./sqwebmaild: error while loading shared libraries: libpcre.so.0:
cannot
open shared object file: No such file or directory
OK. Now you know what the problem is.
But the library exists:
# locate libpcre.so.0
/usr/local/lib/libpcre.so.0
/usr/local/lib/libpcre.so.0.0.1
I tried linking (ln) the file to the current directory but it still
complains... I think this is simply a path issue and one reason for
the
rc script in the first place. In any case, I'm still stumped :(
It won't help anything to link it to the current directory. You need
to figure out how your loader locates the shared libraries. On
FreeBSD the paths are set with ldconfig_paths in /etc/rc.conf. I
don't know about your system, you better check the docs. On FreeBSD
you can see wich libraries are linked by typing "ldd sqwebmaild".
Is there an error log somewhere for sqwebmail?
sqwebmail can't log anything since it doesn't even start. That is the
loader complaining before launching the app.
Do you have any ideas on
how to procede?
Check your system docs or google for help. I better get some sleep
now. G'luck!