Jason Legler

Results 38 comments of Jason Legler

Are you on Ubuntu in your wsl environment?

And just to be sure, did you install the prerequisites for Ubuntu on WSL from the readme?

If you're on Ubuntu on wsl, can you run `sudo apt-get install libicu-dev` and then install it again. I will try 16 when I get home, but it sounds like...

I installed `libicu-dev` and re-installed the plugin from scratch. After doing that, I could install 15.4 and 16.0 successfully on Ubuntu 22.04.3 LTS. Can you make sure libicu-dev is installed...

I have no idea. Are you using homebrew in Ubuntu to manage dependencies? I have never done that in Ubuntu, but OpenSSL via homebrew is the fifth circle of hell...

I get this when I run dpkg. 16 and 15.4 both install fine on mine. That said, I have had this wsl instance configured since April, so who knows what...

I'll take a stab at nuking my WSL and doing it from scratch, but I use it for work, so it will have to wait until this weekend.

Oh wild. So something with the way brew's icu package is linked causes icu to not be found by this plug-in. That does narrow it down. I'm not sure when...

https://github.com/smashedtoatoms/asdf-postgres/issues/80#issuecomment-1954665952 suggests that using 16.2 may work. Also, if you're using pkgconfig, you will have to figure out how to get your linking to work. There is nothing strictly wrong...

I deal with more issues with openssl on Mac for every project I maintain than any other technology. I postponed adding support for openssl for years on this library because...