php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30839 libphp4.la
Submitted: 2004-11-19 17:58 UTC Modified: 2004-12-04 01:00 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: mtastudillo at delphus-it dot com Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 4.3.8 OS: Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
45 - 20 = ?
Subscribe to this entry?

 
 [2004-11-19 17:58 UTC] mtastudillo at delphus-it dot com
Description:
------------
Se esta compilando php con soporte Oracle y cuando se ejecuta el make sale el siguiente error:

Luego de ./configure <parametros>, se ejecuta el make y genera un error.

El S.O. es Solaris 8
La maquina es una Sun Fire 280.

Reproduce code:
---------------
/usr/local/sparc-sun-solaris2.8/bin/ld: skipping incompatible /s/oracle/product/9.2/lib/libclntsh.so when searching for -lclntsh

/usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lclntsh

collect2: ld returned 1 exit status

*** Error code 1

make: Fatal error: Command failed for target `libphp4.la'


Expected result:
----------------
Se espera que no genere error y que compile sin problemas.

Actual result:
--------------
/usr/local/sparc-sun-solaris2.8/bin/ld: skipping incompatible /s/oracle/product/9.2/lib/libclntsh.so when searching for -lclntsh

/usr/local/sparc-sun-solaris2.8/bin/ld: cannot find -lclntsh

collect2: ld returned 1 exit status

*** Error code 1

make: Fatal error: Command failed for target `libphp4.la'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-19 18:10 UTC] tony2001@php.net
Write in English, please.
And, please, try CVS version before reporting bugs.
This issue should be already solved there.
 [2004-11-19 22:21 UTC] jed at jed dot bz
La mayor?a de nosotros no puede leer espa?ol. Traducir? tu informe en ingl?s, pero los otros responder?n en ingl?s. Lo ciento que ?sta es la situaci?n. No utilizo Oracle o Sun, as? no puedo ayudar. :(

Rough translation for those don't speak Spanish.

Description:
------------
When one is compiling PHP with Oracle support and executes the make command it leaves this error:

After ./configure <parameters>, one executes make and it generates an error.

The operating system is Solaris 8.
The machine is a Sun Fire 280.

(Under expected result)
One hopes that it does not generate an error and it will compile without problems.
 [2004-12-04 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 08:01:28 2024 UTC