Reply To: Compiling for MediaVault – sqlite issue

#15178
rpedde
Participant

@sansp00 wrote:

Ok, forget what I just posted, found all I needed under the .libs directory of each 3rd party …
Im getting close (and tired …)
Patrick S.

You’ll probably want to have compiled the sqlite stuff with –prefix=/usr/local and gone ahead and make installed them and add /usr/local/lib to your /etc/ld.conf. Otherwise you’ll ahve problems later when you try and run the binary.

Unless you intend to always run the binary from the directory it’s currently compiled in. I guess that’s an option.

— Ron