Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread scratch65535
Thanks, Yasu & Carmel.  Bizarrely, the md5 I get is different to
both of yours:

d739fb09ede2917b54c06eab05130e10

Nor is any of them the same as the one on my server-of-all-work,
running 10.2R and php 7.0 with apache 2.4: 

10f8f74874296c48c9e099c67ca26be9

nor is the one I get when I replace the php72 built from ports
with the prebuilt package:

a30b75c6957b6e12f144984dde1f7b5f

I'm baffled.  I've no clue what's going on here.  I'm used to
libraries within a major release not changing unless called out
in the release notes, which this wasn't.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread Carmel NY
On Sat, 17 Feb 2018 23:11:32 +0900, Yasuhiro KIMURA stated:

>From: <scratch65...@att.net>
>Subject: Re: undefined symbol "php7_module" in libphp7.so?
>Date: Sat, 17 Feb 2018 08:52:52 -0500
>
>> Okay, I rebuilt apache24 and php72 from ports.  I'm still getting
>> the error.
>> 
>> Would someone who has php 7.2 working with apache 2.4 under 11.1R
>> please post the MD5 hash of libphp7.so?  Thanks.
>
>yasu@eastasia[3999]% uname -mr
>11.1-RELEASE-p6 amd64
>yasu@eastasia[4000]% md5 /usr/local/libexec/apache24/libphp7.so
>MD5 (/usr/local/libexec/apache24/libphp7.so) =
>0e8d5c7696031e1e59ea8f99ed183973 yasu@eastasia[4001]%

~ $ md5 /usr/local/libexec/apache24/libphp7.so
MD5 (/usr/local/libexec/apache24/libphp7.so) = b5d93a95e0c78705a9797bab0e99a292

~ $ freebsd-version
11.1-RELEASE-p6

-- 
Carmel
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread Yasuhiro KIMURA
From: <scratch65...@att.net>
Subject: Re: undefined symbol "php7_module" in libphp7.so?
Date: Sat, 17 Feb 2018 08:52:52 -0500

> Okay, I rebuilt apache24 and php72 from ports.  I'm still getting
> the error.
> 
> Would someone who has php 7.2 working with apache 2.4 under 11.1R
> please post the MD5 hash of libphp7.so?  Thanks.

yasu@eastasia[3999]% uname -mr
11.1-RELEASE-p6 amd64
yasu@eastasia[4000]% md5 /usr/local/libexec/apache24/libphp7.so
MD5 (/usr/local/libexec/apache24/libphp7.so) = 0e8d5c7696031e1e59ea8f99ed183973
yasu@eastasia[4001]%

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread scratch65535
Okay, I rebuilt apache24 and php72 from ports.  I'm still getting
the error.

Would someone who has php 7.2 working with apache 2.4 under 11.1R
please post the MD5 hash of libphp7.so?  Thanks.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-16 Thread Carmel NY
On Fri, 16 Feb 2018 20:20:24 +0900, Yasuhiro KIMURA stated:

Apache 2.4 and PHP 7.2 are running on my home server.

~ $ freebsd-version
11.1-RELEASE-p6

~ $ pkg info -x 'php72|apache24'
apache24-2.4.29
mod_php72-7.2.2
php72-7.2.2
php72-bcmath-7.2.2
php72-bz2-7.2.2
php72-calendar-7.2.2
php72-ctype-7.2.2
php72-curl-7.2.2
php72-dom-7.2.2
php72-extensions-1.0
php72-fileinfo-7.2.2
php72-filter-7.2.2
php72-ftp-7.2.2
php72-gd-7.2.2
php72-gettext-7.2.2
php72-hash-7.2.2
php72-iconv-7.2.2
php72-json-7.2.2
php72-ldap-7.2.2
php72-mbstring-7.2.2
php72-mysqli-7.2.2
php72-odbc-7.2.2
php72-opcache-7.2.2
php72-openssl-7.2.2
php72-pcntl-7.2.2
php72-pdo-7.2.2
php72-pdo_sqlite-7.2.2
php72-phar-7.2.2
php72-posix-7.2.2
php72-session-7.2.2
php72-simplexml-7.2.2
php72-sockets-7.2.2
php72-sqlite3-7.2.2
php72-tokenizer-7.2.2
php72-xml-7.2.2
php72-xmlreader-7.2.2
php72-xmlwriter-7.2.2
php72-zip-7.2.2
php72-zlib-7.2.2

BTW, I use "synth" to keep my system updated.

-- 
Carmel
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-16 Thread Yasuhiro KIMURA
Hello.

From: <scratch65...@att.net>
Subject: Re: undefined symbol "php7_module" in libphp7.so?
Date: Fri, 16 Feb 2018 05:20:45 -0500

> Does anyone else have php 7.2  or 7.1 or even 7.0 running under
> 11.1R? 

Apache 2.4 and PHP 7.2 are running on my home server.

yasu@eastasia[3727]% uname -a
FreeBSD eastasia.home.utahime.org 11.1-RELEASE-p6 FreeBSD 11.1-RELEASE-p6 #0 
r326723: Sat Dec  9 17:08:55 JST 2017 
ro...@eastasia.home.utahime.org:/usr0/freebsd/src/obj/usr0/freebsd/src/releng/11.1/sys/EASTASIA
  amd64
yasu@eastasia[3728]% pkg info -x 'php72|apache24'
apache24-2.4.29
mod_php72-7.2.2
php72-7.2.2
php72-curl-7.2.2
php72-dom-7.2.2
php72-exif-7.2.2
php72-fileinfo-7.2.2
php72-filter-7.2.2
php72-gd-7.2.2
php72-iconv-7.2.2
php72-intl-7.2.2_1
php72-json-7.2.2
php72-mbstring-7.2.2
php72-openssl-7.2.2
php72-pdo-7.2.2
php72-pdo_sqlite-7.2.2
php72-session-7.2.2
php72-xml-7.2.2
php72-zip-7.2.2
php72-zlib-7.2.2
yasu@eastasia[3729]%

My main applications are mail/rainloop-community and
www/dokuwiki. Both seem to work fine.

---
Yasuhiro KIMURA
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-16 Thread scratch65535
[Default] On Thu, 15 Feb 2018 21:21:17 +0100, Walter
Schwarzenfeld  wrote:

>what said
>
>grep php /usr/local/etc/apache24/httpd.conf


It said the usual:  

LoadModule php7_modulelibexec/apache24/libphp7.so

There was definitely something wrong with that lib file.   I ran
nm -g on the copy of libphp7.so on my server-of-all-work, and was
surprised to see that it  found *no* symbols in it.  But that
installation (php 7.0 under 10.2) works, so apparently not
finding symbols is not an error.  

I then pulled a copy of the libphp7.so over from the soaw and got
a much-less-crazy-looking error when I tried to start apache:  it
can't find libelf.so.1.  So at least apache is not completely
bewildered.

Does anyone else have php 7.2  or 7.1 or even 7.0 running under
11.1R? 
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-15 Thread Walter Schwarzenfeld

what said

grep php /usr/local/etc/apache24/httpd.conf

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-15 Thread scratch65535
Did 11.1 break something in PHP?   

I just reverted to PHP 7.1, but the problem with the .so remains.
Who builds  libphp7.so?  It seems to be a bit of a mess.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-15 Thread scratch65535
[Default] On Thu, 15 Feb 2018 18:54:33 +0100, Jochen Neumeister
 wrote:

>
>
>Am 15.02.2018 um 17:35 schrieb scratch65...@att.net:
>> I upgraded to 11.1, and installed php72.  But I'm getting a
>> httpd.conf error saying that "php7_module" is an undefined symbol
>> in the .so
>>
>> It was okay in 7.1 -- did it change?  Php.net doesn't seem to
>> have anything to say about it.
>
>rebuild all ports?

I think so.  I called pkg-static upgrade -f.And pkg info says
all the php bits are 7.2. 

Listing out the symbol table in libphp7.so shows that, indeed,
there's no php_module.  There's php_module_startup and 3
different flavors of php_module_shutdown, but no "php_module".
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: undefined symbol "php7_module" in libphp7.so?

2018-02-15 Thread Jochen Neumeister



Am 15.02.2018 um 17:35 schrieb scratch65...@att.net:

I upgraded to 11.1, and installed php72.  But I'm getting a
httpd.conf error saying that "php7_module" is an undefined symbol
in the .so

It was okay in 7.1 -- did it change?  Php.net doesn't seem to
have anything to say about it.


rebuild all ports?

joneum
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


undefined symbol "php7_module" in libphp7.so?

2018-02-15 Thread scratch65535
I upgraded to 11.1, and installed php72.  But I'm getting a
httpd.conf error saying that "php7_module" is an undefined symbol
in the .so  

It was okay in 7.1 -- did it change?  Php.net doesn't seem to
have anything to say about it.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"