On 02/10/2010 11:41 AM, Kārlis Repsons wrote: > I guess, its not really about dspam, but I'm short of ideas how should this > be resolved, maybe its simple to you? > > $ dspam > dspam: error while loading shared libraries: libdspam.so.7: cannot open shared > object file: No such file or directory > > $ ls -la /usr/local/lib > total 676 > drwxr-xr-x 4 root root 200 2010-02-09 16:37 . > drwxr-xr-x 10 root root 240 2010-02-09 16:37 .. > -rw-r--r-- 1 root root 0 2008-04-25 14:32 .keep > drwxr-xr-x 2 root mail 40 2010-02-09 16:37 dspam > -rw-r--r-- 1 root root 382358 2010-02-09 16:37 libdspam.a > -rwxr-xr-x 1 root root 1035 2010-02-09 16:37 libdspam.la > lrwxrwxrwx 1 root root 17 2010-02-09 16:37 libdspam.so -> > libdspam.so.7.0.0 > lrwxrwxrwx 1 root root 17 2010-02-09 16:37 libdspam.so.7 -> > libdspam.so.7.0.0 > -rwxr-xr-x 1 root root 283770 2010-02-09 16:37 libdspam.so.7.0.0 > drwx------ 2 root root 60 2010-02-09 16:37 pkgconfig > >
Hello Kārlis, you probably don't have included /usr/local/lib in your ldconfig path. Add /usr/local/lib to /etc/ld.so.conf, run ldconfid -v (as root) and retry. Regards, Hugo Monteiro. -- fct.unl.pt:~# cat .signature Hugo Monteiro Email : [email protected] Telefone : +351 212948300 Ext.15307 Web : http://hmonteiro.net Divisão de Informática Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa Quinta da Torre 2829-516 Caparica Portugal Telefone: +351 212948596 Fax: +351 212948548 www.fct.unl.pt [email protected] fct.unl.pt:~# _ ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Dspam-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
