Search Criteria
Package Details: php73-dblib 7.3.26-1
Git Clone URL: | https://aur.archlinux.org/php73.git (read-only, click to copy) |
---|---|
Package Base: | php73 |
Description: | dblib module for PHP |
Upstream URL: | https://www.php.net/ |
Licenses: | |
Submitter: | matth |
Maintainer: | matth |
Last Packager: | matth |
Votes: | 8 |
Popularity: | 0.21 |
First Submitted: | 2019-12-24 17:08 |
Last Updated: | 2021-01-12 17:23 |
Dependencies (26)
- freetds (freetds-patched-enum, freetds-krb5)
- php73
- procps-ng (procps-ng-git, procps-ng-static, procps-ng-nosystemd, procps-ng-nosystemd-minimal-git) (check)
- apache (apache-git, apache22) (make)
- aspell (aspell-git) (make)
- c-client (make)
- curl (curl-git, curl-minimal-git) (make)
- db (db6.2) (make)
- enchant (enchant-pure) (make)
- freetds (freetds-patched-enum, freetds-krb5) (make)
- gd (make)
- gmp (gmp-hg, scipoptsuite, scipoptsuite-bin) (make)
- icu (icu-git, icu-git-static) (make)
- libnsl (libnsl-git) (make)
- libsodium (libsodium-git) (make)
- libtool (libtool-git) (make)
- libxslt (libxslt-git) (make)
- libzip (libzip-git) (make)
- net-snmp (make)
- pcre2 (pcre2-svn) (make)
- postfix (postfix-mysql) (make)
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-src-beta-libs, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-libs-9.6, postgresql-lts-libs, postgresql-libs-12, postgresql-src-libs, postgresql-libs-11) (make)
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git) (make)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux) (make)
- tidy (tidy-html5-git) (make)
- unixodbc (erlang-unixodbc-git) (make)
Latest Comments
1 2 3 Next › Last »
matth commented on 2021-01-14 21:21
@yolosan It looks like you don't have gpg configured to use a keyserver.
You can use something like
yolosan commented on 2021-01-14 12:15
Hi. I'm getting the following error:
Doing
TheGoliath commented on 2020-05-02 15:48
Package also provides the php package itself. Should be added to the provides section
cdo commented on 2020-04-19 19:42
Thanks for this package. It builds perfectly fine on armv7h. Do you mind adding this architecture to the PKGBUILD?
berturion commented on 2020-03-09 09:51
Thank you @tompear, it is solved after rebuild.
tompear commented on 2020-03-09 07:18
Just rebuild php73-imagick. In most cases it will resolve the problem.
berturion commented on 2020-03-08 16:07
Just to let you know, since version upgrade of ImageMagick in the arch repo, I have this warning :
berturion commented on 2020-03-03 11:08
Ok, thank you @tompear, I did not understand, it is clear now :)
tompear commented on 2020-03-03 07:38
Once again, 'smtp-forwarder' in case of install will give you a choice what package to install: esmtp, exim, msmtp-mta, nullmailer, opensmtpd or postfix. Any of it will fill the dependency so PKGBUILD must not point directly to postfix nor exim.
So all you need to do is clone package repo, edit PKGBUILD and change postfix to whatever you want and run makepkg -si.
berturion commented on 2020-03-02 10:32
@tompear about postfix dependency, I had to replace my existing exim installation with postfix in order to install php73. My problem is solved because my installation is very simple but that could cause some problem for others that don't have the choice of keeping exim (configuration of such a software is quiet difficult). Is it possible to accept exim as the mailer dependency?