php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24849 make fails when trying to compile with oci8
Submitted: 2003-07-29 03:23 UTC Modified: 2003-07-29 07:07 UTC
From: are at bt dot no Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.3.1 OS: Solrais 2.7
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: are at bt dot no
New email:
PHP Version: OS:

 

 [2003-07-29 03:23 UTC] are at bt dot no
Description:
------------
Hi,
I try to compile php-4.3.2 with the following configure command:
=====================================================
# './configure' '--with-apxs=/usr/local/apache/bin/apxs' '--enable-versioning' '--with-oci8=/u01/app/oracle/product/8.1.7' '--with-openssl=/usr/local/ssl' '--enable-calendar' '--enable-track-vars' '--enable-ftp' '--enable-sysvsem' '--enable-sysvshm' '--enable-sockets' '--with-mm=/usr/local/lib/mm' '--enable-session'
=====================================================
The result seems to be ok, but when I run 'make' I get the following error:
=====================================================
...
crypto -lresolv -lm -ldl -lnsl -lsocket -lgcc -lcrypt -lnsl -lsocket -lgen -ldl -lsched -lclntsh -locijdbc8  -o sapi/cli/php
Output line too long.
Output line too long.
Output line too long.
ld: elf error: file ext/standard: unknown type, unable to process using elf(3E) libraries
ld: fatal: File processing errors. No output written to a.out
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
=====================================================
I hope you have an idea of what is wrong...

Regards
Are


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-29 05:50 UTC] sniper@php.net
Due to a bug in the installed sed on your system the build
fails. Install GNU sed and it should be okay.
 
Thank you for your interest in PHP.

Or use the \'other\' sed found in Solaris..(can\'t remember the path to it now :)

 [2003-07-29 07:07 UTC] are at bt dot no
I tried with php4-STABLE-200307282330.tar.gz and everything worked!

Thank you!

Best regards
Are
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Feb 19 03:00:01 2026 UTC