Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! no output written to sapi/cli/php

Status
Not open for further replies.

Lourry

Technical User
Jul 25, 2003
84
CA
I am trying to install Apache 1.3.27 with PHP 4.3.1, while during the make command of php, I get the following...can anyone help? Please?

ld: elf error: file ext/standard/http_fopen_wrapper.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/url.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/url_scanner.o: unknown type, unable to processusing elf(3E) libraries
ld: elf error: file ext/standard/var.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/versioning.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/assert.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/strnatcmp.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/levenshtein.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/incomplete_class.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/url_scanner_ex.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/ftp_fopen_wrapper.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/http_fopen_wrapper.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/php_fopen_wrapper.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/credits.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/css.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/var_unserializer.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/ftok.o: unknown type, unable to process using elf(3E) libraries
ld: elf error: file ext/standard/aggregation.o: unknown type, unable to processusing elf(3E) libraries
ld: elf error: file ext/standard/sha1.o: unknown type, unable to process using elf(3E) libraries
ld: fatal: File processing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
 
What operating system are you using? It seems to me as if your compiler produces one kind of output and your linker is expecting another.

//Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top