After the last update (today in the morning) from the jabber paket, i cant (re)start the jabberd! I have fully unmerged the paket and testet before i wrote the report ... The Logfile for the sm (/var/log/jabber/sm.log) can found this: Sun Jun 29 12:11:02 2008 [info] process id is 27894, written to /var/run/jabber/sm.pid Sun Jun 29 12:11:02 2008 [info] loading 'mysql' storage module Sun Jun 29 12:11:02 2008 [error] failed loading storage module 'mysql' (/usr/lib/jabberd/storage_mysql.so: cannot open shared object file: No such file or directory) Sun Jun 29 12:11:02 2008 [error] failed to initialise one or more storage drivers, aborting Also the c2s had the same problem: Sun Jun 29 12:11:03 2008 [info] process id is 27927, written to /var/run/jabber/c2s.pid Sun Jun 29 12:11:03 2008 [notice] modules search path: /usr/lib/jabberd Sun Jun 29 12:11:03 2008 [info] loading 'mysql' authreg module Sun Jun 29 12:11:03 2008 [error] failed loading authreg module 'mysql' (/usr/lib/jabberd/authreg_mysql.so: cannot open shared object file: No such file or directory) My USE-Flags are "mysql sqlite ssl zlib pipe" Reproducible: Always Steps to Reproduce: 1. emerge net-im/jabberd2 2. etc-update 3. /etc/init.d/jabberd2 restart * Starting Jabber Server ... * Starting router (/etc/jabber/router.xml) ... [ ok ] * Starting sm (/etc/jabber/sm.xml) ... [ !! ] * Starting s2s (/etc/jabber/s2s.xml) ... [ ok ] * Starting c2s (/etc/jabber/c2s.xml) ... [ !! ]
- net-im/jabberd2-2.2.0-r1 working - net-im/jabberd2-2.2.0-r2 working too Flags: USE="berkdb ldap postgres ssl zlib -debug -memdebug -mysql -pam -sqlite" btw.: I'm running jabberd2-2.1.X for several month now. No need to be marked with the ~amd64 flag imho. sen ~ # emerge --info Portage 2.1.4.4 (default-linux/amd64/2007.0/no-multilib, gcc-4.1.2, glibc-2.6.1-r0, 2.6.24-gentoo-r4-sen x86_64) ================================================================= System uname: 2.6.24-gentoo-r4-sen x86_64 AMD Athlon(tm) 64 Processor 3000+ Timestamp of tree: Mon, 30 Jun 2008 03:30:03 +0000 app-shells/bash: 3.2_p33 dev-lang/python: 2.3.5-r3, 2.4.4-r13 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r2 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.23-r3 ACCEPT_KEYWORDS="amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="acl amd64 berkdb bzip2 caps cli cracklib crypt cups curl dri fortran gdbm iconv imap isdnlog jpeg ldap midi mmx mpm-worker mudflap ncurses nls nptl nptlonly openmp pcre perl png postgres pppd python readline reflection session spl sse sse2 ssl tcpd threads unicode xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif so speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
This is caused by a stupid little bug in -r1, I forgot a single character in the ebuild. It is fixed in -r2.
*** This bug has been marked as a duplicate of bug 229957 ***