cane-bt
cane-bt
me too. I use webpacker and yarn in rails. I found the link below and tried to execute the command `yarn add @themesberg/volt-bootstrap-5-dashboard`. [@themesberg/volt-bootstrap-5-dashboard | Yarn - Package Manager](https://yarnpkg.com/package/@themesberg/volt-bootstrap-5-dashboard#useful-links) However,...
> check this out https://github.com/phpbrew/phpbrew/issues/966 I execute below command, I have the same error. ```bash phpbrew install -j 4 8.1.13 +everything +bz2="$(brew --prefix bzip2)" +zlib="$(brew --prefix zlib)" +openssl="$(brew --prefix [email protected])"...
@peter279k > The above references are available in the comment [#966 · phpbrew/phpbrew](https://github.com/phpbrew/phpbrew/issues/966). I think it is wrong because it is displayed below command. ```bash brew --prefix bzip2 #=> /usr/local/opt/bzip2...
@MuhmdRaouf I found this link. Could this help us? [Installing PHP 7 on macOS 12 Monterey – Twocanoes Software](https://twocanoes.com/knowledge-base/installing-php-7-on-macos-12-monterey/) I tried this link, but this didn't work for me. [makefile...
@peter279k I tried again as you say. below is messages of executing commands. ```bash $ wget https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz #=> --2022-12-04 16:24:04-- https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz #=> Resolving sourceware.org (sourceware.org)... 8.43.85.97 #=> Connecting to sourceware.org...
@peter279k Compared to the link destination([makefile - Building and Installing BZip2 with shared library dylib on MacOS - Stack Overflow](https://stackoverflow.com/questions/67179779/building-and-installing-bzip2-with-shared-library-dylib-on-macos)), the execution result of `sudo make install PREFIX=/usr/local/bzip2` `libbz2.a` is...
@peter279k I feel like `libbz2.a` is not included in `tar -xvzf bzip2-1.0.8.tar.gz` result. So is it possible that it isn't actually installed?
It may be superfluous, but I tried various things with terminal using libbz2 as a keyword. ```bash #=> brew --prefix libbz2 Error: No available formula with the name "libbz2". Did...