Date: Tue, 12 Feb 2008 16:38:31 -0600 From: Paul Schmehl <pauls@utdallas.edu> To: FreeBSD Ports <freebsd-ports@freebsd.org> Subject: How is this possible? Message-ID: <42022FA719577C4E81617706@utd59514.utdallas.edu>
next in thread | raw e-mail | index | archive | help
I'm working on a new port (as is my custom any time I want to try out some new software), and I've run into an inexplicable problem. Error: shared library "/usr/local/lib/python2.4/site-packages/pcapy.so" does not exist *** Error code 1 Stop in /usr/ports/security/rishi. root@utd59514# ls -lsa /usr/local/lib/python2.4/site-packages/pcapy.so 22 -rwxr-xr-x 1 root wheel 22110 Feb 12 16:03 /usr/local/lib/python2.4/site-packages/pcapy.so The Makefile has: LIB_DEPENDS+= ${PYTHON_SITELIBDIR}/pcapy.so:${PORTSDIR}/net/py-pcapy How is it possible to get "the file doesn't exist" when the file does in fact exist? Very weird. -- Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42022FA719577C4E81617706>