[mod_python] Make problem on solaris - ld: fatal: library -lpython2.5: not found

Brian Lyttle lists at sourcefoundry.co.uk
Sun May 11 23:33:52 EDT 2008


On Sun, May 11, 2008 at 7:39 PM, Graham Dumpleton
<graham.dumpleton at gmail.com> wrote:
> In what directory are libpython2.5.a and libpython2.5.so on your system?
>

find /opt/local/ -name libpython2.5.a -type f -print
/opt/local/lib/python2.5/config/libpython2.5.a

find /opt/ -name libpython2.5.so -type f -print
<no results>
find /home/ -name libpython2.5.so -type f -print
/home/brianly/sandbox/djsetup/Python-2.5.1/libpython2.5.so (build directory)

Taking a guess, the makefile is invoking ld and it can't find the .so
file? Do I want to manually copy it somewhere?

-Brian


More information about the Mod_python mailing list