Below is the transcript of my attempt and the error that results:
[gatchaman:/packages/apache_1.3.19] root# ./configure --enable-module=so
--activate-module=/src/modules/php4/libphp4.a
Configuring for Apache, Version 1.3.19
+ using installation path layout: Mac OS X Server (config.layout)
confi
I've gotten up to step 9 on http://php.net/manual/en/install.macosx.php
and this happens:
===> src/modules/php4
cd: can't cd to php4
make[3]: *** [all] Error 1
make[2]: *** [subdirs] Error 1
make[1]: *** [build-std] Error 2
make: *** [build] Error 2
Apparantly, src/modules/php4 was NOT created f
I started by reading http://php.net/manual/en/install.macosx.php
"Example 2-4. Mac OS X server install"
cd /packages
wget http://apache.vitts.com/dist/apache_1.3.19.tar.gz
gnutar zxf apache_1.3.19.tar.gz
cd apache_1.3.19/
Instead of step 2, I did a ./configure --layout to confirm that I did
not
Cameron wrote:
> in here you want --with-apache=/path/to/your/apache/source instead of
> the withapxs, the --activeate-module compiles a static php
thank you. :-) I'm curious about the difference between apache and apxs...
Anyway, everything built, but now when I try to start, I get
dyld: /us
Thanks to Andrew and Cameron for assisting with my mosxs build of php
and apache.
But I am still stuck with the following:
dyld: /usr/sbin/httpd multiple definitions of symbol _DayNameLong
/usr/sbin/httpd definition of _DayNameLong
/System/Library/Apache/Modules/libphp4.so definition of _DayName
I was wondering how I would test to see if a number was NaN. When I
assign log(-1) to a constant, it does not seem to equal another variable
that is NaN.
--
:-J
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
and assuming I can, will this dump the resulting page to the browser?
$fp = fopen( $buildURI, "r" );
fpassthru( $fp );
fclose( $fp );
--
:-J
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To cont
Christian Reiniger wrote:
>
> On Saturday 07 July 2001 09:27, Jeff Orrok wrote:
> > and assuming I can, will this dump the resulting page to the browser?
> >
> > $fp = fopen( $buildURI, "r" );
> > fpassthru( $fp );
> > fclose( $fp );
>
>
8 matches
Mail list logo