Re: PHP / Install problems....

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Hi,

OK, I assume that is the PHP configure command which is saying 'configure:
error: Oracle needed libraries not found', so there might be a clue as to
what's missing in the output of 'configure'.  If there is no way to make an RPM
show you the output from the configure command, then you could try running the
PHP configure command yourself and check the output:

  root$ cd /path/to/php/source
  root$ oracle="/usr/lib/oracle/xe/app/oracle/product/10.2.0/server"
  root$ ./configure \
    --with-oracle=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server \
    --with-oci8=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server

... it should fail with 'error: Oracle needed libraries not found', like the
RPM does.  Check the lines immediately above the output and maybe you will see
which libraries couldn't be found.

Sorry I can't help more than this.

regards,
Peter


	

	
		
____________________________________________________ 
On Yahoo!7 
360°: Your own space to share what you want with who you want! 
http://www.yahoo7.com.au/360

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux