01:05 sibl joined 08:59 sibl left, sibl joined 09:11 sibl left, sibl joined 09:57 sibl left 11:12 sibl joined 11:19 sibl left 21:13 habere-et-disper joined
thowe What's the correct way to make zef find libpq if it is installed with brew on MacOS? 23:02
It appears to be in /opt/homebrew/opt/libpq/lib 23:03
I tried setting DYLD_FALLBACK_LIBRARY_PATH but that apparently didn't work. 23:04
lizmat aaah... MacOS 23:22
raku.land/zef:lizmat/MacOS::NativeLib
thowe ah, so maybe I can symlink to a local dir... 23:23
lizmat that's really what that module does for you 23:24
install the module
and run "ensure-symlink-for pq"
and that should probably be it
thowe hm 23:26
heh, well that must have worked because now it complains about uuid 23:28
23:29 habere-et-disper left
thowe hm, well, uuid is apparently harder to find... 23:34
ossp-uuid seems to not work with the Nativecall trick 23:35
doesn't seem to install a lib... bummer 23:36
Hm. Maybe I made a mistake requesting the Mac.. I was under the impression a lot of Raku folks used them, so I thought the grass had already been trampled. 23:45
ossp-uuid seems to be expected to install the lib, but apparently not so much. 23:46
huh, I actually did find /opt/homebrew/lib/libuuid.a the Nativecall thing just doesn't seem to find it 23:53