From owner-freebsd-ports@FreeBSD.ORG Fri Apr 11 08:28:09 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFF27690 for ; Fri, 11 Apr 2014 08:28:09 +0000 (UTC) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E55C1771 for ; Fri, 11 Apr 2014 08:28:09 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.82) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1WYWoa-0020IG-SQ>; Fri, 11 Apr 2014 10:28:00 +0200 Received: from g225184157.adsl.alicedsl.de ([92.225.184.157] helo=thor.walstatt.dynvpn.de) by inpost2.zedat.fu-berlin.de (Exim 4.82) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1WYWoa-001aRQ-PG>; Fri, 11 Apr 2014 10:28:00 +0200 Date: Fri, 11 Apr 2014 10:27:56 +0200 From: "O. Hartmann" To: FreeBSD Ports Subject: PHP Warning: Unable to load dynamic library Message-ID: <20140411102756.06aa4878.ohartman@zedat.fu-berlin.de> Organization: FU Berlin X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/k+TPfgqBUXo37z00TV0Va6N"; protocol="application/pgp-signature" X-Originating-IP: 92.225.184.157 X-ZEDAT-Hint: A X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 08:28:09 -0000 --Sig_/k+TPfgqBUXo37z00TV0Va6N Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Since a couple of days by now I get bothered by this nasty error corrupting= all the services provided via Apache24/PHP: [...] PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525-zts/xsl.so' - Cannot open "/usr/local/lib/php/20100525-zts This happens to all .so libraries, apache24 want to load upon start. The pa= th is /usr/local/lib/php/20100525, NOT /usr/local/lib/php/20100525-zts. I recompiled apache and all php stuff without option ZTS enabled to get rid= of the wrong path, but it seems I didn't hit the culprit port. Does anyone know what is going wrong? Where does apache/php take the path o= f the libs from? I tried to find the config, but I couldn't reveal its location. Thanks in advance, Oliver P.S. Please CC me ... --Sig_/k+TPfgqBUXo37z00TV0Va6N Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTR6eQAAoJEOgBcD7A/5N8v60IAMUC9AxMyJqMtL0myyCGsZTF 2gMDTBsvl/Id1FIQFNO83murRrq93VFdusRCUEkQh3ZRlNfcdwinY+y8rt5Nwhuh tZj3xchxVxjQmzRnrGvjEiUvRYb98XgTlUx55XzJwal9xfzCusJmX96Y4CaHDqZ5 XNmjm/kRhzgqcVjEJIKe1gqKL0B9dZC1fbPGx/izU/1b08vftSCacqUi9L1uRlGY UkaScijg2ruv5PkY/wj0oFTurgFTtAWFBqBAzdMnsqhEl2VfaDBlXLpqnknC0qX/ eUL1p6FZpw82JA3HIh1cCwHMAhRvy5ZYcApceVoCWQSUXPurtdjicUsKvcUSq4M= =hVa7 -----END PGP SIGNATURE----- --Sig_/k+TPfgqBUXo37z00TV0Va6N--