Le 25-03-2013 17:10, Gruel Bruno a écrit :
Hello,

I'm try to create a port off jabberd2 for OpenBSD (no update since
2.0.11 i think) but i have some troubles.

My MakeFile + Compilation process work witout troubles, but when i
try to launch jabberd -D
i have this output :

# jabberd -D
JBRD: debug on
JBRD: version(2.2.16)
JBRD: config_dir(/etc/jabberd)
JBRD: LaunchJob: router -> /usr/local/bin/../libexec/jabberd/router
-c /etc/jabberd/router.xml -D
JBRD: LaunchJob: sm -> /usr/local/bin/../libexec/jabberd/sm -c
/etc/jabberd/sm.xml -D
JBRD: LaunchJob: s2s -> /usr/local/bin/../libexec/jabberd/s2s -c
/etc/jabberd/s2s.xml -D
JBRD: LaunchJob: c2s -> /usr/local/bin/../libexec/jabberd/c2s -c
/etc/jabberd/c2s.xml -D
SM  : /usr/local/bin/../libexec/jabberd/sm: error:
`/usr/local/bin/../libexec/jabberd/.libs/sm' does not exist.
ERROR: sm died.  Shutting down server.
JBRD: sending TERM to 12521 : c2s
JBRD: sending TERM to 26282 : s2s
JBRD: sending TERM to 6394 : sm
JBRD: sending TERM to 30605 : router
Shutting down.

My problem is this line :
SM  : /usr/local/bin/../libexec/jabberd/sm: error:
`/usr/local/bin/../libexec/jabberd/.libs/sm' does
not exist.

Off course /libexec/jabberd/.libs does not exist but why it try to
search in that path ?

Is someone can explain me.

Re,

I have some news.

On the source directory off jabberd2 i found in the directory #../jabberd-2.2.16/sm/
the ".libs" directory of my previous error message.

When i put this directory at the same place of the sm binary it's work... but it's not the solution.

If someone have an idea ?

Thank's

Bruno


Reply via email to