[SPDK] Failed to configure spdk with shared libraries

yashy.zb at gmail.com Sat, 06 Nov 2021 14:46:43 +0000
Newsgroups dev.linux.lists.spdk
Message-ID <[email protected]>
Hi. I wanted to use spdk for development of a simple program for ZNS SSDs. Unfortunately this problem occurs in `make` after `./configure --with-shared`
```
/usr/bin/ld.bfd: cannot find ~/spdk/build/lib/libspdk_event_scheduler.so: No such file or directory
```
On the other hand, when I do it without `--with-shared` no problem happens.