Nevermind, I'm a idiot. I had the package name wrong. On Wed, Feb 10, 2021 at 11:32 AM Jesse Barton <jessebarto...@gmail.com> wrote:
> After fully reading the /usr/local/share/doc/pkg-readmes/php-7.4 readme I > found that > there is a third party package called pecl-libsodium so I searched for > that in openports.se and tried installing it > but had no luck. I also noticed there is a pecl-mcrypt > https://openports.se/security/pecl-mcrypt > So I tried installing that also with no success. Am I missing something? > > IPAM% doas pkg_add pecl-mcrypt > quirks-3.441 signed on 2021-02-10T15:19:41Z > Can't find pecl-mcrypt > > IPAM% doas pkg_add pecl-libsodium > quirks-3.441 signed on 2021-02-10T15:19:41Z > Can't find pecl-libsodium > > - various useful third-party extensions from the PECL repository have > also been packaged. Examples include pecl-memcache (for use with > sysutils/memcached), pecl-imagick (image manipulation using ImageMagick), > pecl-libsodium (a wrapper for the libsodium cryptographic library), etc. > > On Wed, Feb 10, 2021 at 9:35 AM Jesse Barton <jessebarto...@gmail.com> > wrote: > >> Thanks Stuart that's super helpful I'm new to openbsd and must have >> completely missed that those readmes existed. I got everything working last >> night minus a SAML integration I'm trying to setup that says it requires >> php-mcrypt but I noticed that php-mcrypt is marked obsolete in ports. Looks >> like it's deprecated as a whole. Is there an alternative anyone recommends >> I use? >> >> On Wed, Feb 10, 2021 at 2:23 AM Stuart Henderson <s...@spacehopper.org> >> wrote: >> >>> On 2021-02-09, Jesse Barton <jessebarto...@gmail.com> wrote: >>> > Hey OpenBSD Community, >>> > >>> > I am working on getting phpIPAM setup on a OpenBSD system but so far >>> i'm >>> > running into an issue with connecting the php site to the database. >>> > >>> > I used parts of these documentation pages to get everything working. >>> > https://www.php.net/manual/en/install.unix.openbsd.php >>> > https://phpipam.net/documents/installation/ >>> >>> See the OpenBSD documentation installed by the packages (and pointed out >>> by pkg_add when you installed them): >>> >>> /usr/local/share/doc/pkg-readmes/mariadb-server >>> /usr/local/share/doc/pkg-readmes/php-7.4 >>> >>> >>>