6 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] Fresh Install, Transp...
FromSent OnAttachments
Chisum LindauerAug 14, 2006 12:17 pm 
Petri RiihikallioAug 14, 2006 12:42 pm 
Chisum LindauerAug 14, 2006 1:31 pm 
Petri RiihikallioAug 14, 2006 1:50 pm 
Sam VarshavchikAug 14, 2006 2:28 pm 
Chisum LindauerAug 14, 2006 2:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] Fresh Install, Transport endpoint is not connected error, authdaemond is running...Actions...
From:Petri Riihikallio (petr@metis.fi)
Date:Aug 14, 2006 1:50:44 pm
List:net.sourceforge.lists.courier-sqwebmail

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!