Re: [racket-users] Tell require where to find C libraries ?

2021-05-06 Thread krs...@gmail.com
Thanks for the help! I was sure that was going to be it but it's not :( This is what is on my system: /usr/local/lib/libtag_c.so.3.0 racket is looking for libtag_c.so.0 So i'm not sure what to do next. On Thursday, May 6, 2021 at 7:21:10 PM UTC-4 johnbclements wrote: > It looks to me like you

Re: [racket-users] Tell require where to find C libraries ?

2021-05-06 Thread 'John Clements' via Racket Users
It looks to me like you probably need to edit your “config.rktd” file: https://docs.racket-lang.org/raco/config-file.html?q=config.rktd#%28idx._%28gentag._67._%28lib._scribblings%2Fraco%2Fraco..scrbl%29%29%29 On my machine (macOS using macports), for instance I have do do this for every new inst

Re: [racket-users] Package install conflicts on the Racket package catalog

2021-05-06 Thread unlimitedscolobb
Hi Sam, On Wednesday, May 5, 2021 at 10:38:03 PM UTC+2 Sam Tobin-Hochstadt wrote: > I think there's two things you're seeing. > > 1. The results hadn't yet updated for your typed-compose change. I no > longer see a conflict here: https://pkg-build.racket-lang.org/ Oh, that's right! I misread

[racket-users] Tell require where to find C libraries ?

2021-05-06 Thread krs...@gmail.com
Hi!, I am doing: (require taglib) and I get: > (require taglib) ; ffi-lib: could not load foreign library ; path: libtag_c.so.0 ; system error: File not found ; [,bt for context] I am on OpenBSD and that file is at: /usr/local/lib/libtag_c.so.3.0 How can I change my search path for C libs t