php-install Digest 16 Jan 2003 00:51:12 -0000 Issue 1203 Topics (messages 9702 through 9707):
Which php installs/builds on RH8? 9702 by: Mitch Pirtle Re: make error 9703 by: warren daly PHP with 2 diffrent versions of Apache on same machine 9704 by: SuratSingh Bhati running PHP 3 and 4 at the same time 9705 by: Yakov Cherkassky Libtool error 9706 by: Jose php from command line 9707 by: Pradeep Tallogu Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message ---H everyone, Just asking if any 4.3.x (cvs or otherwise) will build on a current RedHat 8 machine. I've tried several cvs releases and 4.3.0 about 10 times. I have the standard httpd and httpd-devel packages (including apxs). I've been happily compiling PHP for years now, but just cannot figure out what is going on this time around. I've heard that it was a gcc problem, and that it was fixed in CVS... So, two questions: 1) What releases of PHP 4.3.x have successfully compiled on a RedHat 8 machine? 2) What were the configure options used? -- Mitch--- End Message ---
--- Begin Message ---Your using 64 bit libraries whilst LD_LIBRARY_PATH points to the 32 bit libraries? If so, you will need to build 64-bit versions of the necessary libraries. regards, Warren Warren Daly - Network Engineer HEAnet Ltd. Brooklawn House, Crampton Avenue, Shelbourne Rd, Dublin 4, Ireland. Tel:+353-1-660 9040 Fax:+353-1-660 3666 <mailto:[EMAIL PROTECTED]> Web: <<http://www.heanet.ie>> -----Original Message----- From: Eicke Felipe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 11:36 AM To: php-install Subject: [PHP-INST] make error Hi Folks The following error appear when I try to make php: ld: fatal: file /usr/local/db/install/Oracle.9i.rel2/lib/libclntsh.so: wrong ELF class: ELFCLASS64 ld: fatal: file /usr/local/db/install/Oracle.9i.rel2/lib/libclntsh.so: wrong ELF class: ELFCLASS64 ld: fatal: File processing errors. No output written to sapi/cli/php collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1 My configure is: ./configure --with-apache=/usr/share/apache --with-oracle=/usr/share/oracle --with-oci8 Could anybody help me?--- End Message ---
smime.p7s
Description: application/pkcs7-signature
--- Begin Message ---
Hi,
I would like to use the Apache2+PHP(latest) , and Apache1.3+PHP(latest)
on same machine.
We can complie the PHP using the APXS as DSO, using diffrent
APXS for each Apache. This will create a sepereate DSO library
for each Apache.
But PHP installs some other files at /usr/local/lib/php , can we keep
commom set of such file for both the Apache version?
Someone had such exprience before?
Any other complication in by using diffrent Apache version with same PHP
version on same server?
Regards,
-Surat
_________________________________________________________________
The new MSN 8 is here: Try it free* for 2 months http://join.msn.com/?page=dept/dialup
--- End Message ---
--- Begin Message ---Hello, Quick question: Can PHP 3 and PHP 4.3.0 run concurrently from on Win2Kpro/IIS 5?? My first posting, Thanks, Yakov. -----Original Message----- From: Mitch Pirtle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 6:48 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Which php installs/builds on RH8? H everyone, Just asking if any 4.3.x (cvs or otherwise) will build on a current RedHat 8 machine. I've tried several cvs releases and 4.3.0 about 10 times. I have the standard httpd and httpd-devel packages (including apxs). I've been happily compiling PHP for years now, but just cannot figure out what is going on this time around. I've heard that it was a gcc problem, and that it was fixed in CVS... So, two questions: 1) What releases of PHP 4.3.x have successfully compiled on a RedHat 8 machine? 2) What were the configure options used? -- Mitch -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php--- End Message ---
--- Begin Message ---When i do "make install" shows this error: Installing PHP SAPI module /usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp4.la /usr/local/apache2/modules rm -f /usr/local/apache2/modules/libphp4.so /usr/local/apache2/build/libtool --mode=install cp libphp4.la /usr/local/apache2/modules/ cp .libs/libphp4.a /usr/local/apache2/modules/libphp4.a cp .libs/libphp4.lai /usr/local/apache2/modules/libphp4.la libtool: install: warning: remember to run `libtool --finish /software2/php5-200301091353/libs' chmod 755 /usr/local/apache2/modules/libphp4.so chmod: /usr/local/apache2/modules/libphp4.so: Un archivo o directorio en la vía de acceso no existe. apxs:Error: Command failed with rc=65536 . make: 1254-004 El código de error del último mandato es 1. If i edit instdso.sh, remove rm -f /usr/local/apache2/modules/libphp4.so line and cp libphp4.so to /usr/local/apache2/modules all go fine , but this error continue: libtool: install: warning: remember to run `libtool --finish /software2/php5-200301091353/libs' I have probed with php-4.2.2,4.2.3,4.3.0, php4-x. and php5-200301091353, but the result is the same. ---------------------------------------------------------------- Tu portal de Aix en Español http://aixpanish.com --------------------------------------------------------------- End Message ---
--- Begin Message ---hi all, i need to try out a few php scripts. do i need to have a webserver installed already to install php. or is there a way i can install php so that i can use it from the command line. Thanks. Pradeep. --------------------------------- Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now--- End Message ---