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

Brian Lyttle lists at sourcefoundry.co.uk
Sun May 11 23:47:23 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?
>

I just notice this in my /opt/local/lib

[xyz123:/opt/local/lib] brianly$ ls
libcrypto.a           libpython2.5.so.1.0*  pkgconfig/
libpython2.5.so@      libssl.a              python2.5/

What's with the .1.0* and .so@ files?

[xyz123:/opt/local/lib] brianly$ ls -las
total 10556
   3 drwxr-xr-x   4 root     root           8 May 11 20:39 ./
   3 drwxr-xr-x   9 root     root           9 May 11 20:48 ../
3591 -rw-r--r--   1 root     root        1.6M May 11 20:39 libcrypto.a
   1 lrwxrwxrwx   1 root     root          19 May 11 20:15
libpython2.5.so -> libpython2.5
.so.1.0*
6153 -r-xr-xr-x   1 root     root        2.9M May 11 20:15 libpython2.5.so.1.0*
 773 -rw-r--r--   1 root     root        257K May 11 20:39 libssl.a
   3 drwxr-xr-x   2 root     root           3 May 11 20:39 pkgconfig/
  29 drwxr-xr-x  21 root     root         597 May 11 20:15 python2.5/

-Brian


More information about the Mod_python mailing list