Date: Tue, 1 Apr 2003 17:01:18 -0800 From: Doug Silver <dsilver@urchin.com> To: mit@dreamlabs.com, <rgraf@free.fr> Cc: ports@freebsd.org Subject: Re: yet another mod_php4 problem :-( Message-ID: <200304011700.56618.dsilver@urchin.com> In-Reply-To: <000201c2f8b1$df86d2d0$0800a8c0@shadow> References: <000201c2f8b1$df86d2d0$0800a8c0@shadow>
next in thread | previous in thread | raw e-mail | index | archive | help
I finally got it to build yesterday, but I made symlinks from=20 /usr/lib/libcrypto.so and /usr/lib/libssl.so to /usr/local/lib to force i= t to=20 grab the openssl ports version. Otherwise it was linking them both in!=20 # pkg_info | egrep "ssl|_php|cclient" apache+mod_ssl-1.3.27+2.8.12 The Apache 1.3 webserver with SSL/TLS=20 functionality cclient-2002,1 Mark Crispin's C-client mail access routines mod_php4-4.3.1 PHP4 module for Apache openssl-0.9.7a SSL and crypto library I am also using a patch in /usr/ports/Mk/ to force it to recognize the OP= ENSSL=20 variables. Not sure if that will solve your problem, but see what ldd sh= ows=20 you for the libphp.so and perhaps that will show you what's wrong. -doug On Tuesday 01 April 2003 04:50 pm, Will Mitayai Keeso Rowe wrote: > Upgate: > > He's likely right.... it failed on IMAP everytime, regardless of IMAP o= r > IMAP_SSL. cclient is new, with SSL. > > I'll tinker and see if I can find a set of options that works (ie > compile cclient without SSL and try php w/IMAP again). > > > > -----Original Message----- > From: Will Mitayai Keeso Rowe [mailto:mit@dreamlabs.com] > Sent: March 31, 2003 11:10 AM > To: 'rgraf@free.fr' > Cc: 'ports@freebsd.org' > Subject: RE: yet another mod_php4 problem :-( > > > interesting theory; I did have IMAP... I rebuilt PHP with no options, > and got it installed fine. > > It's a slow day at work today, so I have time to try uninstalling and > reinstalling a few times with various options selected and report back. > > -Mit > > > -----Original Message----- > From: rgraf@free.fr [mailto:rgraf@free.fr] > Sent: March 31, 2003 10:28 AM > To: mit@dreamlabs.com; Will Mitayai Keeso Rowe > Cc: mit@dreamlabs.com; 'Edwin Groothuis'; ports@freebsd.org > Subject: RE: yet another mod_php4 problem :-( > > > I have the same problem : > I'm sure that you select Imap in php4. It seems that there is a problem > with > cclient. > Regis > > En r=E9ponse =E0 Will Mitayai Keeso Rowe <mit@dreamlabs.com>: > > to be more accurate, I should point out that I wiped my entire system > > and started from scratch, so to answer your next question "No, there > > is > > no trace left of Mysql 4 on my system" ;-) > > > > -----Original Message----- > > From: Will Mitayai Keeso Rowe [mailto:mit@dreamlabs.com] > > Sent: March 31, 2003 4:40 AM > > To: 'Edwin Groothuis' > > Cc: 'ports@freebsd.org' > > Subject: RE: yet another mod_php4 problem :-( > > > > > > I did, but there were so many compatibility problems I deinstalled it > > and went back to 3. > > > > > > -----Original Message----- > > From: Edwin Groothuis [mailto:edwin@mavetju.org] > > Sent: March 31, 2003 4:16 AM > > To: Will Mitayai Keeso Rowe > > Cc: ports@freebsd.org > > Subject: Re: yet another mod_php4 problem :-( > > > > > > On Mon, Mar 31, 2003 at 03:57:59AM -0500, Will Mitayai Keeso Rowe > > > > wrote: > > > Any idea what this could be caused by? > > > > > > Installing PHP CLI binary: /usr/local/bin/ > > > Installing PHP SAPI module > > > [activating module `php4' in /usr/local/etc/apache/httpd.conf] > > > cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so > > > chmod 755 /usr/local/libexec/apache/libphp4.so > > > cp /usr/local/etc/apache/httpd.conf > > > > /usr/local/etc/apache/httpd.conf.bak > > > > > cp /usr/local/etc/apache/httpd.conf.new > > > > /usr/local/etc/apache/httpd.conf > > > > > rm /usr/local/etc/apache/httpd.conf.new > > > Installing shared extensions: > > > /usr/local/lib/php/extensions/no-debug-non-zts-20020429/ > > > Installing PEAR environment: /usr/local/lib/php/ > > > Segmentation fault (core dumped) > > > *** Error code 139 > > > > You have MySQL 4? > > Somebody here complained about the same problem this afternoon. > > > > Edwin > > > > -- > > Edwin Groothuis | Personal website: > > http://www.mavetju.org > > edwin@mavetju.org | Weblog: > > http://www.mavetju.org/weblog/weblog.php > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to > > "freebsd-ports-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org= "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304011700.56618.dsilver>