Lines Matching refs:shared
39 * [Shared libraries](#shared)
184 <a id="shared"></a>
189 Configure option `--with-shared` provides the ability to produce SPDK shared
191 results in the SPDK executables linked to the shared versions of libraries.
192 SPDK shared libraries by default, are located in `./build/lib`. This includes
193 the single SPDK shared lib encompassing all of the SPDK static libs
194 (`libspdk.so`) as well as individual SPDK shared libs corresponding to each
197 In order to start a SPDK app linked with SPDK shared libraries, make sure
200 - run ldconfig specifying the directory containing SPDK shared libraries
203 If DPDK shared libraries are used, you may also need to add DPDK shared
209 ./configure --with-shared