Ed Sabol
Ed Sabol
Unfortunately, `su -s /bin/sh` doesn't work on macOS, Solaris, or FreeBSD. The `su` commands on those operating systems don't support `-s`/`--shell`. I'm not sure if all those are supported by...
Could you add a test case please?
@true-alex : I mean add a test to one of the `t/*.t` files as part of your pull request. I'm not sure, but I think it should go in `t/02attribs.t`....
@briandfoy is correct. You need to use `install_name_tool` as shown above.
https://rt.cpan.org/Public/Bug/Display.html?id=117082 is related.
I think the solution is to tweak the `Makefile` by inserting the `install_name_tool` commands somewhere in `MY::postamble` in `Makefile.PL` if the platform is macOS, but I’m by no means an...
I know it's been 3 months, and you've probably already found a solution. I think you need to configure your PATH. You need to install the PostgreSQL tools and get...
> I'm still wondering why the installs worked for 7 years and all of a sudden abend with an error. I really don't think installing Postgres on my development computers...
I should have added that I'm using `O365Manual` mode where you copy a URL and paste it in your web browser in order to authenticate with a card reader.
After almost 2 months of banging my head on this and not seeing emails sent to me in a timely fashion, I finally found a solution (or a workaround)! All...