Opened 19 years ago
Closed 18 years ago
#40 closed defect (fixed)
binary release assumes libboost_python-1.32, fails to run without it
Reported by: | Owned by: | Malte Marquarding | |
---|---|---|---|
Priority: | normal | Milestone: | ASAP2 release |
Component: | c++ | Version: | 2.0 |
Severity: | normal | Keywords: | |
Cc: |
Description
I downloaded
ftp://ftp.atnf.csiro.au/pub/software/asap/asap_linux.tar.bz2
on 2006-05-25
I was installing asap on Debian etch (testing) and received the following error message:
Loading ASAP... ------------------------------------------------------------ Traceback (most recent call last): File "<string>", line 1, in ? File "/usr/local/lib/python2.3/site-packages/asap/__init__.py", line 276, in ? from asap._asap import Log as _asaplog ImportError: libboost_python-gcc-mt-1_32.so.1.32.0: cannot open shared object file: No such file or directory WARNING: Loading of asap failed. ------------------------------------------------------------ Traceback (most recent call last): File "<string>", line 1, in ? NameError: name 'welcome' is not defined WARNING: Failure executing code: 'print welcome()' ASAP>
I do have /usr/lib/libboost_python-gcc-mt-1_33_1.so.1.33.1
I also have the unversioned symlink /usr/lib/libboost_python.so - see here
ls -l /usr/lib/libboost* lrwxrwxrwx 1 root root 36 2006-05-25 20:54 /usr/lib/libboost_python-gcc-1_33_1.so -> libboost_python-gcc-1_33_1.so.1.33.1 -rw-r--r-- 1 root root 268716 2006-03-23 04:09 /usr/lib/libboost_python-gcc-1_33_1.so.1.33.1 lrwxrwxrwx 1 root root 39 2006-05-25 20:54 /usr/lib/libboost_python-gcc-mt-1_33_1.so -> libboost_python-gcc-mt-1_33_1.so.1.33.1 -rw-r--r-- 1 root root 268716 2006-03-23 04:09 /usr/lib/libboost_python-gcc-mt-1_33_1.so.1.33.1 lrwxrwxrwx 1 root root 32 2006-05-25 20:54 /usr/lib/libboost_python.so -> libboost_python-gcc-mt-1_33_1.so
Is it not possible to have the code use different versions of this library?
Note:
See TracTickets
for help on using tickets.
An etch/ubuntu dapper release is now avaible in the ftp area.