On 4/4/2003 12:46 AM, Florian Timm Schubert wrote:
> Hallo!
>
> Ich habe den Port mail/cclient-2002 installiert, da ich PHP mit --with-imap
> kompilieren möchte.
> Nach dem kompilieren von PHP startet allerdings auch der Apache nicht mehr
> (Fehler im PHP-Modul).
> Beim Kompilieren von PHP erscheint folgendes:
>
> /usr/libexec/elf/ld: warning: libssl.so.3, needed by
> /usr/local/lib/libc-client4.so, may conflict with libssl.so.4
> /usr/libexec/elf/ld: warning: libcrypto.so.3, needed by
> /usr/local/lib/libc-client4.so, may conflict with libcrypto.so.4
>
> das scheint ja der Fehler zu sein.
>
> Ohne --with-imap funktioniert alles wunderbar.
>
> Kennt jemand das Problem?
>
Ja, zum einen existieren noch die alten bibliotheken vom OpenSSL 0.9.6x,
das nun auf OpenSSL 0.9.7a geupdatet wurde. Ein upgrade aller Ports, die
OpenSSL verwenden, sollte abhilfe schaffen. Ggf. portupgrade -far
Weiterhin wirst Du dann auf eine API-Inkompatibilität stoßen, die in
PHP-4.3.2 behoben sein wird. Mit folgenden Patches sollte es
funktionieren (nur PHP).
So long,
Jens
--- www/mod_php4/distinfo.orig Sun Feb 23 03:08:32 2003
+++ www/mod_php4/distinfo Fri Apr 4 00:12:13 2003
@@ -1 +1 @@
-MD5 (php-4.3.1.tar.bz2) = bbfe584acb3549c62bb61355165e2ca6
+MD5 (php-4.3.2RC1.tar.gz) = 0cf1b1d530613fc35a48f12f1aefcee1
--- www/mod_php4/Makefile.orig Fri Apr 4 00:07:28 2003
+++ www/mod_php4/Makefile Fri Apr 4 00:08:41 2003
@@ -6,18 +6,10 @@
#
PORTNAME= mod_php4
-PORTVERSION= 4.3.1
+PORTVERSION= 4.3.2RC1
PORTREVISION= 0
CATEGORIES= www
-MASTER_SITES= http://us.php.net/${PHP_DISTDIR}/ \
- http://php.he.net/${PHP_DISTDIR}/ \
- http://www.php3.de/${PHP_DISTDIR}/ \
- http://au.php.net/${PHP_DISTDIR}/ \
- http://at.php.net/${PHP_DISTDIR}/ \
- http://br.php.net/${PHP_DISTDIR}/ \
- http://php.easydns.com/${PHP_DISTDIR}/ \
- http://www.php.cz/${PHP_DISTDIR}/ \
- http://php3.globe.de/${PHP_DISTDIR}/
+MASTER_SITES= http://www.php.net/~jani/RC/
DISTNAME= php-${PORTVERSION}
MAINTAINER= dirk(at)FreeBSD.org
@@ -31,7 +23,6 @@
PHP_DISTDIR= distributions
-USE_BZIP2= yes
USE_SUBMAKE= yes
USE_AUTOCONF_VER=213
.if defined(WITH_APACHE2)
--- www/mod_php4/scripts/configure.php.orig Thu Mar 20 10:25:47 2003
+++ www/mod_php4/scripts/configure.php Thu Mar 20 10:25:58 2003
@@ -278,7 +278,7 @@
fi
;;
\"XSLT\")
- echo "LIB_DEPENDS+= sablot.69:\${PORTSDIR}/textproc/sablotron"
+ echo "LIB_DEPENDS+= sablot.70:\${PORTSDIR}/textproc/sablotron"
echo "CONFIGURE_ARGS+=--enable-xslt --with-xslt-sablot=\${LOCALBASE}"
if [ -z "$XML" ]; then
set $* \"XML\"
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Fri 04 Apr 2003 - 02:16:09 CEST