Changes between Initial Version and Version 1 of Ticket #863
- Timestamp:
- Mar 22, 2009, 12:04:48 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #863
- Property Owner changed from romw to davea
-
Property
Component
changed from
Client - Build
toClient - Daemon
-
Ticket #863 – Description
initial v1 1 Currently, libcudart.so is dlopened as "./libcudart.so", which prevents searching standard path like /usr/lib[64]for it. Removing the "./" prefix solves the problem, see the attached patch.1 Currently, {{{libcudart.so}}} is {{{dlopen}}}ed as {{{"./libcudart.so"}}}, which prevents searching standard path like {{{/usr/lib[64]}}} for it. Removing the "./" prefix solves the problem, see the attached patch.