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.
Thank's
Bruno