Re: [PHP] Sorry, I cannot run apxs

2003-06-08 Thread Pentothal
"Philip Olson" wrote: > What do these commands output? > > # /usr/sbin/httpd -v Server version: Apache/2.0.46 Server built: Jun 8 2003 02:59:44 > # /usr/sbin/apxs -q SBINDIR apxs -q SBINDIR /usr/sbin apxs:Error: /usr/bin/apr-config not found!. > # /usr/sbin/apxs -q TARGET /usr/sbin/apxs -q

[PHP] Sorry, I cannot run apxs

2003-06-07 Thread Pentothal
I can't build php-4.3.2 with apache 2.0 under a RedHat 9 box. I've upgraded apache to 2.0.46 by adapting a rpm source packet. The configure section within the spec file looks like this ./configure -C \ --prefix=%{_sysconfdir}/httpd \ --exec-prefix=%{_prefix} \ --bindir=%{_

Re: [PHP] 4.3.0 compile error

2002-12-28 Thread Pentothal
"Pentothal" wrote: > "Rasmus Lerdorf" wrote: > > > Please include your configure flags. > > Yes, obviously - I need to sleep longer! > > ./configure \ > --with-apxs=/usr/sbin/apxs \ > --with-config-file-path=/etc/httpd/conf

Re: [PHP] 4.3.0 compile error

2002-12-28 Thread Pentothal
"Rasmus Lerdorf" wrote: > Please include your configure flags. Yes, obviously - I need to sleep longer! ./configure \ --with-apxs=/usr/sbin/apxs \ --with-config-file-path=/etc/httpd/conf \ --disable-cgi \ --with-tsrm-pthreads \ --enable-trans-sid \ --enable-sysvsem \

[PHP] 4.3.0 compile error

2002-12-28 Thread Pentothal
I've tried to compile php 4.3.0 under RedHat 6.2 (libtool-1.4-8) and I got this compile error: /bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 -avoid-version -module [... snip ...] -lcrypt -lresolv -lm -ldl -lnsl -lcrypt -o sapi/cli/php ext/standard/image.lo: In function `php_han

[PHP] Bundled php mysql library vs mysql extension

2002-05-18 Thread Pentothal
Which are the differences between the php bundled mysql library and the external "standard" extension? Is the bundled one faster? How much? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php