Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
CCanaffParticipantCCanaff April 14, 2023 at 2:02 am in reply to: SDK Python on Linux – dependencies between .so files //php bbp_reply_id(); ?>Looks like it doesn’t work if bb_api.so is also present in the bbdevice directory as a copy of libbb_api.so or as a symbolic link…You have to be sure to make the bblib =CDLL(“bbdevice/libbb_api.so”)
in the bbdevice/bb_api.h file and to get the two libraries bbdevice/libbb_api.so and bbdevice/libftd2xx.so without file or symbolic link referring to bb_api.so in the bbdevice directory.
And the LD_LIBRARY_PATH have to be set.Now it works…
Thanks for your help,
Charles
- AuthorPosts
Viewing 1 post (of 1 total)