[PHP] Missing pear executable

2005-10-04 Thread Reuben D. Budiardja
Hello,
I've been installing php-4.4.0 and php-5.0.5, and it both cases I can't find 
the pear executable in the install directory. For instance:
# ls /usr/local/php-5.0.5/bin/
php  php-config  phpize

IIRC, pear executable (ie. the package manager) used to be bundled with PHP. 
In fact, I think a while a go I compiled from the daily snapshot and I got 
the pear executable. My configure options have not changed since then (look 
below). Any help ? 

Thank you
Reuben D. B.

-- here is my configure line:

./configure \
--prefix=/usr/local/php-5.0.5 \
--with-config-file-path=/etc \
--with-config-file-scan-dir=/etc/php.d \
--enable-force-cgi-redirect \
--disable-debug --enable-pic \
--disable-rpath --enable-inline-optimization \
--with-bz2 \
--with-db4=/usr \
--with-curl \
--with-exec-dir=/usr/bin \
--with-freetype-dir=/usr \
--with-png-dir=/usr \
--with-gd=shared \
--enable-gd-native-ttf \
--without-gdbm \
--with-gettext \
--with-ncurses=shared \
--with-gmp \
--with-iconv \
--with-jpeg-dir=/usr \
--with-openssl \
--with-png \
--with-xml \
--with-expat-dir=/usr \
--with-dom=shared,/usr \
--with-dom-xslt=/usr \
--with-dom-exslt=/usr \
--with-xmlrpc=shared \
--with-pcre-regex=/usr \
--with-zlib \
--with-layout=GNU \
--enable-bcmath \
--enable-exif \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-trans-sid \
--enable-yp \
--enable-wddx \
--with-pear=/usr/share/pear \
--with-kerberos \
--with-ldap=shared \
--with-pgsql=/usr/local/postgresql-7.4.8 \
--enable-ucd-snmp-hack \
--enable-memory-limit \
--enable-shmop \
--enable-calendar \
--enable-dbx \
--enable-dio \
--enable-mbstring=shared \
--enable-mbstr-enc-trans \
--enable-mbregex \
--with-mime-magic=/usr/share/file/magic.mime \
--with-apxs2=/usr/sbin/apxs \
--with-oci8-instant-client=/usr/local/oracle/instantclient_10_2 \
--enable-soap

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Missing pear executable

2005-10-04 Thread Reuben Budiardja

[EMAIL PROTECTED] wrote:


Admittedly I've only dealt with PEAR a little bit, but the two times I 
installed it, it didn't seem to involve any 'executable'.  PEAR appears to be 
totally PHP script based.

I dont mean to give an RTFM type response here, but if you follow the 
instructions at the PEAR installation page, it should work fine no matter what OS you're 
running:

http://pear.php.net/manual/en/installation.php

 


Hello,
What I meant by the pear executable is actually a shell based (which 
then run php) script that acts as the pear frontend / package manager.
Thanks for the link and summary on how to install that manually, but I 
was just curious why it wasn't built automatically when I 'make install' 
php, since as I mentioned, IIRC previous version of PHP gives you this.


Thanks.
RDB

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Missing pear executable

2005-10-04 Thread tg-php
I believe you're right, they used to include it with PHP.  I believe the PEAR 
docs even say something about it being included.  Maybe they don't anymore so 
you have to go to the PEAR site to get the latest installer.  That way they 
don't get people using an older installer/package manager that may not be the 
latest update.  *shrug*

Either way, the info I sent earlier should get you up and running in no time.

Good luck!

-TG

= = = Original message = = =

[EMAIL PROTECTED] wrote:

Admittedly I've only dealt with PEAR a little bit, but the two times I 
installed it, it didn't seem to involve any 'executable'.  PEAR appears to be 
totally PHP script based.

I dont mean to give an RTFM type response here, but if you follow the 
instructions at the PEAR installation page, it should work fine no matter what 
OS you're running:

http://pear.php.net/manual/en/installation.php

  

Hello,
What I meant by the pear executable is actually a shell based (which 
then run php) script that acts as the pear frontend / package manager.
Thanks for the link and summary on how to install that manually, but I 
was just curious why it wasn't built automatically when I 'make install' 
php, since as I mentioned, IIRC previous version of PHP gives you this.

Thanks.
RDB


___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php