-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Adrian C. wrote: > Mustesc de intrebari azi. > > Ati dat peste asa ceva? > > [EMAIL PROTECTED] python > Python 2.4 (#2, Jul 31 2006, 13:16:53) > [GCC 3.4.2 [FreeBSD] 20040728] on freebsd5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import pyclamav > Fatal error 'Spinlock called when not threaded.' at line 87 in file > /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 2) > Abort trap (core dumped) > > Am facut cum zice la carte > http://xael.org/norman/python/pyclamav/index.html > E ceva BSD specific care nu-i place. >
De obicei cauza e un program link-uit cu doua biblioteci de threading diferite (libpthread vs. libc_r). Cel mai bine e sa instalezi py-clamav din porturi: cd /usr/ports/security/py-clamav && make install clean Daca porturile nu sint o optiune, incearca recompilarea cu biblioteca de threading potrivita. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEzfO2D5KGII5kgekRAvV0AKD2v+oaLxyJgWq4Mj2XMuinCMXpjwCgx7vn S9EiLriwiJFw1ZGcAJD57bQ= =q/c0 -----END PGP SIGNATURE----- ________________________________________________________ To unsubscribe send a mail to [EMAIL PROTECTED]

